Snapservice.Reports.Clusters.ProtectionGroups.ListItem

Snapservice.Reports.Clusters.ProtectionGroups.ListItem
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.

JSON Example
{
    "pg": "string",
    "info": {
        "name": "string",
        "deleted": false
    }
}
string
pg
Required

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.

info
Required

Information regarding the protection group.

This property was added in vSphere API 9.0.0.0.