PlcmTimeConfig

PlcmTimeConfig

This object contains all of the parameters necessary to configure the server's time settings.


PlcmTimeConfig Fields

NameTypeDescriptionAttributes
atomLinkList Array of LinkSee Definition of Link
plcmTimezone PlcmTimezoneSee Definition of PlcmTimezone
useNtpServerboolean This flag indicates whether the server will use an internal clock (false) or an external NTP server(s) (true ) to obtain a system clock from. Mandatory
ntpServerListArray of NtpServerList If the use-ntp-server flag is true, this is the current list of NTP servers in use (GET), or that should be used (PUT) by the server. Also, if the use-ntp-server flag is true, and the client is setting a new configuration, this field cannot be empty. If the use-ntp-server flag is false, this field will be ignored
entityTagEntityTag The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance.
currentTimedateTime Represents the current time on the server in ISO 8601 format. This field can be used to obtain or set the current time on the server. When setting the current time, if a timezone offset is included as part of the format, the time is assumed to be a local time at which point the server will convert to UTC. Therefore the resulting time must be the same as a current time specified in UTC format (no offset). Server implementations should not use the current-time field in any ETag calculations.


Nested Types/Restrictions


NameTypeRestrictions
EntityTagstring
Length of value must be >=1
Length of value must be <=64
NtpServerListstring
Length of value must be >=1
Length of value must be <=253