Snapservice.Clusters.ProtectionGroups.Snapshots.ListItem

Snapservice.Clusters.ProtectionGroups.Snapshots.ListItem
Snapservice.Clusters.ProtectionGroups.Snapshots.ListItem

The Snapservice.Clusters.ProtectionGroups.Snapshots.ListItem schema contains information about a protection group snapshot returned by GET /snapservice/clusters/{cluster}/protection-groups/{pg}/snapshots operation

This schema was added in vSphere API 8.0.3.0.

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

Identifier of the protection group snapshot.

This property was added in vSphere API 8.0.3.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.protection_group.snapshot. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.snapservice.protection_group.snapshot.

info
Required

Information about the protection group snapshot.

This property was added in vSphere API 8.0.3.0.