Configuring a Flow Timeout
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/hwtelemetry/netflow.json
{ "netflowNetflow": { "children": [ { "netflowInst": { "attributes": { "mode": "netflow", "timeOut": "20" } } } ] } }
Response
{ imdata:[] }
Copy
<System> <hwtelemetry-items> <netflow-items> <inst-items> <Inst-list> <mode>netflow</mode> <timeOut>20</timeOut> </Inst-list> </inst-items> </netflow-items> </hwtelemetry-items> </System>