VcenterSettingsV1ConfigComponentsApplmgmtDatetimeConfig
This DatetimeConfig structure to set/get date time settings.
Properties
ntp
Optional
Ntp service provides operations Gets NTP configuration status and tests connection to ntp servers. Only set if the ntp server are set in vCenter.
time_sync
Optional
Timesync service provides operations Performs time synchronization configuration. Only set if the time sync mode is set in vCenter
time_zone
Optional
The Timezone service provides operations to get and set the appliance timezone. Only set if the Timezone is set in vCenter
JSON Example
{
"ntp": {
"servers": [
"string"
]
},
"time_sync": {
"mode": "DISABLED"
},
"time_zone": {
"name": "string"
}
}