{ "id":"/axapi/v3/fw/logging", "type":"object", "node-type":"scalar", "title":"logging", "partition-visibility":"shared", "auto-created-object":1, "description":"Bind a logging template to firewall", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/fw/template/logging", "description":"Logging Template Name", "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 }, "gtp":{ "type":"object", "$ref":"/axapi/v3/fw/logging/gtp", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }