CloudStack v2.2.13 - 2.2.14 Domain Admin API Reference
listAsyncJobs
Lists all pending asynchronous jobs for the account.
Request parameters
Parameter Name | Description | Required |
account | List resources by account. Must be used with the domainId parameter. | false |
startdate | the start date of the async job | false |
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 |