Download CI Image Scan Results
GET/api/v32.07/scans/download
x-prisma-cloud-target-env: {"permission":"monitorCI"}
Downloads all scan reports from the Jenkins plugin and twistcli in CSV format.
This endpoint maps to the CSV hyperlink in Monitor > Vulnerabilities > Images > CI in the Console UI.
cURL Request
The following cURL command retrieves and saves your Jenkins and twistcli scan reports to a CSV file called scans_report.csv
:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/scans/download \
> scans_report.csv
A successful response displays the status of the download.
Request
Query Parameters
Offsets the result to a specific report count. Offset starts from 0.
Limit is the amount to fix.
Sorts the result using a key.
Sorts the result in reverse order.
Scan ID used in the image layers fetch.
Jenkins job name.
Scan type.
Indicates whether to filter on passed scans (true) or not (false).
Build number.
Image ID of scanned image.
Indicates if CVEs are mapped to image layer (true) or not (false).
Filters results by start datetime. Based on scan time.
Filters results by end datetime. Based on scan time.
List of fields to retrieve.
Indicates if base image vulnerabilities are to be filtered (true) or not (false). Requires predefined base images that have already been scanned.
Filters results by uaiID.
Possible values: [vulnerabilities,compliance,
]
Filters results by issue type.
Responses
- 200
- default
OK