
********************************************************************************
* 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 POST -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"name\": \"%string%\", \"user-password\": \"%user-passwd%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/

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

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"host\": {\"hostname\": \"%string%\", \"use-vrf\": \"%common-def:use-vrf%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"source-interface-name\": {\"ethernet\": {\"source-interface-value\": \"%interface:interface-type%\"}}}"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"host\": {\"hostname\": \"%string%\", \"use-vrf\": \"%common-def:use-vrf%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"host\": {\"hostname\": \"%string%\", \"use-vrf\": \"%common-def:use-vrf%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"source-intf-type\": {\"ethernet\": {\"source-intf-name\": \"%ethernet-iftype%\"}}}"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"group\": {\"ad-group\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/maprole

curl -v -X POST -H "Content-Type: application/yang-data+json" -k -d "{\"rule\": {\"index\": \"%uint32%\", \"action\": \"%rule-action%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

curl -v -X POST -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

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

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

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

