Configuring a VPN Id
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "l3Inst": { "attributes": { "name": "abc", "oui": "2", "vpnId": "3" }}}]}}
Response
{ imdata:[] }
Copy
<System> <inst-items> <Inst-list> <name>abc</name> <oui>2</oui> <vpnId>3</vpnId> </Inst-list> </inst-items> </System>