
********************************************************************************
* 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+json" -k -d "{\"first\": \"%enumeration%\"}"  -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+json" -k -d "{\"second\": \"%enumeration%\"}"  -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+json" -k -d "{\"third\": \"%enumeration%\"}"  -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+json" -k -d "{\"server-type\": \"%acc_srv_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+json" -k -d "{\"server-type\": \"%acc_srv_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+json" -k -d "{\"firstauthor\": \"%enumeration%\"}"  -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+json" -k -d "[DO NOT USE]{\"secondauthor\": \"%enumeration%\"}"  -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+json" -k -d "{\"encryption-level\": \"%enumeration%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%/encryption-level

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

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

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

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

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"acct-inactivity-expiry-period\": \"%uint32%\"}"  -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+json" -k -d "{\"acct-inactivity-warning-period\": \"%uint32%\"}"  -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+json" -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+json" -k -d "{\"desc\": \"%string%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:role/name=%name%/desc

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"auth-port\": \"%rad-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+json" -k -d "{\"protocol\": \"%rad-auth-protocols%\"}"  -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+json" -k -d "{\"key\": \"%string%\"}"  -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+json" -k -d "{\"encryption-level\": \"%enumeration%\"}"  -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+json" -k -d "{\"retries\": \"%uint32%\"}"  -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+json" -k -d "{\"timeout\": \"%uint32%\"}"  -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+json" -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+json" -k -d "[DO NOT USE]{\"source-interface-value\": \"%loopback-iftype%\"}"  -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+json" -k -d "[DO NOT USE]{\"source-interface-value\": \"%ve-iftype%\"}"  -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+json" -k -d "{\"source-interface-value\": \"%mm-iftype%\"}"  -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+json" -k -d "{\"port\": \"%tac-auth-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+json" -k -d "{\"protocol\": \"%tac-auth-protocols%\"}"  -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+json" -k -d "{\"key\": \"%string%\"}"  -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+json" -k -d "{\"encryption-level\": \"%enumeration%\"}"  -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+json" -k -d "{\"retries\": \"%uint8%\"}"  -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+json" -k -d "{\"timeout\": \"%uint8%\"}"  -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+json" -k -d "{\"tacacs-source-ip\": {\"tacacs-source-int-type\": \"%srcip_type%\", \"tacacs-source-int-value\": \"%string-type%\"}}"  -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+json" -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+json" -k -d "{\"port\": \"%ldap-auth-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+json" -k -d "{\"retries\": \"%uint8%\"}"  -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+json" -k -d "{\"timeout\": \"%uint8%\"}"  -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+json" -k -d "{\"basedn\": \"%string%\"}"  -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+json" -k -d "[DO NOT USE]{\"source-intf-name\": \"%loopback-iftype%\"}"  -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+json" -k -d "[DO NOT USE]{\"source-intf-name\": \"%ve-iftype%\"}"  -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+json" -k -d "{\"source-intf-name\": \"%mm-iftype%\"}"  -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+json" -k -d "{\"switch-role\": \"%string%\"}"  -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+json" -k -d "{\"min-length\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/min-length

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"max-lockout-duration\": \"%uint32%\"}"  -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+json" -k -d "{\"history\": \"%uint32%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/history

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -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+json" -k -d "{\"max-password-age\": \"%uint32%\"}"  -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+json" -k -d "{\"info\": \"%uint32%\"}"  -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+json" -k -d "{\"minor\": \"%uint32%\"}"  -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+json" -k -d "{\"major\": \"%uint32%\"}"  -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+json" -k -d "{\"critical\": \"%uint32%\"}"  -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+json" -k -d "{\"upper\": \"%uint32%\"}"  -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+json" -k -d "{\"lower\": \"%uint32%\"}"  -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+json" -k -d "{\"numeric\": \"%uint32%\"}"  -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+json" -k -d "{\"special-char\": \"%uint32%\"}"  -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+json" -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+json" -k -d "{\"login-notify-duration\": \"%uint32%\"}"  -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+json" -k -d "{\"login\": \"%string%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:banner/login

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

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

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

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

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

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"ethernet-leaf\": \"%interface:interface-type%\"}"  -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+json" -k -d "{\"port-channel-leaf\": \"%interface:portchannel-type%\"}"  -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+json" -k -d "{\"vlan-leaf\": \"%interface:vlan-type%\"}"  -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+json" -k -d "[DO NOT USE]{\"management-leaf\": \"%interface:man-interface-type%\"}"  -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+json" -k -d "{\"loopback-leaf\": \"%loopback-intf:intf-loopback-port-type%\"}"  -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+json" -k -d "{\"ve-leaf\": \"%interface:ve-type%\"}"  -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+json" -k -d "{\"fibrechannel-leaf\": \"%interface:interface-type%\"}"  -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -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+json" -k -d "{\"access\": \"%root_access_type%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:root-sa/root/access

curl -v -X PUT -H "Content-Type: application/yang-data+json" -k -d "{\"expansion\": \"%string%\"}"  -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+json" -k -d "{\"expansion\": \"%string%\"}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:alias-config/user=%name%/alias=%name%/expansion

