curl $CODER_AGENT_DEBUG_ADDRESS/debug/logsGET /debug/logs
Get the first 10MiB of data from $CODER_AGENT_LOG_DIR/coder-agent.log.
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK |
curl $CODER_AGENT_DEBUG_ADDRESS/debug/magicsockGET /debug/magicsock
See Tailscale's documentation.
curl $CODER_AGENT_DEBUG_ADDRESS/debug/magicsock/debug-logging/trueGET /debug/magicsock/debug-logging/{state}
Set whether debug logging is enabled. See Tailscale's documentation for more information.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
state |
path | boolean | true | Debug logging state |
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK |
curl $CODER_AGENT_DEBUG_ADDRESS/debug/manifestGET /debug/manifest
Get the manifest the agent fetched from coderd upon startup.
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | agentsdk.Manifest |