Configuring the Percentage of Bandwidth for Unicast Flow
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/nbm/conf.json
{ "nbmGlobalConf": { "children": [ { "nbmGlobalConfDom": { "attributes": { "name": "default" }, "children": [ { "nbmGlobalConfig": { "attributes": { "unicastBwPercent": "75" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <nbm-items> <conf-items> <global-items> <dom-items> <GlobalConfDom-list> <name>default</name> <global-items> <unicastBwPercent>75</unicastBwPercent> </global-items> </GlobalConfDom-list> </dom-items> </global-items> </conf-items> </nbm-items> </System>