get-port-channel-detail

Retrieves the Link Aggregation Control Protocol (LACP) configuration parameters for all the port-channels in the system.

Resource URIs

URI Description
<base_URI>/operations/get-port-channel-detail Retrieves the Link Aggregation Control Protocol (LACP) information for all port-channel.

Parameters

aggregator-id
Displays the aggregator ID.
aggregator-type
Displays the aggregator type.
isvlag
Specifies if the aggregator is a vLAG.
aggregator-mode
Displays the aggregator mode.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-port-channel-detail

<get-port-channel-detail></get-port-channel-detail>
<output xmlns='urn:brocade.com:mgmt:brocade-lag'>
  <lacp>
    <aggregator-id>1</aggregator-id>
    <aggregator-type>standard</aggregator-type>
    <isvlag>false</isvlag>
    <aggregator-mode>static</aggregator-mode>
  </lacp>
  <lacp>
    <aggregator-id>2</aggregator-id>
    <aggregator-type>standard</aggregator-type>
    <isvlag>false</isvlag>
    <aggregator-mode>static</aggregator-mode>
  </lacp>
  <has-more>false</has-more>
</output>