{ "id":"/axapi/v3/slb/template/dns-logging/{name}/custom-log/{trigger-reason}", "type":"object", "node-type":"list", "title":"custom-log", "partition-visibility":"shared", "description":"setting customizing log", "properties":{ "trigger-reason":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'request': log when request comes from client; 'response': log when response to client; ", "enum":[ "request", "response" ], "optional":false }, "format":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Request Message (Custom message string)", "optional":true }, "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable this log", "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":[ "trigger-reason" ], "required":[ "trigger-reason" ] }