Esx Settings Depots SyncSchedule Spec

Esx Settings Depots SyncSchedule Spec
Esx Settings Depots SyncSchedule Spec

The Esx Settings Depots SyncSchedule Spec schema defines the information regarding the sync schedule.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "enabled": false,
    "schedule": {
        "type": "string",
        "skip": 0,
        "minute": 0,
        "hour": 0,
        "day_of_month": 0,
        "day_of_week": "string"
    },
    "email_addresses": [
        "string"
    ]
}
boolean
enabled
Required

Flag indicating whether automatic sync is enabled or not

This property was added in vSphere API 7.0.0.0.

schedule
Optional

The schedule to check for new updates.

This property was added in vSphere API 7.0.0.0.

If missing or null the schedule must be disabled.

array of string
email_addresses
Required

Email addresses to which the notification will be sent. If empty, no notification is sent.

This property was added in vSphere API 7.0.0.0.