{ "id":"/axapi/v3/netflow/monitor/{name}/record", "type":"object", "node-type":"scalar", "title":"record", "description":"Configure record types to be exported", "properties":{ "netflow-v5":{ "type":"number", "format":"flag", "default":0, "description":"NetFlow V5 Flow Record Template", "optional":true }, "netflow-v5-ext":{ "type":"number", "format":"flag", "default":0, "description":"Extended NetFlow V5 Flow Record Template, supports ipv6", "optional":true }, "ddos-general-stat":{ "type":"number", "format":"flag", "default":0, "description":"General DDOS statistics", "optional":true }, "ddos-http-stat":{ "type":"number", "format":"flag", "default":0, "description":"HTTP DDOS statistics", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }