Displays cluster client state
| URI | Description |
|---|---|
| <base_URI>/operational-state/cluster-ext-state | Displays cluster client state. |
Only GET operation is supported. Use of the Resource-Depth request header is recommended.
The following example shows the complete cURL command and server response for the
cluster-ext-state GET operation.
http://host:80/rest/operational-state/cluster-ext-state
curl -H "Accept: application/vnd.operational-state.resource+xml" -H "Resource-Depth: 6" -u "lab:Tester**" http://10.20.229.40:80/rest/operational-state/cluster-ext-state
<data xmlns="http://brocade.com/ns/rest" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/operational-state">
<cluster-ext-state xmlns="urn:brocade.com:mgmt:brocade-mct-operational" y:self="/rest/operational-state/cluster-ext-state">
<num-clients>3</num-clients>
<keep-alive y:self="/rest/operational-state/cluster-ext-state/keep-alive">
<ip-addr>172.19.1.1</ip-addr>
<state>true</state>
<reason>" "</reason>
<interface>"Ethernet 0/1"</interface>
<source-ip-addr>172.19.1.0</source-ip-addr>
<vrf>keepalive-vrf</vrf>
<interval>0</interval>
<primary>false</primary>
</keep-alive>
<clients y:self="/rest/operational-state/cluster-ext-state/clients/1001">
<client-id>1001</client-id>
<local-state>5</local-state>
<remote-state>5</remote-state>
<exceptions>" "</exceptions>
</clients>
<clients y:self="/rest/operational-state/cluster-ext-state/clients/1002">
<client-id>1002</client-id>
<local-state>5</local-state>
<remote-state>5</remote-state>
<exceptions>" "</exceptions>
</clients>
<clients y:self="/rest/operational-state/cluster-ext-state/clients/34816">
<client-id>34816</client-id>
<local-state>5</local-state>
<remote-state>5</remote-state>
<exceptions>" "</exceptions>
</clients>
</cluster-ext-state>
</data>
| Release version | History |
|---|---|
| 18r.2.00 | This API call was introduced. |