Snapservice.Clusters.ProtectionGroups.Snapshots.ListResult

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

The Snapservice.Clusters.ProtectionGroups.Snapshots.ListResult schema represents the result of GET /snapservice/clusters/{cluster}/protection-groups/{pg}/snapshots operation.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "snapshots": [
        {
            "snapshot": "string",
            "info": {
                "name": "string",
                "snapshot_type": "string",
                "start_time": "string",
                "end_time": "string",
                "expires_at": "string",
                "pg": "string",
                "vm_snapshots": [
                    {
                        "snapshot": "string",
                        "name": "string",
                        "created_at": "string",
                        "expires_at": "string",
                        "vm": "string"
                    }
                ]
            }
        }
    ]
}
snapshots
Required

List of items.

This property was added in vSphere API 8.0.3.0.