insight
GetTopology returns a topology map for a Kubernetes resource by name, namespace, cluster, apiVersion and kind.
This endpoint returns a topology map for a Kubernetes resource by name, namespace, cluster, apiVersion and kind.
get/rest-api/v1/insight/topology
Query parameters
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'
forceNewboolean
Force re-generating the topology, default is 'false'
Response
map from string to resource.ResourceTopology
object required
Changes
Changed in 3 of the 32 revisions of this API.12
- ○
added the new optional
queryrequest parameterforceNewnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲