Palo Alto Networks · Example Payload

Prisma Access Insights Api Data Resource Query Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Access Insights Api Data Resource Query Example is an example object payload from Palo Alto Networks, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

querycounthistogramgroup_bysort

Example Payload

Raw ↑
{
  "query": {
    "properties": {
      "time_range": {
        "type": "RELATIVE",
        "value": {
          "from": "2026-02-18T06:40:07Z",
          "to": "2026-05-04T19:12:51Z"
        },
        "last": {
          "units": "WEEKS",
          "value": 506
        }
      },
      "filter": {
        "operator": "OR",
        "rules": [
          {},
          {},
          {}
        ]
      }
    }
  },
  "count": 100,
  "histogram": {
    "property": "example-property",
    "enabledGranularity": "1_DAY"
  },
  "group_by": [
    "example-group_by_item",
    "example-group_by_item"
  ],
  "sort": {
    "order": "asc",
    "property": "example-property"
  }
}