{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/detection/service-discovery", "type":"object", "node-type":"scalar", "title":"service-discovery", "partition-visibility":"shared", "description":"Service discovery Configuration", "properties":{ "configuration":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'configuration': configuration; ", "enum":[ "configuration" ], "optional":false }, "toggle":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable service discovery; 'disable': Disable service discovery; ", "enum":[ "enable", "disable" ], "optional":true }, "pkt-rate-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":10, "partition-visibility":"shared", "description":"packet rate threshold for discovery (default 10 packets per second)", "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 } } }