Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.StatusByProtectionGroupItem
The Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.StatusByProtectionGroupItem schema contains information about status counts of protection group snapshots aggregated by protection group as returned by GET /snapservice/reports/clusters/{cluster}/protection-groups/snapshot-status-counts?aggregateBy=protection-group operation
This schema was added in vSphere API 9.0.0.0.
{
"pg": "string",
"info": {
"error_count": 0,
"warning_count": 0,
"success_count": 0
}
}
ID 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 about aggregated status counts of the snapshots.
This property was added in vSphere API 9.0.0.0.