Snapservice.Sites.PairingInfo

Snapservice.Sites.PairingInfo
Snapservice.Sites.PairingInfo

The Snapservice.Sites.PairingInfo schema contains details of the paired site.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "site": "string",
    "connection_state": {
        "connection_status": "string",
        "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"
                    }
                ]
            }
        ],
        "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"
                    }
                ]
            }
        ]
    },
    "services": [
        {
            "id": "string",
            "type": "string",
            "name": "string",
            "url": "string",
            "connection_state": {
                "connection_status": "string",
                "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"
                            }
                        ]
                    }
                ],
                "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"
                            }
                        ]
                    }
                ]
            }
        }
    ]
}
string
site
Required

ID of paired site.

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.site. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.snapservice.site.

connection_state
Required

Connection status of paired site.

This property was added in vSphere API 9.0.0.0.

services
Required

List of services for the paired site.

This property was added in vSphere API 9.0.0.0.