{ "id":"/axapi/v3/accounting/threat-logs", "type":"object", "node-type":"scalar", "title":"threat-logs", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Check for threat-logs from a specific user", "properties":{ "check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Check if the system is under threat from a specific user", "optional":true }, "days":{ "type":"number", "format":"number", "minimum":1, "maximum":90, "default":30, "partition-visibility":"shared", "description":"Set min-days to go back", "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 } } }