Skip to main content
GET
/
analysis
/
cloud
/
azure
List Azure subscriptions being analyzed
curl --request GET \
  --url https://{host}/analysis/cloud/azure
[
  {
    "analysisName": "<string>",
    "analysisId": "<string>",
    "status": 123,
    "href": "<string>",
    "completed": "<string>",
    "phase": "<string>",
    "message": "<string>"
  }
]

Response

Array of analyses

analysisName
string
required

Typically the Azure subscription ID.

analysisId
string
required

Densify-internal analysis ID.

status
integer<int32>
required
href
string

Link to recommendations for this analysis.

completed
string

Milliseconds timestamp when last analysis completed.

phase
string

Current phase, e.g., analyzing: 42% or not analyzing.

message
string