Snapservice.Clusters.ProtectionGroups.Snapshots.CreateSpec

Snapservice.Clusters.ProtectionGroups.Snapshots.CreateSpec
Snapservice.Clusters.ProtectionGroups.Snapshots.CreateSpec

The Snapservice.Clusters.ProtectionGroups.Snapshots.CreateSpec schema contains properties that describe specification for creating a manual protection group snapshot.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "name": "string",
    "retention": {
        "unit": "string",
        "duration": 0
    }
}
string
name
Required

Name of the protection group snapshot.

This property was added in vSphere API 8.0.3.0.

retention
Optional

Retention period for the snapshot. Indicates the duration for which this snapshot must be retained in the system.

This property was added in vSphere API 8.0.3.0.

if missing or null the snapshot will be retained till the life of the cluster that the protection group belongs to or the life of the protection group itself.