mgn / Client / create_wave

create_wave#

mgn.Client.create_wave(**kwargs)#

Create wave.

See also: AWS API Documentation

Request Syntax

response = client.create_wave(
    accountID='string',
    description='string',
    name='string',
    tags={
        'string': 'string'
    }
)
Parameters:
  • accountID (string) – Account ID.

  • description (string) – Wave description.

  • name (string) –

    [REQUIRED]

    Wave name.

  • tags (dict) –

    Wave tags.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'creationDateTime': 'string',
    'description': 'string',
    'isArchived': True|False,
    'lastModifiedDateTime': 'string',
    'name': 'string',
    'tags': {
        'string': 'string'
    },
    'waveAggregatedStatus': {
        'healthStatus': 'HEALTHY'|'LAGGING'|'ERROR',
        'lastUpdateDateTime': 'string',
        'progressStatus': 'NOT_STARTED'|'IN_PROGRESS'|'COMPLETED',
        'replicationStartedDateTime': 'string',
        'totalApplications': 123
    },
    'waveID': 'string'
}

Response Structure

  • (dict) –

    • arn (string) –

      Wave ARN.

    • creationDateTime (string) –

      Wave creation dateTime.

    • description (string) –

      Wave description.

    • isArchived (boolean) –

      Wave archival status.

    • lastModifiedDateTime (string) –

      Wave last modified dateTime.

    • name (string) –

      Wave name.

    • tags (dict) –

      Wave tags.

      • (string) –

        • (string) –

    • waveAggregatedStatus (dict) –

      Wave aggregated status.

      • healthStatus (string) –

        Wave aggregated status health status.

      • lastUpdateDateTime (string) –

        Wave aggregated status last update dateTime.

      • progressStatus (string) –

        Wave aggregated status progress status.

      • replicationStartedDateTime (string) –

        DateTime marking when the first source server in the wave started replication.

      • totalApplications (integer) –

        Wave aggregated status total applications amount.

    • waveID (string) –

      Wave ID.

Exceptions

  • mgn.Client.exceptions.UninitializedAccountException

  • mgn.Client.exceptions.ServiceQuotaExceededException

  • mgn.Client.exceptions.ConflictException