Apache CloudStack v4.4.1 Domain Admin API Reference
queryAsyncJobResult
Retrieves the current status of asynchronous job.
Request parameters
Parameter Name | Description | Required |
jobid | the ID of the asychronous job | true |
Response Tags
Response Name | Description |
accountid | the account that executed the async command |
cmd | the async command executed |
created | the created date of the job |
jobinstanceid | the unique ID of the instance/entity object related to the job |
jobinstancetype | the instance/entity object related to the job |
jobprocstatus | the progress information of the PENDING job |
jobresult | the result reason |
jobresultcode | the result code for the job |
jobresulttype | the result type |
jobstatus | the current job status-should be 0 for PENDING |
userid | the user that executed the async command |
jobid | the ID of the async job |