
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of rcBreeze Dump                                            *
*                                                                              *
* Author: Pradeep Raj.                                                         *
*                                                                              *
*                                                                              *
* Directions to Use:                                                           *
* 1. Replace all the values enclosed in the "%" with                           *
*    the values to be configured. The string present with in the braces        * 
*    indicates its type.                                                       *
* 2. To pass "" in the request replace the " with %22.                         *
* 3. To pass multiple keys in the URI enclose seperate them with %2c or        *
*    comma(",").                                                               *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
*                                                                              *
* 5. RestConf also supports Json formatting which can be obtained by simply    *
*    updating Content-Type: application/yang-data+xml to                       *
*    Content-Type: application/yang-data+json                                  * 
*                                                                              * 

* Disclaimer:                                                                  *
* 1. The queries mentioned here do not have a one-to-one correlation with CLI. *
* 2. The queries inferred here are based on an automated tool and are not      *
*    gauranteed to work. Its the functional teams responsibilty to ensure its  *
*    working.                                                                  *
* 3. In case if you find any discrepancy you can always contact the author to  *
*    get it fixed.                                                             *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
********************************************************************************
curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/interface

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:protocol

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/statistics

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/statistics-sync

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/loop-detection

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/loop-detection-shutdown-disable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/router-interface

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/router-interface/ve-config

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/cee

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/loopback

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/speed

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/fec

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/fec/fec-mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/cee

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/po-speed

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/vrf

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/vrf/forwarding

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/insight

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/insight/insight-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/insight/insight-mmId

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/reload-delay

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/reload-delay/reload-delay-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/reload-delay/reload-delay-time

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/tcp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/tcp/tcp_burstrate

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/tcp/tcp_lockdown

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/icmp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/icmp/unreachable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/icmp/echo_reply

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/icmp/rate_limiting

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/address

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/address/dhcp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/address/ip-address

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/oper-address

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ip/oper-gateway-con

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/icmpv6

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/icmpv6/v6_rate_limiting

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/ipv6-address-cont

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/ipv6-address-cont/ipv6-global-cont

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/ipv6-address-cont/ipv6-global-cont/ipv6-global-address

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/ipv6-address-cont/ipv6-global-cont/ipv6-global-address-eui64

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/ipv6-address-cont/autoconfig

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/ipv6/ipv6-address-cont/dhcpv6

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/vrf

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/vrf/vrf-forwarding

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/speed

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/line-speed

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/shutdown_management

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/redundant

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/management=%name%/redundant/management

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/description

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/shutdown

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/channel-group

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/channel-group/mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/channel-group/type

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/mtu

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/route-only

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/tag-type

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/maintenance-mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/maintenance-mode/rate-monitoring

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/maintenance-mode/rate-monitoring/threshold

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport-basic

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport-basic/basic

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/mode/vlan-mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security/port-sec-max

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security/port-sec-violation

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security/port-security-mac-address=%mac-address%,%port-sec-vlan%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security/sticky

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security/sticky/sticky-flag

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security/sticky/port-security-mac-address=%mac-address%,%port-sec-vlan%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/port-security/shutdown-time

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/access

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/access/accessvlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/allowed

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/allowed/vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/allowed/vlan/all

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/allowed/vlan/none

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/allowed/vlan/add

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/allowed/vlan/except

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/allowed/vlan/remove

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/tag

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/tag/native-vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/native-vlan-classification

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/switchport/trunk/native-vlan-classification/native-vlan-id

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/bfd-software-session

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ip

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ip/source-guard

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ip/source-guard/source-guard-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/vrf

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/vrf/forwarding

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/reload-delay

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/reload-delay/reload-delay-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/reload-delay/reload-delay-time

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ipv6

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/bfd

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/bfd/interval

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/bfd/interval/multiplier

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/bfd/bfd-shutdown

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/snmp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/snmp/trap

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/snmp/trap/link-status

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/snmp/trap/link-status/snmp-link-disable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/redundant-management

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/redundant-management/redundant-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/edge-loop-detection-native

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/edge-loop-detection-native/loop-detection-native

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/edge-loop-detection

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/edge-loop-detection/eldshutdown-disable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/edge-loop-detection/eldvlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/priority-tag-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/strip-header

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/bpdu-drop-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/core-isolation-track

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ethernet-segment

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ethernet-segment/esi

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ethernet-segment/advertise

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ethernet-segment/advertise/capability

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/ethernet-segment/advertise/capability/ac-influenced-df-election

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/description

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/vlan-name

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface-vlan/vlan=%name%/ip

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/description

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/shutdown

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/minimum-links

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/mtu

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/route-only

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/tag-type

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/maintenance-mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/maintenance-mode/rate-monitoring

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/maintenance-mode/rate-monitoring/threshold

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport-basic

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport-basic/basic

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/mode/vlan-mode

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security/port-sec-max

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security/port-sec-violation

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security/port-security-mac-address=%mac-address%,%port-sec-vlan%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security/sticky

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security/sticky/sticky-flag

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security/sticky/port-security-mac-address=%mac-address%,%port-sec-vlan%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/port-security/shutdown-time

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/access

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/access/accessvlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/allowed

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/allowed/vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/allowed/vlan/all

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/allowed/vlan/none

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/allowed/vlan/add

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/allowed/vlan/except

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/allowed/vlan/remove

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/tag

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/tag/native-vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/native-vlan-classification

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/switchport/trunk/native-vlan-classification/native-vlan-id

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/bfd-software-session

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ip

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ip/source-guard

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ip/source-guard/source-guard-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ipv6

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/snmp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/snmp/trap

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/snmp/trap/link-status

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/snmp/trap/link-status/snmp-link-disable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/bfd

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/bfd/interval

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/bfd/interval/multiplier

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/bfd/bfd-shutdown

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/edge-loop-detection-native

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/edge-loop-detection-native/loop-detection-native

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/edge-loop-detection

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/edge-loop-detection/eldshutdown-disable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/edge-loop-detection/eldvlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/priority-tag-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/load-balance-type

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/bpdu-drop-enable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/core-isolation-track

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment/lacp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment/lacp/system-id

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment/lacp/auto

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment/esi

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment/advertise

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment/advertise/capability

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/port-channel=%name%/ethernet-segment/advertise/capability/ac-influenced-df-election

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/rspan-vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/rspan-vlan/add-rspan-trunk-vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/rspan-vlan/remove-rspan-trunk-vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/rspan-access

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/rspan-access/rspan-access-vlan

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/tunable-optics

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/tunable-optics/sfpp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:interface/ethernet=%name%/tunable-optics/sfpp/channel

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:protocol

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/description

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/bfd

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/bfd/interval

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/bfd/interval/multiplier

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/bfd/bfd-shutdown

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/snmp

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/snmp/trap

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/snmp/trap/link-status

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-common-def:routing-system/brocade-interface:interface/ve=%name%/snmp/trap/link-status/snmp-link-disable

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:global-mtu-conf

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:global-mtu-conf/global-l2-mtu

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:global-mtu-conf/global-l2-bpdu

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:global-mtu-conf/global-reload-delay

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:global-mtu-conf/ingress-vlan-mapped-ve-counter

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:global-mtu-conf/tunneled-arp-trap

curl -v -X GET -H "Content-Type: application/yang-data+xml" -k  -u admin:password https://%ipaddress%:443/restconf/data/brocade-interface:global-mtu-conf/tunneled-arp-trap/tunneled-arp-trap-enable

