Retrieves the IP interface details.
URI | Description |
---|---|
<base_URI>/operations/get-ip-interface | Retrieves the IP interface details. |
Only POST operation is supported.
http://host:80/rest/operations/get-ip-interface
<get-ip-interface></get-ip-interface>
<output xmlns='urn:brocade.com:mgmt:brocade-interface-ext'> <interface> <interface-type>port-channel</interface-type> <interface-name>1</interface-name> <if-name>Port-channel 1</if-name> <if-state>down</if-state> <line-protocol-state>down</line-protocol-state> <ip-address> <ipv4>unassigned</ipv4> </ip-address> </interface> <interface> <interface-type>port-channel</interface-type> <interface-name>2</interface-name> <if-name>Port-channel 2</if-name> <if-state>down</if-state> <line-protocol-state>down</line-protocol-state> <ip-address> <ipv4>unassigned</ipv4> </ip-address> </interface> <has-more>false</has-more> </output>