:doc:`MigrationHubOrchestrator <../../migrationhuborchestrator>` / Client / list_plugins

************
list_plugins
************



.. py:method:: MigrationHubOrchestrator.Client.list_plugins(**kwargs)

  

  List AWS Migration Hub Orchestrator plugins.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/migrationhuborchestrator-2021-08-28/ListPlugins>`_  


  **Request Syntax**
  ::

    response = client.list_plugins(
        maxResults=123,
        nextToken='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    The maximum number of plugins that can be returned.

    

  
  :type nextToken: string
  :param nextToken: 

    The pagination token.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'nextToken': 'string',
          'plugins': [
              {
                  'pluginId': 'string',
                  'hostname': 'string',
                  'status': 'HEALTHY'|'UNHEALTHY',
                  'ipAddress': 'string',
                  'version': 'string',
                  'registeredTime': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **nextToken** *(string) --* 

        The pagination token.

        
      

      - **plugins** *(list) --* 

        Migration Hub Orchestrator plugins.

        
        

        - *(dict) --* 

          The summary of the Migration Hub Orchestrator plugin.

          
          

          - **pluginId** *(string) --* 

            The ID of the plugin.

            
          

          - **hostname** *(string) --* 

            The name of the host.

            
          

          - **status** *(string) --* 

            The status of the plugin.

            
          

          - **ipAddress** *(string) --* 

            The IP address at which the plugin is located.

            
          

          - **version** *(string) --* 

            The version of the plugin.

            
          

          - **registeredTime** *(string) --* 

            The time at which the plugin was registered.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.InternalServerException`

  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.ValidationException`

  