Skip to main content
GET
/
analysis
/
containers
/
kubernetes
/
{analysisId}
/
systems
List systems included in a Kubernetes container analysis
curl --request GET \
  --url https://{host}/analysis/containers/kubernetes/{analysisId}/systems
[
  {
    "hostName": "d3cf25f4-01b1-4c0b-66a8-86bd1ea771d3",
    "displayName": "kube-abcserver-kube-ctrl.densify.com__kube-abcserver",
    "entityId": "06770825-988a-4aa4-b047-41bda995a69e",
    "href": "/systems/06770825-988a-4aa4-b047-41bda995a69e"
  }
]

Path Parameters

analysisId
string
required

Unique ID of the Kubernetes container analysis.

Response

Array of container systems in the analysis

hostName
string
required

Densify internal reference ensuring uniqueness across clusters.

displayName
string
required

Combination of pod and container name.

entityId
string
required

Densify entity ID of the container system.

href
string
required

Link to the /systems/{entityId} resource.