Download Registry Scan Results
GET/api/v33.02/registry/download
x-prisma-cloud-target-env: {"permission":"monitorImages"}
Downloads registry image scan reports in CSV format.
This endpoint maps to the CSV hyperlink in Monitor > Compliance > Images > Registries in the Console UI.
cURL Request
Refer to the following cURL command that generates a CSV file containing the scan reports:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
"https://<CONSOLE>/api/v<VERSION>/registry/download" \
> registry_report.csv
A successful response displays the status of the download.
Request
Responses
- 200
- default
OK