list_plugins

MigrationHubOrchestrator.Client.list_plugins(**kwargs)

List AWS Migration Hub Orchestrator plugins.

See also: AWS API Documentation

Request Syntax

response = client.list_plugins(
    maxResults=123,
    nextToken='string'
)
Parameters
  • maxResults (integer) -- The maximum number of plugins that can be returned.
  • nextToken (string) -- The pagination token.
Return type

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

  • MigrationHubOrchestrator.Client.exceptions.AccessDeniedException
  • MigrationHubOrchestrator.Client.exceptions.InternalServerException
  • MigrationHubOrchestrator.Client.exceptions.ValidationException