Use this API to generate a Windows and Linux deployment job progress report for the specified job ID.
Note: The API rate limit is 10 requests per hour per customer.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
deploymentJobId |
Mandatory |
string |
Specify the required Windows or Linux deployment job ID for which you want to fetch details. |
filter |
Optional |
string |
Specify the QQL to filter the job based on search criteria. For example, status: Completed |
sort |
Optional |
string |
Sort the jobs by certain data. For example, [{"status":"asc"}] |
jobInstanceId |
Optional |
string |
Specify the job instance ID to get the job results report for a particular run of the deployment job. If you don't specify the job instance ID, the job progress report will be generated for the latest job run. |
includeActionReport |
- |
Boolean |
Specify whether you want to include deployment actions result in the report. Default value: false |
API request
Response