Palo Alto Networks · JSON Structure

Sase Subscription Api Allocation Entry Structure

AllocationEntry schema from Palo Alto Networks SASE Subscription Service API

Type: object Properties: 4
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

tsg_id tsg_name allocated_quantity utilized_quantity

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-subscription-api-allocation-entry-structure.json",
  "name": "AllocationEntry",
  "description": "AllocationEntry schema from Palo Alto Networks SASE Subscription Service API",
  "type": "object",
  "properties": {
    "tsg_id": {
      "type": "string",
      "description": "Child TSG ID receiving this allocation."
    },
    "tsg_name": {
      "type": "string",
      "description": "Display name of the child TSG."
    },
    "allocated_quantity": {
      "type": "int32",
      "description": "Quantity allocated to this TSG."
    },
    "utilized_quantity": {
      "type": "int32",
      "description": "Quantity currently utilized by this TSG."
    }
  }
}