{ "id":"/axapi/v3/acos-events/log-properties", "type":"object", "node-type":"scalar", "title":"log-properties", "partition-visibility":"shared", "description":"Configure Logging related properties", "properties":{ "add-msgid-in-header":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Add Message ID in log messages", "optional":true }, "enable-8K-tcp-syslog":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable 8K size remote TCP syslog", "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 } } }