Wild Fire Settings
GET/api/v32.07/settings/wildfire
x-prisma-cloud-target-env: {"permission":"monitorCI"}
Returns the wildfire settings.
Responses
- 200
- default
WildFireSettings are the settings for WildFire API requests
- application/json
- Schema
- Example (from schema)
Schema
APIKey is the key identifier used for WF APIs.
APIKeyExpiration is the expiration time of the API key.
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 indicates whether agentless scan will consult WF.
ComplianceEnabled indicates whether compliance malware scan will consult WF.
GraywareAsMalware indicates whether files with WF verdict of Grayware will be treated as malware.
Region is the WF server region to query.
RuntimeEnabled indicates whether runtime malware scan will consult WF.
UploadEnabled indicates whether files will be uploaded to WF.
{
"apiKey": "string",
"apiKeyExpiration": "2024-07-29T15:51:28.071Z",
"lastError": "string",
"policy": {
"agentlessEnabled": true,
"complianceEnabled": true,
"graywareAsMalware": true,
"region": "string",
"runtimeEnabled": true,
"uploadEnabled": true
}
}