Skip to main content

Get TAS Settings

GET 

/api/v31.02/settings/tas

x-prisma-cloud-target-env: {"permission":"policyContainers","saas":true,"self-hosted":true}
x-public: true

Retrieves Tanzu Application Service (TAS) settings.

cURL Request

Refer to the following example cURL command that retrieves all TAS settings:

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

Responses