TimeSettingsConfiguration

TimeSettingsConfiguration
TimeSettingsConfiguration

Time settings configuration for HCX Manager appliance

JSON Example
{
    "ntpServer": [
        "pool.ntp.org",
        "time.google.com"
    ],
    "datetime": "Nov 14 2025 10:30:00",
    "timezone": "America/Los_Angeles"
}
array of string
ntpServer
Optional

List of NTP server hostnames or IP addresses

string
datetime
Optional

Manual date/time (only when NTP not configured). Format is 'MMM dd yyyy HH:mm:ss'

string
timezone
Optional

Timezone identifier (e.g., America/Los_Angeles, UTC, Europe/London)