{ "id":"/axapi/v3/ddos/zone-template/logging/{logging-tmpl-name}", "type":"object", "node-type":"list", "title":"logging", "partition-visibility":"shared", "description":"Logging template Configuration", "properties":{ "logging-tmpl-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "default":"default", "partition-visibility":"shared", "description":"DDOS Logging Template Name", "optional":false }, "log-format-cef":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Log in CEF format", "optional":true }, "use-obj-name":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Show obj name instead of ip in the log", "optional":true }, "log-format-custom":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":512, "partition-visibility":"shared", "description":"Customize log format", "optional":true }, "enable-action-logging":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Log action taken", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "logging-tmpl-name" ], "required":[ "logging-tmpl-name" ] }