Snapservice.ClusterPairs.Info
The Snapservice.ClusterPairs.Info schema contains details regarding the cluster pair.
This schema was added in vSphere API 9.0.0.0.
{
"local_cluster": {
"site": "string",
"vcenter": "string",
"cluster": "string",
"cluster_name": "string"
},
"peer_cluster": {
"site": "string",
"vcenter": "string",
"cluster": "string",
"cluster_name": "string"
},
"connection_status": "string",
"connection_state_updated_at": "string",
"connection_warnings": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi.Std.NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"connection_errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi.Std.NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"in_use": false
}
First member of the cluster pair. Cluster from the local site that is a member of the cluster pair.
This property was added in vSphere API 9.0.0.0.
Second member of the cluster pair. Peer cluster that is a member of the clutser pair.
This property was added in vSphere API 9.0.0.0.
Connection status of the cluster pairing.
Possible values:
OK: Cluster pair is in a healthy stateWARNING: There are some warnings related to the cluster pair.ERROR: Cluter pair has critical issues.
For more information see: Snapservice.ClusterPairs.ConnectionStatus.
This property was added in vSphere API 9.0.0.0.
Time at which the cluster pair connection state is checked.
This property was added in vSphere API 9.0.0.0.
is missing or null if there is no check cluster pair connection state
List of localized warnings associated with the cluster pair.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of connection_status is one of Snapservice.ClusterPairs.ConnectionStatus.WARNING or Snapservice.ClusterPairs.ConnectionStatus.ERROR.
List of localized errors associated with the cluster pair.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of connection_status is Snapservice.ClusterPairs.ConnectionStatus.ERROR.
Cluster pair is in use for replication.
This property was added in vSphere API 9.0.0.0.