Download TAS Droplets
GET/api/v33.02/tas-droplets/download
x-prisma-cloud-target-env: {"permission":"monitorImages"}
Downloads scan reports for Tanzu Application Service (TAS) droplets in CSV format.
This endpoint maps to the CSV hyperlink in Monitor > Vulnerabilities > VMware Tanzu blobstore in the Console UI.
Note: The query parameters issueType
is not supported for this API endpoint.
cURL Request
The following cURL command downloads all TAS droplets to a CSV file called tas_droplets.csv
:
curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/tas-droplets/download \
> tas_droplets.csv
A successful response displays the status of the download.
Request
Responses
- 200
- default
OK