Snapservice.Reports.Clusters.ProtectionGroups.ListResult
Snapservice.Reports.Clusters.ProtectionGroups.ListResult
The Snapservice.Reports.Clusters.ProtectionGroups.ListResult schema represents the result of GET /snapservice/reports/clusters/{cluster}/protection-groups operation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"items": [
{
"pg": "string",
"info": {
"name": "string",
"deleted": false
}
}
]
}
items
Required
List of items
This property was added in vSphere API 9.0.0.0.