cURL
curl --request GET \ --url https://{host}/analysis/{platformType}/{platformSubType}/{analysisId}/status
{ "analysisStage": "Completed", "webHookStatus": "Success", "statusMessage": "Analysis … was last completed on Thu Jan 24 09:36:36 EST 2019." }
Returns the current status for an analysis. Examples in docs show AWS/Azure/GCP and Kubernetes variants.
Technology platform.
cloud
containers
Vendor/subtype (depends on platformType).
aws
gcp
azure
kubernetes
Analysis GUID.
Status payload
e.g., "Analyzing : 38% Completed", "Not analyzed", "Completed".
Status of last webhook POST.
Message for the analysis status.
200, 400, 401, 404, 500.