Configuring a VDC Id
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "nwVdc": { "attributes": { "id": "1", "name": "nxosv2" }}}]}}
Response
{ imdata:[] }
Copy
<System> <vdc-items> <Vdc-list> <id>1</id> <name>nxosv2</name> </Vdc-list> </vdc-items> </System>