mgn / Client / start_network_migration_analysis
start_network_migration_analysis¶
- mgn.Client.start_network_migration_analysis(**kwargs)¶
Starts a network migration analysis job to evaluate connectivity and compatibility of the migration mappings.
See also: AWS API Documentation
Request Syntax
response = client.start_network_migration_analysis( networkMigrationExecutionID='string', networkMigrationDefinitionID='string' )
- Parameters:
networkMigrationExecutionID (string) –
[REQUIRED]
The unique identifier of the network migration execution to analyze.
networkMigrationDefinitionID (string) –
[REQUIRED]
The unique identifier of the network migration definition.
- Return type:
dict
- Returns:
Response Syntax
{ 'jobID': 'string' }
Response Structure
(dict) –
jobID (string) –
The unique identifier of the analysis job that was started.
Exceptions
mgn.Client.exceptions.ResourceNotFoundExceptionmgn.Client.exceptions.ThrottlingExceptionmgn.Client.exceptions.AccessDeniedExceptionmgn.Client.exceptions.ValidationExceptionmgn.Client.exceptions.ServiceQuotaExceededExceptionmgn.Client.exceptions.ConflictException