v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBappManagementV2
App install job status
Get the status of an asynchronous app install request for the given job identifier.
get/v2/apps/install/{jobId}/status
Path parameters
jobIdstring required
Identifier of the asynchronous job for installing the app.
Response
Status of the app installation job.
Example response
{
"status": "Success",
"instanceId": "0000000001578BE8",
"path": "/Library/Installed Apps/AWS CloudTrail",
"folderId": "0000000001578BE8",
"error": {
"code": "auth:password_too_short",
"message": "Your password was too short.",
"detail": "Your password was 5 characters long, the minimum length is 12 characters. See http://example.com/password for more information.",
"meta": {
"minLength": 12,
"actualLength": 5
}
}
}