Snapservice.Clusters.ProtectionGroups.ListResult

Snapservice.Clusters.ProtectionGroups.ListResult
Snapservice.Clusters.ProtectionGroups.ListResult

The Snapservice.Clusters.ProtectionGroups.ListResult schema represents the result of GET /snapservice/clusters/{cluster}/protection-groups operation.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "items": [
        {
            "pg": "string",
            "info": {
                "name": "string",
                "status": "string",
                "target_entities": {
                    "vm_name_patterns": [
                        "string"
                    ],
                    "vms": [
                        "string"
                    ]
                },
                "snapshot_policies": [
                    {
                        "name": "string",
                        "schedule": {
                            "unit": "string",
                            "interval": 0
                        },
                        "retention": {
                            "unit": "string",
                            "duration": 0
                        }
                    }
                ],
                "last_snapshot_time": "string",
                "oldest_snapshot_time": "string",
                "vms": [
                    "string"
                ],
                "snapshots": [
                    "string"
                ],
                "locked": false,
                "guid": "string",
                "replication_policies": [
                    {
                        "cluster_pair": "string",
                        "recovery_point_objective": {
                            "unit": "string",
                            "duration": 0
                        },
                        "snapshot_retention": {
                            "short_term": {
                                "keep_last": 0
                            }
                        }
                    }
                ]
            }
        }
    ]
}
items
Required

List of items

This property was added in vSphere API 8.0.3.0.