{ "id":"/axapi/v3/debug/ddos", "type":"object", "node-type":"scalar", "title":"ddos", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug DDOS", "properties":{ "dns-cache":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug DDOS DNS Cache", "optional":true }, "event":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug DDOS event", "optional":true }, "control-var":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug DDOS Control Var", "optional":true }, "zbar":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug DDOS zbar event", "optional":true }, "event-filter":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Set debug DDOS event filter", "optional":true }, "flow-based-detection":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug flow samples based DDOS detection", "optional":true }, "level":{ "type":"number", "format":"number", "minimum":1, "maximum":4, "partition-visibility":"shared", "description":"Debug level (Level 1-4)", "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 } } }