Configuring the Event-History Buffer Size for IS-IS Dynamic Flooding Events to Disabled
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "isisEntity": { "children": [ { "isisInst": { "attributes": { "name": "TAG_1" }, "children": [ { "isisEvtHstry": { "attributes": { "size": "disabled", "type": "df" } } }, { "isisDom": { "attributes": { "name": "default" } } } ] } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <isis-items> <inst-items> <Inst-list> <name>TAG_1</name> <evthstry-items> <EvtHstry-list> <type>df</type> <size>1</size> </EvtHstry-list> </evthstry-items> <dom-items> <Dom-list> <name>default</name> </Dom-list> </dom-items> </Inst-list> </inst-items> </isis-items> </System>