Palo Alto Networks · Schema

TrendRequest

TrendRequest schema from SASE 5G Monitor Service API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
properties array
filter object
histogram object
View JSON Schema on GitHub

JSON Schema

sase-5g-monitor-api-trend-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TrendRequest",
  "description": "TrendRequest 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-trend-request-schema.json",
  "type": "object",
  "properties": {
    "properties": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "property": {
            "type": "string"
          },
          "function": {
            "type": "string"
          },
          "alias": {
            "type": "string"
          }
        }
      }
    },
    "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"
                }
              }
            }
          }
        }
      }
    },
    "histogram": {
      "type": "object",
      "properties": {
        "property": {
          "type": "string"
        },
        "range": {
          "type": "string"
        },
        "enableEmptyInterval": {
          "type": "boolean"
        },
        "value": {
          "type": "string"
        }
      }
    }
  }
}