{ "id":"/axapi/v3/ddos/detection/agent/{agent-name}/netflow", "type":"object", "node-type":"scalar", "title":"netflow", "partition-visibility":"shared", "description":"Configure DDoS detection agent Netflow settings", "properties":{ "netflow-samples-collection":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable Netflow flow samples collection(default); 'disable': Disable Netflow flow samples collection; ", "enum":[ "enable", "disable" ], "optional":true }, "netflow-sampling-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":1, "partition-visibility":"shared", "description":"Configure agent's netflow sampling rate", "optional":true }, "active-timeout":{ "type":"number", "format":"number", "minimum":10, "maximum":600, "partition-visibility":"shared", "description":"Configure agent's flow active timeout (seconds)", "optional":true }, "inactive-timeout":{ "type":"number", "format":"number", "minimum":10, "maximum":600, "partition-visibility":"shared", "description":"Configure agent's flow inactive timeout (seconds)", "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 } } }