{ "id":"/axapi/v3/debug/quic", "type":"object", "node-type":"scalar", "title":"quic", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug QUIC", "properties":{ "dummy":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Dummy", "optional":true }, "level":{ "type":"number", "format":"number", "minimum":1, "maximum":5, "partition-visibility":"shared", "description":"Debug level (Level 1-5)", "optional":true }, "tls":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"QUIC TLS", "optional":true }, "tls-level":{ "type":"number", "format":"number", "minimum":1, "maximum":5, "partition-visibility":"shared", "description":"Debug level (Level 1-5)", "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 } } }