v1
latestSwagger 2.02026-07-17302189.0 KBinsight
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