QueryReplicationPeerResult

QueryReplicationPeerResult
QueryReplicationPeerResult

Information about the replication peers of a VASA provider.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "sourceDomain": {
        "_typeName": "string",
        "id": "string"
    },
    "targetDomain": [
        {
            "_typeName": "string",
            "id": "string"
        }
    ],
    "error": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ],
    "warning": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ]
}
sourceDomain
Required

Represents the identity of a replication fault domain.

Fault domains IDs are globally unique.

targetDomain
Optional

Target fault domains for the given source, fault domain ID's are globally unique.

There can be one or more target domains for a given source.

error
Optional

Error must be set when targetDomain field is not set.

warning
Optional

Optional warning messages.