{ "id":"/axapi/v3/ddos/reporting", "type":"object", "node-type":"scalar", "title":"reporting", "partition-visibility":"shared", "auto-created-object":1, "description":"Reporting service configuration", "properties":{ "toggle":{ "type":"string", "format":"enum", "default":"reject-on-limit-reached", "partition-visibility":"shared", "description":"'disable-on-limit-reached': Disable reporting on DST/Port entry when the max reporting count is reached; 'reject-on-limit-reached': Reject the configuration when the max reporting count is reached; ", "enum":[ "disable-on-limit-reached", "reject-on-limit-reached" ], "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 } } }