
********************************************************************************
* 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 PUT -d "<cfm />"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm


curl -v -X PUT -d "<y1731 />"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731


curl -v -X PUT -d "<type>%y1731-profile-type%</type>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/type


curl -v -X PUT -d "<tx-interval>%y1731-profile-tx-interval%</tx-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/tx-interval


curl -v -X PUT -d "<measurement-interval>%uint32%</measurement-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/measurement-interval


curl -v -X PUT -d "<cos>%uint8%</cos>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/cos


curl -v -X PUT -d "<tx-frame-count>%uint32%</tx-frame-count>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/tx-frame-count


curl -v -X PUT -d "<timeout>%uint8%</timeout>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/timeout


curl -v -X PUT -d "<start><start-type>%schedule-type%</start-type><start-time>%time-in-hhmmss%</start-time></start>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/start


curl -v -X PUT -d "<start-periodic>%y1731-start-periodic%</start-periodic>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/start/start-periodic


curl -v -X PUT -d "<stop><stop-type>%schedule-type%</stop-type><stop-time>%time-in-hhmmss%</stop-time></stop>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/stop


curl -v -X PUT -d "<average>%uint32%</average>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/threshold/forward/average


curl -v -X PUT -d "<maximum>%uint32%</maximum>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/threshold/forward/maximum


curl -v -X PUT -d "<average>%uint32%</average>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/threshold/backward/average


curl -v -X PUT -d "<maximum>%uint32%</maximum>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/threshold/backward/maximum


curl -v -X PUT -d "<average>%uint32%</average>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/threshold/average


curl -v -X PUT -d "<maximum>%uint32%</maximum>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/test-profile/%test-profile%/threshold/maximum


curl -v -X PUT -d "<actions>%action-profile-bitmap%</actions>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/action-profile/%action-profile-name%/event/ccm-up/actions


curl -v -X PUT -d "<actions>%action-profile-bitmap%</actions>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/action-profile/%action-profile-name%/event/ccm-down/actions


curl -v -X PUT -d "<actions>%action-profile-bitmap%</actions>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/action-profile/%action-profile-name%/event/avg-threshold/actions


curl -v -X PUT -d "<actions>%action-profile-bitmap%</actions>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/y1731/action-profile/%action-profile-name%/event/max-threshold/actions


curl -v -X PUT -d "<ccm-interval>%ccm-interval-type%</ccm-interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/domain-name/%domain-name%/ma-name/%ma-name%/ccm-interval


curl -v -X PUT -d "<mip-policy>%mip-policy-type%</mip-policy>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/domain-name/%domain-name%/ma-name/%ma-name%/mip-policy


curl -v -X PUT -d "<ma-name><icc-name>%string%</icc-name><umc-name>%string%</umc-name></ma-name>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/domain-name/%domain-name%/ma-name/%ma-name%


curl -v -X PUT -d "<maid-format>%maid-format-type%</maid-format>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/domain-name/%domain-name%/ma-name/%ma-name%/maid-format


curl -v -X PUT -d "<tlv-type>%ccm-tlv-type%</tlv-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/domain-name/%domain-name%/ma-name/%ma-name%/mep/%mep-id%/tlv-type


curl -v -X PUT -d "<client-interface><client-intf-type>%dot1ag-interface-type%</client-intf-type><client-intf-name>%dot1ag-interface-name%</client-intf-name><csf-type>%eth-csf-type%</csf-type><tx-period>%csf-tx-period%</tx-period></client-interface>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/domain-name/%domain-name%/ma-name/%ma-name%/mep/%mep-id%/client-interface


curl -v -X PUT -d "<action-profile>%string%</action-profile>"  -u admin:password http://%ipaddress%:80/rest/config/running/protocol/cfm/domain-name/%domain-name%/ma-name/%ma-name%/mep/%mep-id%/remote-mep/%remote-mep%/action-profile

