Palo Alto Networks · Schema
ThroughputRequest
ThroughputRequest schema from SASE 5G Monitor Service API
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR
Properties
| Name | Type | Description |
|---|---|---|
| properties | array | |
| filter | object | |
| histogram | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ThroughputRequest",
"description": "ThroughputRequest 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-throughput-request-schema.json",
"type": "object",
"properties": {
"properties": {
"type": "array",
"items": {
"type": "object",
"properties": {
"property": {
"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"
}
}
}
}
}