v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
appManagement

App install job status.

Get the status of an asynchronous app install request for the given job identifier.

get/v1/apps/install/{jobId}/status

Path parameters

jobIdstring required

The identifier of the asynchronous install job.

Response

The status of the app install job.

statusstring required

Whether or not the request is in progress (InProgress), has completed successfully (Success), or has completed with an error (Failed).

statusMessagestring

Additional status message generated if the status is not Failed.

Example response

{
  "status": "Success",
  "statusMessage": ""
}