Compliance and Vulnerability CSV Reports missing records when Exported from Prisma Cloud Compute Console
8508
Created On 12/17/21 11:58 AM - Last Modified 06/09/23 03:38 AM
Symptom
When exporting Compliance and Vulnerability Reports in Prisma Cloud Compute Console for Hosts, Containers or Images, by clicking the CSV button, it only downloads the first page data instead of the entire data.
Environment
- Prisma Cloud Compute
- Iverson (21.08) Version
Cause
- This is confirmed to be a known issue reported on Iverson (21.08) release
Resolution
- This issue is addressed in major release, Joule version
- This can be tracked under the section 'Version to code name mapping' here : Releases.
- With this release, the CSV button in Prisma Cloud Compute Console will export all data.
Additional Information
Workaround: Leverage the following API calls to download the CSV report for all data.
If Prisma Cloud Enterprise Edition (SaaS) Console:
curl -k -u <USER> -H 'Content-Type: application/json' -X GET https://<CONSOLE>:443/api/v1/images/download > images.csv
If Prisma Cloud Compute Edition (Self-Hosted) Console:
curl -k -u <USER> -H 'Content-Type: application/json' -X GET https://<CONSOLE>:8083/api/v1/images/download > images.csv
Example: