Snapservice.Sites.ListResult

Snapservice.Sites.ListResult
Snapservice.Sites.ListResult

The Snapservice.Sites.ListResult schema represents the result of GET /snapservice/sites operation.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "items": [
        {
            "site": "string",
            "summary": {
                "name": "string",
                "local": false,
                "vcenter_info": {
                    "name": "string",
                    "host": "string",
                    "port": 0,
                    "vcenter": "string"
                },
                "pairing_summaries": [
                    {
                        "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"
                                        }
                                    ]
                                }
                            ]
                        },
                        "paired_services": [
                            "string"
                        ]
                    }
                ],
                "in_use": false
            }
        }
    ]
}
items
Required

List of sites.

This property was added in vSphere API 9.0.0.0.