show-system-monitor

Retrieves the overall status for a selected switch.

Resource URIs

URI Description
<base_URI>/operations/show-system-monitor Retrieves the overall status for a selected switch.

Parameters

switch-name
Displays the name of the switch.
switch-ip
Displays the IP address of the switch.
switch-state
Displays the switch status based on components.
switch-state-reason
Displays the component reason for switch status.
report-time
Displays the switch report time stamp.
component-name
Displays the component name.
component-state
Displays the component status based on thresholds.
port-area
Displays the port identifier.
port-name
Displays the port name.
port-state
Displays the port state.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/show-system-monitor

<show-system-monitor></show-system-monitor>
<output xmlns='urn:brocade.com:mgmt:brocade-system-monitor-ext'>
  <switch-status>
    <switch-name>sw0</switch-name>
    <switch-ip>10.24.81.195</switch-ip>
    <switch-state>state-marginal</switch-state>
    <switch-state-reason>Switch Status is MARGINAL. Contributors:* MM non-redundant: 
(M2).(MARGINAL).</switch-state-reason>
    <report-time>2014-06-11T09:40:21+00:00</report-time>
    <component-status>
      <component-name>Power supplies monitor</component-name>
      <component-state>state-healthy</component-state>
    </component-status>
  </switch-status>
</output>