Returns a logs of the pod in the namespaceClaim of the cluster
Returns a logs of the pod in the namespaceClaim of the cluster
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 int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...