MCPcopy Index your code
hub / github.com/coder/coder / workspaceAgentLogsDeprecated

Method workspaceAgentLogsDeprecated

coderd/deprecated.go:45–47  ·  view source on GitHub ↗

@Summary Removed: Get logs by workspace agent @ID removed-get-logs-by-workspace-agent @Security CoderSessionToken @Produce json @Tags Agents @Param workspaceagent path string true "Workspace agent ID" format(uuid) @Param before query int false "Before log id" @Param after query int false "After log

(rw http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

43// @Success 200 {array} codersdk.WorkspaceAgentLog
44// @Router /api/v2/workspaceagents/{workspaceagent}/startup-logs [get]
45func (api *API) workspaceAgentLogsDeprecated(rw http.ResponseWriter, r *http.Request) {
46 api.workspaceAgentLogs(rw, r)
47}
48
49// @Summary Removed: Get workspace agent git auth
50// @ID removed-get-workspace-agent-git-auth

Callers

nothing calls this directly

Calls 1

workspaceAgentLogsMethod · 0.95

Tested by

no test coverage detected