Clusters_ProtectionGroups_Snapshots_ListItem

Clusters_ProtectionGroups_Snapshots_ListItem
Clusters_ProtectionGroups_Snapshots_ListItem

The Snapshots.ListItem structure contains information about a protection group snapshot returned by Snapshots.list operation

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. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.snapservice.protection_group.snapshot. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.snapservice.protection_group.snapshot.

info
Required

Information regarding a protection group snapshot.