Compliance and Vulnerability CSV Reports missing records when Exported from Prisma Cloud Compute Console

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


  1. This issue is addressed in major release, Joule version
  2. This can be tracked under the section 'Version to code name mapping' here : Releases.
  3. 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:

User-added image
 


Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u0000004MaKCAU&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language