vcenter topology replication status: summary
The
summary
structure contains replication information of partner vCenter or Platform Services Controller node of type VCSA_EMBEDDED/PSC_EXTERNAL (see vcenter.topology.nodes.info.type). This structure was added in vSphere API 6.7.2.Representation:
{
"node" : "obj-103",
"change_lag" : 1,
"status_available" : true,
"partner_available" : true,
"replicating" : true,
"replication_partner" : "obj-103"
}
"node" : "obj-103",
"change_lag" : 1,
"status_available" : true,
"partner_available" : true,
"replicating" : true,
"replication_partner" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
node | string | Identifier for the vCenter or Platform Services Controller node. Identifier can be either IP address or DNS resolvable name of the node. This attribute was added in vSphere API 6.7.2. 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 . |
replication_partner | string | Identifier for the vCenter or Platform Services Controller replication partner. Identifier can be either IP address or DNS resolvable name of the replication partner. This attribute was added in vSphere API 6.7.2. 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 . |
partner_available | boolean | Indicates if the VMware Directory Service on partner is reachable or not. This attribute was added in vSphere API 6.7.2. |
status_available | boolean | Indicates if the replication status for the node with respect to replication partner can be retrieved or not. This attribute was added in vSphere API 6.7.2. |
Optional | ||
replicating | boolean | Indicates if node is processing replication changes from the replication partner. This attribute was added in vSphere API 6.7.2. Optional. This field will be unset if the partner host or replication status is not available, i.e, if vcenter.topology.replication_status.summary.partner_available or vcenter.topology.replication_status.summary.status_available is false. |
change_lag | long | Number of replication changes node is behind the replication partner. This attribute was added in vSphere API 6.7.2. Optional. This field will be unset if the partner host or replication status is not available, i.e, if vcenter.topology.replication_status.summary.partner_available or vcenter.topology.replication_status.summary.status_available is false. |