{ "id":"/axapi/v3/acos-events/message-id/{log-msg}+{message-id-scope-route}/property", "type":"object", "node-type":"intermediate", "title":"property", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Configure log message(list) properties", "properties":{ "severity":{ "type":"object", "$ref":"/axapi/v3/acos-events/message-id/{log-msg}+{message-id-scope-route}/property/severity", "properties":{ "severity-val":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'emergency': System unusable log messages (Most Important); 'alert': Action must be taken immediately; 'critical': Critical conditions; 'error': Error conditions; 'warning': Warning conditions; 'notification': Normal but significant conditions; 'information': Informational messages; 'debugging': Debug level messages (Least Important); ", "enum":[ "emergency", "alert", "critical", "error", "warning", "notification", "information", "debugging" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "log-route":{ "type":"object", "$ref":"/axapi/v3/acos-events/message-id/{log-msg}+{message-id-scope-route}/property/log-route", "properties":{ "log-route-val":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'local-only': send logs to local-only; 'remote-only': send logs to remote-only; 'local-and-remote': send logs to both local and remote; ", "enum":[ "local-only", "remote-only", "local-and-remote" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "rate-limit":{ "type":"object", "$ref":"/axapi/v3/acos-events/message-id/{log-msg}+{message-id-scope-route}/property/rate-limit", "properties":{ "rate-limit-val":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable': enable rate-limiting of logs; 'disable': disable rate-limiting of logs; ", "enum":[ "enable", "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }