mgn / Client / associate_source_servers
associate_source_serversΒΆ
- mgn.Client.associate_source_servers(**kwargs)ΒΆ
Associate source servers to application.
See also: AWS API Documentation
Request Syntax
response = client.associate_source_servers( applicationID='string', sourceServerIDs=[ 'string', ], accountID='string' )
- Parameters:
applicationID (string) β
[REQUIRED]
Application ID.
sourceServerIDs (list) β
[REQUIRED]
Source server IDs list.
(string) β
accountID (string) β Account ID.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) β
Exceptions
mgn.Client.exceptions.UninitializedAccountExceptionmgn.Client.exceptions.ResourceNotFoundExceptionmgn.Client.exceptions.ServiceQuotaExceededExceptionmgn.Client.exceptions.ConflictException