Download Cloud Discovery Scan Results
GET/api/v33.02/cloud/discovery/download
x-prisma-cloud-target-env: {"permission":"monitorCloud"}
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
- 200
- default
OK