WildFire Settings
GET/api/v30.00/settings/wildfire
x-prisma-cloud-target-env: {"permission":"monitorCI","saas":true,"self-hosted":true}
x-public: true
WildFireSettings returns the wildfire settings
Request
Responses
- 200
- default
WildFireSettings are the settings for WildFire API requests
- application/json
- Schema
- Example (from schema)
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
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.
{
"apiKey": "string",
"apiKeyExpiration": "2023-12-01T18:46:57.373Z",
"lastError": "string",
"policy": {
"complianceEnabled": true,
"graywareAsMalware": true,
"region": "string",
"runtimeEnabled": true,
"uploadEnabled": true
}
}
Loading...