{ "id":"/axapi/v3/acos-events/logdb", "type":"object", "node-type":"scalar", "title":"logdb", "partition-visibility":"shared", "description":"Configure global logging template", "properties":{ "enable-all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable logging for all widgets", "optional":true }, "enable-ssli":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable SSLi logging", "optional":true }, "enable-smtp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable SMTP logging", "optional":true }, "enable-mqtt":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable MQTT logging", "optional":true }, "enable-fw":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Firewall logging", "optional":true }, "enable-http-forward-proxy":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable HTTP forward proxy logging", "optional":true }, "enable-link-cost":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable link-cost logging", "optional":true }, "enable-cgn":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable CGN logging", "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 } } }