Configuring an IEEE 802.1Q Class of Service for QoS Classification
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/intf.json
{ "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/1" }, "children": [ { "ipqosUntaggedCos": { "attributes": { "val": "7" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <intf-items> <phys-items> <PhysIf-list> <id>eth1/1</id> <ucos-items> <val>7</val> </ucos-items> </PhysIf-list> </phys-items> </intf-items> </System>