Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.StatusByProtectionGroupListResult
Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.StatusByProtectionGroupListResult
The Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.StatusByProtectionGroupListResult schema represents the result of 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.
JSON Example
{
"items": [
{
"pg": "string",
"info": {
"error_count": 0,
"warning_count": 0,
"success_count": 0
}
}
]
}
items
Required
List of status count items aggregated by protection group.
This property was added in vSphere API 9.0.0.0.