{
  "activeAddress": "string",
  "activeReplicationAddress": "string",
  "clientContact": [
    {
      "activeAddress": "string",
      "activeLastResponseTime": "string",
      "clientLogicalId": "string",
      "clientType": "EDGE",
      "id": 1,
      "modified": "string",
      "standbyAddress": "string",
      "standbyLastResponseTime": "string"
    },
    {
      "activeAddress": "string",
      "activeLastResponseTime": "string",
      "clientLogicalId": "string",
      "clientType": "GATEWAY",
      "id": 8,
      "modified": "string",
      "standbyAddress": "string",
      "standbyLastResponseTime": "string"
    },
    {
      "activeAddress": "string",
      "activeLastResponseTime": "string",
      "clientLogicalId": "string",
      "clientType": "EDGE",
      "id": 4,
      "modified": "string",
      "standbyAddress": "string",
      "standbyLastResponseTime": "string"
    },
    {
      "activeAddress": "string",
      "activeLastResponseTime": "string",
      "clientLogicalId": "string",
      "clientType": "EDGE",
      "id": 8,
      "modified": "string",
      "standbyAddress": "string",
      "standbyLastResponseTime": "string"
    }
  ],
  "clientCount": {
    "edgeCount": 10,
    "gatewayCount": 9,
    "currentActiveEdgeCount": 2,
    "currentStandbyEdgeCount": 2,
    "currentActiveGatewayCount": 6,
    "currentStandbyGatewayCount": 2
  },
  "drState": "STANDBY_BACKGROUND_IMPORT",
  "drVCOUser": "string",
  "failureDescription": "string",
  "lastDrProtectedTime": "string",
  "role": "ZOMBIE",
  "roleTimestamp": "string",
  "standbyList": [
    {
      "standbyAddress": "string",
      "standbyReplicationAddress": "string",
      "standbyUuid": "string"
    },
    {
      "standbyAddress": "string",
      "standbyReplicationAddress": "string",
      "standbyUuid": "string"
    },
    {
      "standbyAddress": "string",
      "standbyReplicationAddress": "string",
      "standbyUuid": "string"
    }
  ],
  "stateHistory": [
    {
      "from": "STANDBY_BACKGROUND_IMPORT",
      "to": "FAILURE_MYSQL_ACTIVE_STATUS",
      "timestamp": "string"
    },
    {
      "from": "FAILURE_STANDBY_CANDIDATE",
      "to": "ACTIVE_CONFIGURED",
      "timestamp": "string"
    },
    {
      "from": "FAILURE_SYNC_CONFIGURING",
      "to": "FAILURE_MYSQL_STANDBY_STATUS",
      "timestamp": "string"
    },
    {
      "from": "ACTIVE_CONFIGURED",
      "to": "FAILURE_GET_STANDBY_CONFIG",
      "timestamp": "string"
    },
    {
      "from": "ACTIVE_CONFIGURED",
      "to": "STANDBY_BACKGROUND_IMPORT",
      "timestamp": "string"
    },
    {
      "from": "FAILURE_GET_STANDBY_STATUS",
      "to": "STANDBY_SYNC",
      "timestamp": "string"
    }
  ],
  "stateTimestamp": "string",
  "vcoIp": "string",
  "vcoReplicationIp": "string",
  "vcoUuid": "string"
}