{ "id":"/axapi/v3/ddos/east-west-protection", "type":"object", "node-type":"scalar", "title":"east-west-protection", "partition-visibility":"shared", "auto-created-object":1, "description":"DDOS East-West Protection", "properties":{ "deployment-mode":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'L2-mode': Enable East-West Protection in Layer 2 mode.; 'L2-with-virtual-wire': Enable East-West Protection in Layer 2 mode with virtual-wire pairs.; 'L3-mode': Enable East-West Protection in Layer 3 mode.; 'disable': Disable East-West Protection.; ", "enum":[ "L2-mode", "L2-with-virtual-wire", "L3-mode", "disable" ], "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 } } }