
********************************************************************************
* 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 PUT -H "Content-Type: application/yang-data+xml" -k -d "<first>%enumeration%</first>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authentication/login/first

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<second>%enumeration%</second>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authentication/login/second

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<third>%enumeration%</third>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authentication/login/third

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<server-type>%acc_srv_type%</server-type>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/accounting/exec/defaultacc/start-stop/server-type

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<server-type>%acc_srv_type%</server-type>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/accounting/commands/defaultacc/start-stop/server-type

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<firstauthor>%enumeration%</firstauthor>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authorization/command/firstauthor

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<secondauthor>%enumeration%</secondauthor>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authorization/command/secondauthor

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<encryption-level>%enumeration%</encryption-level>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/encryption-level

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<role>%string%</role>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/role

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<desc>%string%</desc>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/desc

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<enable>%username-enable%</enable>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/enable

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<expire>%date%</expire>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/expire

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<access-time>%string%</access-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/access-time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<end-time>%string%</end-time>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/end-time

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<acct-inactivity-expiry-period>%uint32%</acct-inactivity-expiry-period>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/acct-inactivity-expiry-period

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<acct-inactivity-warning-period>%uint32%</acct-inactivity-warning-period>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/acct-inactivity-warning-period

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<password-encryption />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:service/password-encryption

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<desc>%string%</desc>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:role/name=%name%/desc

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<auth-port>%rad-auth-port%</auth-port>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/auth-port

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<protocol>%rad-auth-protocols%</protocol>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/protocol

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<key>%string%</key>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/key

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<encryption-level>%enumeration%</encryption-level>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/encryption-level

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<retries>%uint32%</retries>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/retries

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<timeout>%uint32%</timeout>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/timeout

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<radsec />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/radsec

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<source-interface-value>%loopback-iftype%</source-interface-value>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/source-interface/loopback/source-interface-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<source-interface-value>%ve-iftype%</source-interface-value>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/source-interface/ve/source-interface-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<source-interface-value>%mm-iftype%</source-interface-value>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/source-interface/management/source-interface-value

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<port>%tac-auth-port%</port>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/port

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<protocol>%tac-auth-protocols%</protocol>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/protocol

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<key>%string%</key>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/key

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<encryption-level>%enumeration%</encryption-level>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/encryption-level

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<retries>%uint8%</retries>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/retries

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<timeout>%uint8%</timeout>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/timeout

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<tacacs-source-ip><tacacs-source-int-type>%srcip_type%</tacacs-source-int-type><tacacs-source-int-value>%string-type%</tacacs-source-int-value></tacacs-source-ip>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/tacacs-source-ip

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ldaps />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/ldaps

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<port>%ldap-auth-port%</port>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/port

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<retries>%uint8%</retries>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/retries

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<timeout>%uint8%</timeout>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/timeout

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<basedn>%string%</basedn>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/basedn

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<source-intf-name>%loopback-iftype%</source-intf-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/source-interface/loopback/source-intf-name

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<source-intf-name>%ve-iftype%</source-intf-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/source-interface/ve/source-intf-name

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<source-intf-name>%mm-iftype%</source-intf-name>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/source-interface/management/source-intf-name

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<switch-role>%string%</switch-role>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/maprole/group=%ad-group%/switch-role

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<min-length>%uint32%</min-length>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/min-length

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<max-logins>%uint32%</max-logins>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/max-logins

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<max-retry>%uint32%</max-retry>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/max-retry

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<max-lockout-duration>%uint32%</max-lockout-duration>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/max-lockout-duration

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<history>%uint32%</history>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/history

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<repeat>%uint32%</repeat>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/repeat

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<sequence>%uint32%</sequence>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/sequence

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<force-default-password-change />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/force-default-password-change

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<max-password-age>%uint32%</max-password-age>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/max-password-age

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<info>%uint32%</info>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level/info

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<minor>%uint32%</minor>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level/minor

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<major>%uint32%</major>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level/major

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<critical>%uint32%</critical>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level/critical

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<upper>%uint32%</upper>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction/upper

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<lower>%uint32%</lower>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction/lower

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<numeric>%uint32%</numeric>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction/numeric

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<special-char>%uint32%</special-char>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction/special-char

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<admin-lockout-enable />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/admin-lockout-enable

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<login-notify-duration>%uint32%</login-notify-duration>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/login-notify-duration

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<login>%string%</login>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:banner/login

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<motd>%string%</motd>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:banner/motd

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<incoming>%string%</incoming>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:banner/incoming

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<operation>%rule-operation%</operation>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/operation

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<role>%string%</role>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/role

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<enumList>%enumeration%</enumList>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/enumList

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ethernet-leaf>%interface:interface-type%</ethernet-leaf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/ethernet-leaf

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<port-channel-leaf>%interface:portchannel-type%</port-channel-leaf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/port-channel-leaf

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<vlan-leaf>%interface:vlan-type%</vlan-leaf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/vlan-leaf

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<management-leaf>%interface:man-interface-type%</management-leaf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/management-leaf

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<loopback-leaf>%loopback-intf:intf-loopback-port-type%</loopback-leaf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/loopback-leaf

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ve-leaf>%interface:ve-type%</ve-leaf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/ve-leaf

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<fibrechannel-leaf>%interface:interface-type%</fibrechannel-leaf>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/fibrechannel-leaf

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<interface-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/interface-int/interface-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ethernet-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/interface-eth/interface/ethernet-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "[DO NOT USE]<management-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/interface-mgmt/interface/management-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<port-channel-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/interface-pc/interface/port-channel-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<loopback-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/interface-loopback/interface/loopback-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<ve-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/interface-ve/interface/ve-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<copy-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/copy-cp/copy-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<running-config-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/copy-running/copy/running-config-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<support-cp />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/copy-support/copy/support-cp

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<clear-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/clear-cl/clear-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<logging-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/clear-logging/clear/logging-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<support-cl />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/clear-support/clear/support-cl

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<protocol-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/protocol-pr/protocol-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<spanning-tree-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/protocol-spanning/protocol/spanning-tree-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<lldp-cont />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command/protocol-lldp/protocol/lldp-cont

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<enable />"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:root-sa/root/enable

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<access>%root_access_type%</access>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:root-sa/root/access

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<expansion>%string%</expansion>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:alias-config/alias=%name%/expansion

curl -v -X PUT -H "Content-Type: application/yang-data+xml" -k -d "<expansion>%string%</expansion>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:alias-config/user=%name%/alias=%name%/expansion

