{ "id":"/axapi/v3/ddos/anomaly-drop/security-attack-layer-3", "type":"object", "node-type":"scalar", "title":"security-attack-layer-3", "partition-visibility":"shared", "auto-created-object":1, "description":"Disable (Enable) Security Attack Layer-3 scrubbing", "properties":{ "toggle":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': enable; 'disable': disable; ", "enum":[ "enable", "disable" ], "optional":true }, "log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Log the anomaly event (Can only configure when drop-disabled)", "optional":true }, "capture-config":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"capture-config name (Can only configure when drop-disabled)", "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 } } }