TopologyReplicationStatusSummary

The ReplicationStatus.Summary structure contains replication information of partner vCenter or Platform Services Controller node of type VCSA_EMBEDDED/PSC_EXTERNAL (see Nodes.Info.type).


Properties

string
node Required

Identifier for the vCenter or Platform Services Controller node. Identifier can be either IP address or DNS resolvable name of the node. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.VCenter.name. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.VCenter.name.


boolean
partner_available Required

Indicates if the VMware Directory Service on partner is reachable or not.


string
replication_partner Required

Identifier for the vCenter or Platform Services Controller replication partner. Identifier can be either IP address or DNS resolvable name of the replication partner. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.VCenter.name. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.VCenter.name.


boolean
status_available Required

Indicates if the replication status for the node with respect to replication partner can be retrieved or not.


integer as int64
change_lag Optional

Number of replication changes node is behind the replication partner. This field will be unset if the partner host or replication status is not available, i.e, if ReplicationStatus.Summary.partner-available or ReplicationStatus.Summary.status-available is false.


boolean
replicating Optional

Indicates if node is processing replication changes from the replication partner. This field will be unset if the partner host or replication status is not available, i.e, if ReplicationStatus.Summary.partner-available or ReplicationStatus.Summary.status-available is false.

JSON Example

{
	"node": "string",
	"partner_available": false,
	"replication_partner": "string",
	"status_available": false
}

Feedback

Was this page helpful?