{ "id":"/axapi/v3/ddos/detection/settings/entry-saving", "type":"object", "node-type":"scalar", "title":"entry-saving", "partition-visibility":"shared", "description":"Detection entries and indicators saving configuration", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":0, "maximum":1440, "default":0, "partition-visibility":"shared", "description":"Configure periodical auto-saving interval in minutes(default: 0) and 0 to disable.", "optional":true }, "manual-save":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Manually save network-object-based detection entries and learned indicators", "optional":true }, "manual-restore":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Manually restore network-object-based detection entries and learned indicators", "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 } } }