Skip to main content
GET
/
analysis
/
containers
List all container analyses
curl --request GET \
  --url https://{host}/analysis/containers
[
  {
    "analysisId": "3d4ba999-cbd8-40b8-9998-574be6824a97",
    "analysisName": "DEN-east-321-45b",
    "analysisCompletedOn": 1510180908845,
    "href": "/analysis/containers/kubernetes/3d4ba999-cbd8-40b8-9998-574be6824a97",
    "analysisResults": "/analysis/containers/kubernetes/3d4ba999-cbd8-40b8-9998-574be6824a97/results",
    "analysisStatus": "/analysis/containers/kubernetes/3d4ba999-cbd8-40b8-9998-574be6824a97/status"
  },
  {
    "analysisId": "97cfcb18-37a4-4f49-885b-8974eb2ceb31",
    "analysisName": "DEN-east-432-2",
    "analysisCompletedOn": 1543346324266,
    "href": "/analysis/containers/kubernetes/97cfcb18-37a4-4f49-885b-8974eb2ceb31",
    "analysisResults": "/analysis/containers/kubernetes/97cfcb18-37a4-4f49-885b-8974eb2ceb31/results",
    "analysisStatus": "/analysis/containers/kubernetes/97cfcb18-37a4-4f49-885b-8974eb2ceb31/status"
  }
]

Query Parameters

analysisName
string

Exact match filter for the analysis name (often the cluster name).

analysisName_like
string

Substring match filter for the analysis name.

Response

Array of container analysis entities

analysisId
string
required

Unique identifier for the container analysis entity.

analysisName
string
required

Name given to the container analysis (often the cluster name).

analysisCompletedOn
integer
required

Milliseconds timestamp when the last analysis completed; "0" if never.

href
string
required

Link to the analysis entity resource.

analysisResults
string
required

Link to the container recommendations for the analysis.

analysisStatus
string
required

Link to the analysis status resource.

message
string

Error message (only on error).

status
integer

HTTP-like status code for errors (200, 400, 401, 404, 500).