{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/port/zone-service/{port-num}+{protocol}/signature-extraction", "type":"object", "node-type":"scalar", "title":"signature-extraction", "partition-visibility":"shared", "description":"Enable Signature Extraction", "properties":{ "algorithm":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'heuristic': heuristic algorithm; ", "enum":[ "heuristic" ], "optional":false }, "manual-mode":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable manual mode", "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 } } }