gitpod-io / gitpod
13,751 TypeScriptThe developer platform for on-demand cloud development environments to create software faster and more securely.
control.proto Specification
Located in components/supervisor-api/typescript-rest/lib/control.swagger.json on branch HEAD
2.0
JSON
0.9 KB
Raw JSON Specification
{
"swagger": "2.0",
"info": {
"title": "control.proto",
"version": "version not set"
},
"tags": [
{
"name": "ControlService"
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"protobufAny": {
"type": "object",
"properties": {
"typeUrl": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"rpcStatus": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"message": {
"type": "string"
},
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/protobufAny"
}
}
}
},
"supervisorExposePortResponse": {
"type": "object"
}
}
}