
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of rBreeze 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.                   *
*                                                                              *
* 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 -d -H "application/vnd.configuration.resource+json" "{\"collector\": {\"name\": \"%common-def:name-string32%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"source-intf-type\": {\"ethernet\": {\"source-intf-name\": \"%ethernet-iftype%\"}}}"  -u admin:password http://%ipaddress%:80/rest/config/running


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"profile\": {\"collector-profiletype\": \"%telemetry-profile-type%\", \"collector-profilename\": \"%collector-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/collector/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"server\": {\"use-vrf\": \"%common-def:use-vrf%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"system-utilization\": {\"name\": \"%system-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"add\": {\"object\": \"%system-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/system-utilization/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"interface\": {\"name\": \"%interface-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"interface\": {\"interface-range\": \"%phy-interface-range-cli-pattern%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/interface/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"add\": {\"object\": \"%interface-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/interface/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"enhanced-queue-discard-pkts\": {\"name\": \"%enhanced-queue-discard-pkts-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"add\": {\"object\": \"%enhanced-queue-discard-pkts-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/enhanced-queue-discard-pkts/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"enhanced-queue-max-queue-depth\": {\"name\": \"%enhanced-queue-max-queue-depth-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"add\": {\"object\": \"%enhanced-queue-max-queue-depth-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/enhanced-queue-max-queue-depth/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"queue\": {\"name\": \"%queue-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"add\": {\"object\": \"%queue-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/queue/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"mpls-traffic-lsp\": {\"name\": \"%mpls-traffic-lsp-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"lsp\": {\"name\": \"%string%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/mpls-traffic-lsp/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"add\": {\"object\": \"%mpls-traffic-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/mpls-traffic-lsp/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"mpls-traffic-bypass\": {\"name\": \"%mpls-traffic-bypass-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"bypass-lsp\": {\"name\": \"%string%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/mpls-traffic-bypass/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"add\": {\"object\": \"%mpls-traffic-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/mpls-traffic-bypass/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"mpls-traffic-fec\": {\"name\": \"%mpls-traffic-fec-profile-name-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "[DO NOT USE]{\"fec\": {\"mpls-traffic-fec-address\": \"%inet:ipv4-address%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/mpls-traffic-fec/%name%


curl -v -X POST -d -H "application/vnd.configuration.resource+json" "{\"add\": {\"object\": \"%mpls-traffic-profile-object-type%\"}}"  -u admin:password http://%ipaddress%:80/rest/config/running/telemetry/profile/mpls-traffic-fec/%name%

