PromoteReplicationGroupRequestType

PromoteReplicationGroupRequestType
PromoteReplicationGroupRequestType

The parameters of PromoteReplicationGroup_Task.

This structure may be used only with operations rendered under /sms.

JSON Example
{
    "promoteParam": {
        "_typeName": "string",
        "isPlanned": false,
        "replicationGroupsToPromote": [
            {
                "_typeName": "string",
                "faultDomainId": {
                    "_typeName": "string",
                    "id": "string"
                },
                "deviceGroupId": {
                    "_typeName": "string",
                    "id": "string"
                }
            }
        ]
    }
}
promoteParam
Required

Input to the promoteReplicationGroup method.

This structure may be used only with operations rendered under /sms.