{ "id":"/axapi/v3/debug/gtp", "type":"object", "node-type":"scalar", "title":"gtp", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug GTP", "properties":{ "packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Debug GTP packet", "optional":true }, "level":{ "type":"number", "format":"number", "minimum":1, "maximum":3, "default":1, "partition-visibility":"shared", "description":"Debug level (Level 1: Errors Level 2: Minimal_info Level 3: Detailed_info)", "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 } } }