{ "id":"/axapi/v3/acos-events/message-id/{log-msg}", "type":"object", "node-type":"list", "title":"message-id", "partition-visibility":"shared", "description":"Configure log message", "properties":{ "log-msg":{ "type":"string", "format":"string", "minLength":1, "maxLength":512, "partition-visibility":"shared", "description":"Specify log message-id lineage", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "property":{ "type":"object", "$ref":"/axapi/v3/acos-events/message-id/{log-msg}/property", "properties":{ "severity":{ "type":"object", "$ref":"/axapi/v3/acos-events/message-id/{log-msg}/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" } } } } } }, "object-keys":[ "log-msg" ], "required":[ "log-msg" ] }