clock
Resource URIs
URI
|
Description
|
/restconf/data/brocade-clock:clock-sa
|
Configure system time zone.
|
GET URIs
|
|
/restconf/data/brocade-clock:clock-sa/clock
|
Configure System Timezone
|
/restconf/data/brocade-clock:clock-sa/clock/timezone
|
Timezone region or city. Regions are Africa, America, Antarctica, Arctic, Asia, Atlantic, Australia, Europe, Indian, and Pacific.
|
PATCH URIs
|
Payload
|
Description
|
/restconf/data/brocade-clock:clock-sa
|
<clock><timezone>(string)</timezone></clock>
|
Modifies or updates the system time zone.
|
PUT URIs
|
Payload
|
Description
|
/restconf/data/brocade-clock:clock-sa/clock/timezone
|
<timezone>(string)</timezone>
|
Modifies or updates the system time zone.
|
DELETE URIs
|
Payload
|
Description
|
/restconf/data/brocade-clock:clock-sa/clock/timezone
|
<timezone>(string)</timezone>
|
Deletes the system time zone.
|
Parameters
- timezone
- Specifies the local clock time zone.
Usage Guidelines
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
URI
The following example uses the GET option to retrieve the configuration details.
http://host:443/restconf/data/brocade-clock:clock-sa/clock/timezone
None
<clock-sa xmlns="urn:brocade.com:mgmt:brocade-clock">
<clock>
<timezone/>
</clock>