
********************************************************************************
* 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 PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cpu><enable-cpu /></cpu>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/cpu

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cpu><threshold-cpu>%uint32%</threshold-cpu></cpu>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/cpu

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<cpu><action-cpu>%resource-monitor-actiontype%</action-cpu></cpu>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/cpu

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<memory><enable-memory /></memory>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/memory

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<memory><threshold-memory>%uint32%</threshold-memory></memory>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/memory

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<memory><action-memory>%resource-monitor-actiontype%</action-memory></memory>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/memory

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<memory><enable-process /></memory>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/process/memory

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<memory><thresh-mem-alarm>%uint32%</thresh-mem-alarm></memory>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/process/memory

curl -v -X PATCH -H "Content-Type: application/yang-data+xml" -k -d "<memory><thresh-mem-critic>%uint32%</thresh-mem-critic></memory>"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-resource-monitor:resource-monitor/process/memory

