Snapservice.Clusters.ProtectionGroups.ListItem
The Snapservice.Clusters.ProtectionGroups.ListItem schema contains information about a protection group returned by GET /snapservice/clusters/{cluster}/protection-groups operation
This schema was added in vSphere API 8.0.3.0.
{
"pg": "string",
"info": {
"name": "string",
"status": "string",
"target_entities": {
"vm_name_patterns": [
"string"
],
"vms": [
"string"
]
},
"snapshot_policies": [
{
"name": "string",
"schedule": {
"unit": "string",
"interval": 0
},
"retention": {
"unit": "string",
"duration": 0
}
}
],
"last_snapshot_time": "string",
"oldest_snapshot_time": "string",
"vms": [
"string"
],
"snapshots": [
"string"
],
"locked": false,
"guid": "string",
"replication_policies": [
{
"cluster_pair": "string",
"recovery_point_objective": {
"unit": "string",
"duration": 0
},
"snapshot_retention": {
"short_term": {
"keep_last": 0
}
}
}
]
}
}
Identifier of the protection group.
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
. 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
.
Information regarding the protection group.
This property was added in vSphere API 8.0.3.0.