Add Proxy Settings for Prisma Cloud Compute
POST/api/v33.02/settings/proxy
x-prisma-cloud-target-env: {"permission":"systemOperations"}
Configures the proxy settings.
For more information, see Proxy Settings.
cURL Request
Refer to the following example cURL request that specifies the proxy to use to access the Internet:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
-d \
'{
"httpProxy":"http://proxyserver.example.com:8282"
}' \
https://<CONSOLE>/api/v<VERSION>/settings/proxy
Request
Responses
- 200
- default
OK