Download Deployed Defenders
GET/api/v33.02/defenders/download
x-prisma-cloud-target-env: {"permission":"manageDefenders"}
Downloads information about deployed Defenders in CSV format. Use the query parameters to filter what data is returned.
Note: The results contain "hostname" even if you don't specify a "hostname" in the "fields" query parameter.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET -o <FILENAME> \
https://<CONSOLE>/api/v<VERSION>/defenders/download
Request
Responses
- 200
- default
OK