Palo Alto Networks · Example Payload

Sase 5G Monitor Api Throughput Request Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Sase 5G Monitor Api Throughput Request Example is an example object payload from Palo Alto Networks, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

propertiesfilterhistogram

Example Payload

Raw ↑
{
  "properties": [
    {
      "property": "example-property"
    },
    {
      "property": "example-property"
    }
  ],
  "filter": {
    "operator": "example-operator",
    "rules": [
      {
        "property": "example-property",
        "operator": "example-operator",
        "values": [
          {},
          {}
        ]
      },
      {
        "property": "example-property",
        "operator": "example-operator",
        "values": [
          {},
          {},
          {}
        ]
      }
    ]
  },
  "histogram": {
    "property": "example-property",
    "range": "example-range",
    "enableEmptyInterval": true,
    "value": "example-value"
  }
}