Download CI Image Scan Results
GET/api/v33.02/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
Responses
- 200
- default
OK