Apache CloudStack 4.22.0.0 Root Admin API Reference
queryAsyncJobResult
Retrieves the current status of asynchronous job.
Request parameters
| Parameter Name | Description | Required |
| jobid | the ID of the asynchronous job | true |
Response Tags
| Response Name | Description |
| account | the account that executed the async command |
| accountid | the account id that executed the async command |
| cmd | the async command executed |
| completed | the completed date of the job |
| created | the created date of the job |
| domainid | the domain id that executed the async command |
| domainpath | the domain that executed the async command |
| 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 |
| managementserverid | the msid of the management server on which the job is running |
| managementservername | the management server name of the host |
| userid | the user that executed the async command |
| jobid | the ID of the async job |