Retrieves the Link Aggregation Control Protocol (LACP) configuration parameters for all the port-channels in the system.
URI | Description |
---|---|
<base_URI>/operations/get-port-channel-detail | Retrieves the Link Aggregation Control Protocol (LACP) information for all port-channel. |
Only POST operation is supported.
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>