{ "id":"/axapi/v3/slb/template/dns-logging/{name}/standard-log/{trigger-reason}", "type":"object", "node-type":"list", "title":"standard-log", "partition-visibility":"shared", "description":"setting standard log", "properties":{ "trigger-reason":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'request': log when request comes from client; ", "enum":[ "request" ], "optional":false }, "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 }, "log-filter-list":{ "type":"array", "minItems":1, "items":{ "type":"log-filter" }, "uniqueItems":true, "$ref":"/axapi/v3/slb/template/dns-logging/{name}/standard-log/{trigger-reason}/log-filter/{feature}", "array":[ { "properties":{ "feature":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'RPZ': log when rpz feature hit; ", "enum":[ "RPZ" ], "optional":false }, "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 } }, "required":[ "feature" ] } ] } }, "object-keys":[ "trigger-reason" ], "required":[ "trigger-reason" ] }