Snapservice.Reports.Clusters.ProtectionGroups.ListItem
The Snapservice.Reports.Clusters.ProtectionGroups.ListItem schema contains information about a protection group returned by GET /snapservice/reports/clusters/{cluster}/protection-groups operation
This schema was added in vSphere API 9.0.0.0.
{
"pg": "string",
"info": {
"name": "string",
"deleted": false
}
}
Identifier of the protection group.
This property was added in vSphere API 9.0.0.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 9.0.0.0.