mgn / Client / disassociate_source_servers

disassociate_source_servers#

mgn.Client.disassociate_source_servers(**kwargs)#

Disassociate source servers from application.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_source_servers(
    accountID='string',
    applicationID='string',
    sourceServerIDs=[
        'string',
    ]
)
Parameters:
  • accountID (string) – Account ID.

  • applicationID (string) –

    [REQUIRED]

    Application ID.

  • sourceServerIDs (list) –

    [REQUIRED]

    Source server IDs list.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions