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(
    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