{ "id":"/axapi/v3/netflow/collector", "type":"object", "node-type":"intermediate", "title":"collector", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Configure NetFlow/IPFIX collector", "properties":{ "template":{ "type":"object", "$ref":"/axapi/v3/netflow/collector/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; 'v9-templates-created': Netflow v9 Templates Created; 'v9-templates-deleted': Netflow v9 Templates Deleted; 'v10-templates-created': Netflow v10(IPFIX) Templates Created; 'v10-templates-deleted': Netflow v10(IPFIX) Templates Deleted; 'template-drop-exceeded': Netflow Templates Dropped Maximum Limit Reached; 'template-drop-out-of-memory': Netflow Templates Dropped OOM; 'templates-added-to-delq': Netflow Templates Added To Delete Queue; 'templates-removed-from-delq': Netflow Templates Removed From Delete Queue; ", "enum":[ "all", "v9-templates-created", "v9-templates-deleted", "v10-templates-created", "v10-templates-deleted", "template-drop-exceeded", "template-drop-out-of-memory", "templates-added-to-delq", "templates-removed-from-delq" ] } } } ] } } }, "template-detail":{ "type":"object", "$ref":"/axapi/v3/netflow/collector/template-detail", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }