insight
GetDetail returns a Kubernetes resource by name, namespace, cluster, apiVersion and kind.
This endpoint returns a Kubernetes resource by name, namespace, cluster, apiVersion and kind.
get/rest-api/v1/insight/detail
Query parameters
formatstring
The format of the response. Either in json or yaml. Default to json
clusterstring
The specified cluster name, such as 'example-cluster'
apiVersionstring
The specified apiVersion, such as 'apps/v1'. Should be percent-encoded
kindstring
The specified kind, such as 'Deployment'
namespacestring
The specified namespace, such as 'default'
namestring
The specified resource name, such as 'foo'
Response
Unstructured object
Changes
Changed in 2 of the 32 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲