Clusters_ProtectionGroups_Snapshots_ListItem
The Snapshots.ListItem structure contains information about a protection group snapshot returned by Snapshots.list operation
{
"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"
}
]
}
}
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.
Information regarding a protection group snapshot.