This object contains all of the parameters necessary to configure the server's time settings.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
plcm-timezone | plcm-timezone | See Definition of plcm-timezone | |
use-ntp-server | xs:boolean | 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 |
ntp-server-list | List 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 | |
entity-tag | EntityTag | 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. | |
current-time | xs:dateTime | 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. |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
NtpServerList | xs:string | Length of value must be >=1 Length of value must be <=253 |