Skip to main content

WildFire Settings

GET 

/api/v32.04/settings/wildfire

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

WildFireSettings returns the wildfire settings

Responses

WildFireSettings are the settings for WildFire API requests

Schema
    apiKey string

    APIKey is the key identifier used for WF APIs.

    apiKeyExpiration date-time

    APIKeyExpiration is the expiration time of the API key.

    lastError string

    LastError is the last error that occurred when trying to create/update the wildfire key.

    policy object

    WildFirePolicy is the global wildfire usage policy, set by the client

    agentlessEnabled boolean

    AgentlessEnabled indicates whether agentless scan will consult WF.

    complianceEnabled boolean

    ComplianceEnabled indicates whether compliance malware scan will consult WF.

    graywareAsMalware boolean

    GraywareAsMalware indicates whether files with WF verdict of Grayware will be treated as malware.

    region string

    Region is the WF server region to query.

    runtimeEnabled boolean

    RuntimeEnabled indicates whether runtime malware scan will consult WF.

    uploadEnabled boolean

    UploadEnabled indicates whether files will be uploaded to WF.

Loading...