Palo Alto Networks · Example Payload

Prisma Airs Api Content Scan Result Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Airs Api Content Scan Result Example is an example object payload from Palo Alto Networks, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

prompt_detectedresponse_detectedverdictaction

Example Payload

Raw ↑
{
  "prompt_detected": {
    "url_cats": false,
    "dlp": false,
    "injection": false
  },
  "response_detected": {
    "url_cats": true,
    "dlp": false,
    "toxic_content": false
  },
  "verdict": "benign",
  "action": "block"
}