Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.ListResult

Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.ListResult
Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.ListResult

The Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.ListResult schema represents the result of GET /snapservice/reports/clusters/{cluster}/protection-groups/snapshots operation. The result list is pre sorted by Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.ListItem.creation_time of the protection group snapshot.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "snapshots": [
        {
            "pg": "string",
            "name": "string",
            "snapshot": "string",
            "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"
                        }
                    ]
                }
            ],
            "creation_time": "string",
            "expiration_time": "string",
            "snapshot_type": "string",
            "deleted": false
        }
    ],
    "total_count": 0
}
snapshots
Required

List of items

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
total_count
Required

The paginated list may contain partial result, this field provides total number of items with the given filters applied.

This property was added in vSphere API 9.0.0.0.