Disabling Statistics for a Policy
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "ipqosEntity": { "children": [ { "ipqosDefaultQoS": { "children": [ { "ipqosServPol": { "children": [ { "ipqosIngress": { "children": [ { "ipqosNveIf": { "attributes": { "id": "1" }, "children": [ { "ipqosInst": { "attributes": { "name": "pmap_name", "stats": "false" } } } ] } } ] } } ] } } ] } } ] } }, { "nvoEps": { "children": [ { "nvoEp": { "attributes": { "epId": "1" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <ipqos-items> <dflt-items> <policy-items> <in-items> <nveif-items> <NveIf-list> <id>1</id> <pmap-items> <name>pmap_name</name> <stats>false</stats> </pmap-items> </NveIf-list> </nveif-items> </in-items> </policy-items> </dflt-items> </ipqos-items> <eps-items> <epId-items> <Ep-list> <epId>1</epId> </Ep-list> </epId-items> </eps-items> </System>