{ "id":"/axapi/v3/acos-events/message-id/{log-msg}+{message-id-scope-route}/property/log-route", "type":"object", "node-type":"scalar", "title":"log-route", "partition-visibility":"shared", "description":"Configure Log route of log message(s)", "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" ], "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 } } }