Snapservice.ClusterPairs.ListItem

Snapservice.ClusterPairs.ListItem
Snapservice.ClusterPairs.ListItem

The Snapservice.ClusterPairs.ListItem schema contains information about a site returned by GET /snapservice/cluster-pairs operation

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "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
    }
}
string
cluster_pair
Required

Identifier of the cluster pair.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.snapservice.cluster_pair. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.snapservice.cluster_pair.

info
Required

Information regarding the cluster pair.

This property was added in vSphere API 9.0.0.0.