TopologyReplicationStatusListResponseBody
This is a response body class for an operation.
Properties
array of
TopologyReplicationStatusSummary
value
Optional
Commonly used replication information about vCenter and Platform Services Controller nodes matching the ReplicationStatus.FilterSpec.
JSON Example
{
"value": [
{
"change_lag": 0,
"node": "string",
"partner_available": false,
"replicating": false,
"replication_partner": "string",
"status_available": false
}
]
}