{ "id":"/axapi/v3/visibility/flow-collector/netflow/template", "type":"object", "node-type":"scalar", "title":"template", "auto-created-object":1, "description":"NetFlow/IPFIX collector templates", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "description":"'all': all; 'templates-added-to-delq': Netflow templates added to the delete queue; 'templates-removed-from-delq': Netflow templates removed from the delete queue; 'templates-dropped-oom': Netflow templates dropped out of memory; 'templates-dropped-max-exceeded': Netflow templates dropped due to max exceeded; ", "enum":[ "all", "templates-added-to-delq", "templates-removed-from-delq", "templates-dropped-oom", "templates-dropped-max-exceeded" ] }, "optional":true } } ] }, "detail":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector/netflow/template/detail", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }