Skip to main content

Download Cloud Discovery Scan Results

GET 

/api/v31.02/cloud/discovery/download

x-prisma-cloud-target-env: {"permission":"monitorCloud","saas":true,"self-hosted":true}
x-public: true

Downloads all cloud scan data in a CSV file.

cURL Request

Refer to the following cURL example command:

$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o cloud-discovery.csv \
https://<CONSOLE>:8083/api/v<VERSION>/cloud/discovery/download

Request

Responses

OK