Disaster Recovery Get Replication Status
Gets the disaster recovery replication status, optionally with client contact, state transition history, and storage information. No input parameters are required. Can optionally specify one or more of the following with
parameters: clientContact
, clientCount
, stateHistory
, and storageInfo
.
Privileges required:
READ
REPLICATION
{
"with": [
"string"
]
}
with
Request was successfully processed
{
"activeAddress": "string",
"activeReplicationAddress": "string",
"clientContact": [
{
"activeAddress": "string",
"activeLastResponseTime": "string",
"clientLogicalId": "string",
"clientType": "string",
"id": 0,
"modified": "string",
"standbyAddress": "string",
"standbyLastResponseTime": "string"
}
],
"clientCount": {
"edgeCount": 0,
"gatewayCount": 0,
"currentActiveEdgeCount": 0,
"currentStandbyEdgeCount": 0,
"currentActiveGatewayCount": 0,
"currentStandbyGatewayCount": 0
},
"drState": "string",
"drVCOUser": "string",
"failureDescription": "string",
"lastDrProtectedTime": "string",
"role": "string",
"roleTimestamp": "string",
"standbyList": [
{
"standbyAddress": "string",
"standbyReplicationAddress": "string",
"standbyUuid": "string"
}
],
"stateHistory": [
{
"from": "string",
"to": "string",
"timestamp": "string"
}
],
"stateTimestamp": "string",
"vcoIp": "string",
"vcoReplicationIp": "string",
"vcoUuid": "string"
}
activeAddress
activeReplicationAddress
clientContact
clientCount
drState
drVCOUser
failureDescription
lastDrProtectedTime
role
roleTimestamp
standbyList
stateHistory
stateTimestamp
vcoIp
vcoReplicationIp
vcoUuid
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/disasterRecovery/getReplicationStatus