mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat(cli): add hidden netcheck command (#8136)
This commit is contained in:
28
coderd/apidoc/docs.go
generated
28
coderd/apidoc/docs.go
generated
@ -4006,6 +4006,34 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"/workspaceagents/connection": {
|
||||
"get": {
|
||||
"security": [
|
||||
{
|
||||
"CoderSessionToken": []
|
||||
}
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Agents"
|
||||
],
|
||||
"summary": "Get connection info for workspace agent generic",
|
||||
"operationId": "get-connection-info-for-workspace-agent-generic",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/codersdk.WorkspaceAgentConnectionInfo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-apidocgen": {
|
||||
"skip": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"/workspaceagents/google-instance-identity": {
|
||||
"post": {
|
||||
"security": [
|
||||
|
Reference in New Issue
Block a user