{ "id":"/axapi/v3/netflow/monitor/{name}/record", "type":"object", "node-type":"scalar", "title":"record", "partition-visibility":"shared", "description":"Configure record types to be exported", "properties":{ "netflow-v5":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NetFlow V5 Flow Record Template", "optional":true }, "netflow-v5-ext":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Extended NetFlow V5 Flow Record Template, supports ipv6", "optional":true }, "nat44":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NAT44 Flow Record Template", "optional":true }, "nat64":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NAT64 Flow Record Template", "optional":true }, "dslite":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"DS-Lite Flow Record Template", "optional":true }, "sesn-event-nat44":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "sesn-event-nat64":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "sesn-event-dslite":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "sesn-event-fw4":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "sesn-event-fw6":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-mapping-nat44":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-mapping-nat64":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-mapping-dslite":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-batch-nat44":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-batch-nat64":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-batch-dslite":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-batch-v2-nat44":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-batch-v2-nat64":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "port-batch-v2-dslite":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Export both creation and deletion events; 'creation': Export only creation events; 'deletion': Export only deletion events; ", "enum":[ "both", "creation", "deletion" ], "optional":true }, "ddos-general-stat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"General DDOS statistics", "optional":true }, "ddos-http-stat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"HTTP DDOS statistics", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }