Apache CloudStack 4.0.0-incubating 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 |
| domainid | list only resources belonging to the domain specified | false |
| isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false | false |
| page | false | |
| pagesize | 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 |
| jobid | the ID of the async job |