Palo Alto Networks · JSON Structure

Sase Config Orchestration Api Bandwidth Allocation Structure

BandwidthAllocation schema from Palo Alto Networks SASE Configuration Orchestration API

Type: object Properties: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

BandwidthAllocation is a JSON Structure definition published by Palo Alto Networks, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

location region licensed_bandwidth_mbps allocated_bandwidth_mbps available_bandwidth_mbps

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-config-orchestration-api-bandwidth-allocation-structure.json",
  "name": "BandwidthAllocation",
  "description": "BandwidthAllocation schema from Palo Alto Networks SASE Configuration Orchestration API",
  "type": "object",
  "properties": {
    "location": {
      "type": "string",
      "description": "Prisma Access location name."
    },
    "region": {
      "type": "string",
      "description": "Geographic region."
    },
    "licensed_bandwidth_mbps": {
      "type": "int32",
      "description": "Total licensed bandwidth at this location in Mbps."
    },
    "allocated_bandwidth_mbps": {
      "type": "int32",
      "description": "Bandwidth currently allocated to remote networks in Mbps."
    },
    "available_bandwidth_mbps": {
      "type": "int32",
      "description": "Remaining available bandwidth in Mbps."
    }
  }
}