Configure Time Settings (NTP, Date & Timezone)
Api to Configure Time Settings (NTP, Date & Timezone). Individual Component Management Services may have to be restarted for NTP server settings to take effect.
Request
URI
PUT
https://{api_host}/system/timesettings
COPY
Header Parameters
string
Accept
Required
application/json
string
Content-Type
Required
application/json
Request Body
{
"ntpServer": [
"ntp-server.com"
],
"datetime": "05/05/2020 09:36:42",
"timezone": "UTC"
}
array of
string
ntpServer
Optional
ntpServer
string
datetime
Optional
datetime
string
timezone
Optional
timezone
Responses
200
Status 200
{
"ntpServer": [
"string"
],
"datetime": "string",
"timezone": "string"
}
array of
string
ntpServer
Optional
ntpServer
string
datetime
Optional
datetime
string
timezone
Optional
timezone
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/system/timesettings
On This Page
System Operations
GET
Get Static Routes
PUT
Configure Static Routes
GET
Get Network Settings (General Network & DNS)
PUT
Configure DNS Settings
DELETE
Remove DNS Settings
GET
Get Time Settings (NTP, Date & Timezone)
PUT
Configure Time Settings (NTP, Date & Timezone)
DELETE
Remove NTP Settings
GET
Get Apache Proxy Configuration
POST
Configure Apache Proxy
PUT
Change HCX Appliance user password