show-clock

Retrieves the current time for the cluster or specified switch.

Resource URIs

URI Description
<base_URI>/operations/show-clock Retrieves current time for the cluster or specified switch.

Parameters

current-time
Displays the switch date and time.
timezone
Displays the region/city or region/state/city.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/show-clock

<show-clock></show-clock>
<output xmlns='urn:brocade.com:mgmt:brocade-clock'>
  <clock-time>
    <current-time>2017-03-17T05:13:28+00:00</current-time>
    <timezone>Etc/GMT</timezone>
  </clock-time>
</output>