{ "id":"/axapi/v3/ddos/detection/settings/zone-notifications", "type":"object", "node-type":"scalar", "title":"zone-notifications", "partition-visibility":"shared", "description":"Configure ddos zone detection notification settings", "properties":{ "source-entry":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable source entry detection notification; 'disable': Disable source entry detection notification(default); ", "enum":[ "enable", "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 } } }