We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of #12160
Create a package that can be called from either cli or coderd to fetch the following given a specific workspace and agent combination:
cli
coderd
Deployment information (DERP map, access URL, regions, version, etc)
Deployment healthcheck
Client connection info endpoint for agent
Client netcheck results
Workspace and agent details:
GET /workspaces/:id
GET /workspaceagents/id
From agent endpoint over tailnet:
/tmp/coder-agent.log
The goal is to be able to fetch this information from either the client or from coderd:
The text was updated successfully, but these errors were encountered:
Closing this out.
Sorry, something went wrong.
johnstcn
No branches or pull requests
Part of #12160
Create a package that can be called from either
cli
orcoderd
to fetch the following given a specific workspace and agent combination:Deployment information (DERP map, access URL, regions, version, etc)
Deployment healthcheck
Client connection info endpoint for agent
Client netcheck results
Workspace and agent details:
GET /workspaces/:id
GET /workspaceagents/id
From agent endpoint over tailnet:
/tmp/coder-agent.log
The goal is to be able to fetch this information from either the client or from coderd:
The text was updated successfully, but these errors were encountered: