{ "id":"/axapi/v3/debug/tcp/{stack}", "type":"object", "node-type":"list", "title":"tcp", "operation-not-allowed": ["PUT"], "operational":1, "description":"Debug TCP", "properties":{ "stack":{ "type":"number", "format":"flag", "default":0, "description":"Debug TCP stack", "optional":false }, "level":{ "type":"number", "format":"number", "minimum":1, "maximum":4, "description":"Debug level (Level 1-4)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "stack" ], "required":[ "stack" ] }