Palo Alto Networks · Schema

CountFilterRequest

CountFilterRequest schema from SASE 5G Monitor Service API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
filter object
View JSON Schema on GitHub

JSON Schema

sase-5g-monitor-api-count-filter-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CountFilterRequest",
  "description": "CountFilterRequest schema from SASE 5G Monitor Service API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-5g-monitor-api-count-filter-request-schema.json",
  "type": "object",
  "properties": {
    "filter": {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "rules": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "property": {
                "type": "string"
              },
              "operator": {
                "type": "string"
              },
              "values": {
                "type": "array",
                "items": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}