Snapservice.SnapshotPolicy

Snapservice.SnapshotPolicy
Snapservice.SnapshotPolicy

The Snapservice.SnapshotPolicy schema contains properties that describe the frequency and retention for taking snapshots of the protection targets.

This schema was added in vSphere API 8.0.3.0.

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

Name for the snapshot policy.

This property was added in vSphere API 8.0.3.0.

schedule
Required

Schedule for the snapshots.

This property was added in vSphere API 8.0.3.0.

retention
Required

Retention period for the snapshots.

This property was added in vSphere API 8.0.3.0.