{ "id":"/axapi/v3/visibility/flow-collector/netflow", "type":"object", "node-type":"scalar", "title":"netflow", "partition-visibility":"shared", "auto-created-object":1, "description":"NetFlow/IPFIX collector", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "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", "partition-visibility":"shared", "description":"'all': all; 'pkts-rcvd': Total nflow packets received; 'v9-templates-created': Total v9 templates created; 'v9-templates-deleted': Total v9 templates deleted; 'v10-templates-created': Total v10(IPFIX) templates created; 'v10-templates-deleted': Total v10(IPFIX) templates deleted; 'template-drop-exceeded': Total templates dropped because of maximum limit; 'template-drop-out-of-memory': Total templates dropped becuase of out of memory; 'frag-dropped': Total nflow fragment packets dropped; 'agent-not-found': nflow pkts from not configured agents; 'version-not-supported': nflow version not supported; 'unknown-dir': nflow sample direction is unknown; ", "enum":[ "all", "pkts-rcvd", "v9-templates-created", "v9-templates-deleted", "v10-templates-created", "v10-templates-deleted", "template-drop-exceeded", "template-drop-out-of-memory", "frag-dropped", "agent-not-found", "version-not-supported", "unknown-dir" ] } } } ] }, "template":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector/netflow/template", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "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; ", "enum":[ "all", "templates-added-to-delq", "templates-removed-from-delq" ] } } } ] }, "detail":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector/netflow/template/detail", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } } } }