list_plugins
(**kwargs)¶List AWS Migration Hub Orchestrator plugins.
See also: AWS API Documentation
Request Syntax
response = client.list_plugins(
maxResults=123,
nextToken='string'
)
dict
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