{ "id":"/axapi/v3/slb/template/dns-logging/{name}", "type":"object", "node-type":"list", "title":"dns-logging", "partition-visibility":"shared", "description":"DNS Logging template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"DNS Logging Template Name", "optional":false }, "disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable DNS Logging template", "optional":true }, "dns-logging-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'query': DNS Query Logging; ", "enum":[ "query" ], "optional":true }, "dns-logging-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': Log DNS over tcp and udp; 'tcp': Log DNS over tcp; 'udp': Log DNS over udp; ", "enum":[ "both", "tcp", "udp" ], "optional":true }, "dns-logging-request-section":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': Log DNS header and question section; 'header': Log DNS header information; 'question': Log DNS question section; ", "enum":[ "all", "header", "question" ], "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":[ "name" ], "required":[ "name" ] }