Palo Alto Networks · JSON Structure

Prisma Cloud Cspm Api Alert Filter Structure

AlertFilter schema from Palo Alto Networks Prisma Cloud CSPM API

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

AlertFilter is a JSON Structure definition published by Palo Alto Networks, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name operator value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-cloud-cspm-api-alert-filter-structure.json",
  "name": "AlertFilter",
  "description": "AlertFilter schema from Palo Alto Networks Prisma Cloud CSPM API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Filter field name (e.g., alert.status, cloud.type, policy.severity, cloud.accountId)."
    },
    "operator": {
      "type": "string",
      "enum": [
        "="
      ]
    },
    "value": {
      "type": "string"
    }
  }
}