TAS Cloud Controller Addresses
GET/api/v32.07/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.
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
Query Parameters
Offsets the result to a specific report count. Offset starts from 0.
Limit is the amount to fix.
Sorts the result using a key.
Sorts the result in reverse order.
Retrieves a list of cloud function IDs.
Retrieves a list of cloud controller addresses that contains the cloud functions.
Filters the result based on cloud runtimes.
Filters the result based on cloud function's versions.
Filters the result based on AWS Lambda Layers.
Filters result based on cloud functions that are connected and protected by a Defender.
Filters result based on compliance IDs.
Filters the result based on applied compliance rule name.
Filters result based on platforms (OS and architecture) such as Windows, Linux ARM x64, Linux x86, and so on.
Retrieves the result in the normalized form of low, medium, high, and critical based on vulnerability's severity level. Default is false.
Possible values: [vulnerabilities,compliance,
]
Filters results by issue type.
Responses
- 200
- default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]