{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/web-gui/learning", "type":"object", "node-type":"scalar", "title":"learning", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure TPS Wizard Learning", "properties":{ "duration":{ "type":"string", "format":"enum", "default":"6hour", "partition-visibility":"shared", "description":"'1minute': 1 minute; '6hour': 6 hours; '12hour': 12 hours; '24hour': 24 hours; '7day': 7 days; ", "enum":[ "1minute", "6hour", "12hour", "24hour", "7day" ], "optional":true }, "starting-time":{ "type":"string", "format":"string", "minLength":1, "maxLength":13, "partition-visibility":"shared", "description":"Configure learning starting time", "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 } } }