get-system-uptime

Retrieves the time since this managed entity was last re-initialized.

Resource URIs

URI Description
<base_URI>/operations/get-system-uptime Retrieves the time since this managed entity was last re-initialized.

Parameters

days
Displays the number of days the managed node is up since its last re-initialization.
hours
Displays the number of hours the managed node is up since its last re-initialization.
minutes
Displays the number of minutes the managed node is up since its last re-initialization.
seconds
Displays the number of seconds the managed node is up since its last re-initialization.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-system-uptime

<get-system-uptime></get-system-uptime>
<output xmlns='urn:brocade.com:mgmt:brocade-system'>
  <show-system-uptime>
    <days>0</days>
    <hours>11</hours>
    <minutes>15</minutes>
    <seconds>37</seconds>
  </show-system-uptime>
</output>