Skip to main content

Add Intelligence Stream Settings

POST 

/api/v33.02/settings/intelligence

x-prisma-cloud-target-env: {"permission":"systemOperations"}

Configures the Intelligence Stream.

For more information, see Intelligence Stream

cURL Request

Refer to the following example cURL command that uses basic auth to configure settings of your Intelligence Stream.

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
-d ' {
"windowsFeedEnabled": true,
"enabled": true,
"address": "https://intelligence.example.com",
"token": "<TOKEN>",
}' \
"https://<CONSOLE>/api/v<VERSION>/settings/intelligence"

Request

Responses

OK