Configuring a Port Group
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/itd/inst.json
{ "itdInst": { "children": [ { "itdPortGroup": { "attributes": { "pgName": "Grp_1" }}}]}}
Response
{ imdata:[] }
Copy
<System> <itd-items> <inst-items> <prtgrp-items> <PortGroup-list> <pgName>Grp_1</pgName> </PortGroup-list> </prtgrp-items> </inst-items> </itd-items> </System>