Configuring the OSPFv3 Instance Id
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{ "ospfv3Entity": { "children": [ { "ospfv3If": { "attributes": { "id": "mgmt0", "instanceId": "1" }}}]}}
Response
{ imdata:[] }
Copy
<System> <ospfv3-items> <if-items> <If-list> <id>mgmt0</id> <instanceId>1</instanceId> </If-list> </if-items> </ospfv3-items> </System>