{ "id":"/axapi/v3/sflow/event-notification/ddos", "type":"object", "node-type":"scalar", "title":"ddos", "partition-visibility":"shared", "description":"Send notification of DDoS events", "properties":{ "toggle":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable sflow notification for DDOS events; 'disable': Disable sflow notification for DDOS events; ", "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 } } }