Skip to main content
GET
/
analysis
/
{platformType}
/
{platformSubType}
/
{analysisId}
Get details for a specific analysis entity
curl --request GET \
  --url https://{host}/analysis/{platformType}/{platformSubType}/{analysisId}
{
  "accountId": "<string>",
  "accountName": "<string>",
  "analysisCompletedOn": 123,
  "analysisId": "<string>",
  "analysisName": "<string>",
  "href": "<string>",
  "analysisResults": "<string>",
  "analysisStatus": "<string>",
  "policyInstanceId": "<string>",
  "policyName": "<string>"
}

Path Parameters

platformType
enum<string>
required
Available options:
cloud,
containers
platformSubType
enum<string>
required
Available options:
aws,
gcp,
azure,
kubernetes
analysisId
string
required

Unique identifier of the analysis

Response

Details of the specified analysis entity

Represents an analysis within Densify defined for a given platform and vendor. Contains metadata and links to follow-on resources.

analysisId
string
required

Unique identifier for the analysis entity

analysisName
string
required

Name of the analysis--usually account/subscription/project/cluster name

href
string
required

Link to this analysis entity resource

analysisResults
string
required

Link to the recommendations/results resource for this analysis

analysisStatus
string
required

Link to the status resource for this analysis

accountId
string

Account identifier (for cloud) or cluster scope (for containers)

accountName
string

Human-readable name for the account or cluster scope

analysisCompletedOn
integer

Timestamp in milliseconds when the analysis last completed (or 0 if never completed)

policyInstanceId
string

Identifier of policy instance used for the analysis

policyName
string

Name of the policy applied during analysis