Configuring the M6RIB Notification Interval
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/m6rib/inst.json
{ "m6ribInst": { "children": [ { "m6ribDom": { "attributes": { "name": "default" }, "children": [ { "m6ribNotify": { "attributes": { "interval": "12" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <m6rib-items> <inst-items> <dom-items> <Dom-list> <name>default</name> <notify-items> <interval>12</interval> </notify-items> </Dom-list> </dom-items> </inst-items> </m6rib-items> </System>