Snapservice.ClusterPairs.ListResult
Snapservice.ClusterPairs.ListResult
The Snapservice.ClusterPairs.ListResult schema represents the result of GET /snapservice/cluster-pairs operation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"items": [
{
"cluster_pair": "string",
"info": {
"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
}
}
]
}
array of
Snapservice.ClusterPairs.ListItem
items
Required
List of cluster pairs.
This property was added in vSphere API 9.0.0.0.