{ "id":"/axapi/v3/visibility/flow-collector/netflow/template/stats", "type":"object", "node-type":"scalar", "title":"template", "description":"Statistics for the object template", "properties":{ "stats":{ "type":"object", "properties":{ "templates-added-to-delq":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Netflow templates added to the delete queue", "optional":true }, "templates-removed-from-delq":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Netflow templates removed from the delete queue", "optional":true }, "templates-dropped-oom":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Netflow templates dropped out of memory", "optional":true }, "templates-dropped-max-exceeded":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Netflow templates dropped due to max exceeded", "optional":true } } } } }