Gets a resource in a namespace of specified cluster
GET/api/v2/workspaces/:workspace/resources/clusters/:cluster/namespaces/:namespace/:kind/:name
Gets a resource in a namespace of specified cluster
Request
Path Parameters
workspace stringrequired
Workspace to use
cluster stringrequired
Cluster name
namespace stringrequired
Namespace name
kind stringrequired
Resource kind (e.g. pods)
name stringrequired
Resource name
Responses
- 200
- 401
- 403
- 404
- 500
Resource
- application/json
- Schema
- Example (from schema)
Schema
object
{}
If not authenticated
If authenticated but not authorized
Resource or kind does not exist or unsupported
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...