Returns a logs of the pod in the namespaceClaim of the cluster
GET/api/v2/workspaces/:workspace/resources/clusters/:cluster/namespaces/:namespace/pods/:pod/logs
Returns a logs of the pod in the namespaceClaim of the cluster
Request
Path Parameters
workspace stringrequired
Workspace to use
cluster stringrequired
Cluster name
namespace stringrequired
Namespace name
pod stringrequired
Pod name
Query Parameters
tail string
Log lines to tail
Responses
- 200
- 401
- 403
- 404
- 500
Logs of the pod
- application/json
- Schema
Schema
string
If not authenticated
If authenticated but not authorized
Does not exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...