Apache CloudStack 4.23.0.0 Root 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. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| managementserverid | The id of the management server | false |
| page | false | |
| pagesize | false | |
| resourceid | the ID of the resource associated with the job | false |
| resourcetype | the type of the resource associated with the job | false |
| startdate | The start date of the async job (use format "yyyy-MM-dd'T'HH:mm:ss'+'SSSS") | false |
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 |