{ "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 (severity=0); 'alert': Action must be taken immediately (severity=1); 'critical': Critical conditions (severity=2); 'error': Error conditions (severity=3); 'warning': Warning conditions (severity=4); 'notification': Normal but significant conditions (severity=5); 'information': Informational messages (severity=6); 'debugging': Debug level messages (severity=7); ", "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" ] }