Get WAAS App-embedded Policy
GETPATH_TO_CONSOLE/api/v33.02/policies/firewall/app/app-embedded
x-prisma-cloud-target-env: {"permission":"policyWAAS"}
Retrieves the WAAS policy for web apps protected by App-Embedded Defender. A policy consists of ordered rules.
This endpoint maps to Defend > WAAS > App-Embedded in the Console UI.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
'https://<CONSOLE>/api/v<VERSION>/policies/firewall/app/app-embedded'
A successful response returns a list of rules in the policy.
Responses
- 200
- default
Policy representation details
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'PATH_TO_CONSOLE/api/v33.02/policies/firewall/app/app-embedded' \
-H 'Accept: application/json'