mct-l2ys-state

Displays the complete member-vlan information

Resource URIs

URI Description
<base_URI>/operational-state/mct-l2ys-state Displays the complete member-vlan information
<base_URI>/operational-state/mct-l2ys-state/show-cluster-mem-vlan Displays the complete member-vlan information.
<base_URI>/operational-state/mct-l2ys-state/show-cluster-mem-vlan/{cluster-id}/num-vlans Displays the complete member-vlan information for specified cluster-id.

Usage Guidelines

Only GET operation is supported. Use of the Resource-Depth request header is recommended.

Examples

URI

The following example uses the GET option to retrieve the configuration details.

http://host:80/rest/operational-state/mct-l2ys-state

None

<data xmlns="http://brocade.com/ns/rest" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running">
<mct-l2ys-state xmlns="urn:brocade.com:mgmt:brocade-l2sys-operational" y:self="/rest/operational-state/mct-l2ys-state">
  <show-cluster-mem-vlan y:self="/rest/operational-state/mct-l2ys-state/show-cluster-mem-vlan/52">
    <cluster-id>52</cluster-id>
    <num-vlans>2663</num-vlans>
    <vlan-label-info y:self="/rest/operational-state/mct-l2ys-state/show-cluster-mem-vlan/52/vlan-label-info/2">
      <vlan-id>2</vlan-id>
      <unicast-label-local>800770</unicast-label-local>
      <unicast-label-remote>800770</unicast-label-remote>
      <fw-state>true</fw-state>
    </vlan-label-info>
    <vlan-label-info y:self="/rest/operational-state/mct-l2ys-state/show-cluster-mem-vlan/52/vlan-label-info/3">
      <vlan-id>3</vlan-id>
      <unicast-label-local>800771</unicast-label-local>
      <unicast-label-remote>0</unicast-label-remote>
      <fw-state>true</fw-state>
    </vlan-label-info>
  </show-cluster-mem-vlan>
</mct-l2ys-state>
</data>