Skip to main content

Get Intelligence Stream Settings

GET 

/api/v32.04/settings/intelligence

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

Returns the details about the Intelligence Stream configuration.

cURL Request

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

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

Responses

IntelligenceSettings are the intelligence service settings

Schema
    address string

    Address is the intelligence service address.

    customEndpoint string

    CustomEndpoint is the user defined custom endpoint.

    customEndpointCACert string

    CustomEndpointCACert is the custom CA cert bundle for trusting the custom endpoint.

    customEndpointCredentialID string

    CustomEndpointCredentialID is the custom endpoint credential ID.

    customEndpointEnabled boolean

    CustomEndpointEnabled indicates that the user custom endpoint is enabled.

    enabled boolean

    Enabled indicates whether intelligence service is enabled.

    token string

    Token is the token used to access intelligence service.

    uploadDisabled boolean

    UploadDisabled indicates whether logs uploading is disabled.

    windowsFeedEnabled boolean

    WindowsFeedEnabled indicates whether windows feed is enabled.

Loading...