Skip to main content

TAS Cloud Controller Addresses

GET 

/api/v33.02/tas-droplets/addresses

x-prisma-cloud-target-env: {"permission":"monitorImages"}

Gets the Cloud Controller Addresses of scanned Tanzu Application Service (TAS) droplets.\n

Note:

  • The API rate limit for this endpoint is 30 requests per 30 seconds. You get an HTTP error response 429 if the limit exceeds.
  • The query parameters issueType is not supported for this API endpoint.

cURL Request

The following cURL command retrieves the Cloud Controller Addresses of scanned TAS droplets.

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/tas-droplets/addresses \

Request

Responses