Snapservice.SnapshotSchedule

Snapservice.SnapshotSchedule
Snapservice.SnapshotSchedule

The Snapservice.SnapshotSchedule schema contains properties that define the frequency at which snapshots must be taken.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "unit": "string",
    "interval": 0
}
string
unit
Required

Units for the interval.

Possible values:

  • MINUTE: Minutes.
  • HOUR: Hours.
  • DAY: Day.
  • WEEK: Weeks.
  • MONTH: Months.

For more information see: Snapservice.TimeUnit.

This property was added in vSphere API 8.0.3.0.

integer As int64 As int64
interval
Required

Interval between each snapshot.

This property was added in vSphere API 8.0.3.0.