Creating a VRF
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "l3Inst": { "attributes": { "name": "VRF_1" }}}]}}
Response
{ imdata:[] }
Copy
<System> <inst-items> <Inst-list> <name>VRF_1</name> </Inst-list> </inst-items> </System>