2.43 configuration/system/time

GET

Get the time settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
dateTime
string (date-time)

The current date.

Example: 2020-04-29 10:00:24

ntpEnabled
booleanIndicates if NTP is enabled.
ntpServers
array

Addresses of the NTP servers.

Example: ['ntp.mycompany.com', 'ntp.othercompany.com']

ntpStatus
string

NTP status.

read-only

supportedTimeFormats
array

The supported values for the timeFormat property.

Example: ['12-hr', '24-hr']

Since version: 2.4

read-only

supportedTimeZones
array

The supported timeZones.

Example: ['UTC', 'Europe/Brussels', 'Europe/Athens']

read-only

timeFormat
string

For selecting 12 hour or 24 hour clock. Must be in the supportedTimeFormats list.

Example: 24-hr

Since version: 2.4

timeZone
string

The selected timeZone. Must be in the supportedTimeZones list.

Example: Europe/Brussels

PATCH

Change the time settings.

Request body (application/json): object
MemberTypeDescription
dateTime
string (date-time)

The current date.

Example: 2020-04-29 10:00:24

ntpEnabled
booleanIndicates if NTP is enabled.
ntpServers
array

Addresses of the NTP servers.

Example: ['ntp.mycompany.com', 'ntp.othercompany.com']

ntpStatus
string

NTP status.

read-only

supportedTimeFormats
array

The supported values for the timeFormat property.

Example: ['12-hr', '24-hr']

Since version: 2.4

read-only

supportedTimeZones
array

The supported timeZones.

Example: ['UTC', 'Europe/Brussels', 'Europe/Athens']

read-only

timeFormat
string

For selecting 12 hour or 24 hour clock. Must be in the supportedTimeFormats list.

Example: 24-hr

Since version: 2.4

timeZone
string

The selected timeZone. Must be in the supportedTimeZones list.

Example: Europe/Brussels

Responses
200PATCH successful.