Skip to main content

Add Proxy Settings for Prisma Cloud Compute

POST 

/api/v31.02/settings/proxy

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

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

OK