Palo Alto Networks · Example Payload

Sase Subscription Api Subscription Entitlements Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Sase Subscription Api Subscription Entitlements Example is an example object payload from Palo Alto Networks, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subscription_idproduct_nameentitlementsallocations

Example Payload

Raw ↑
{
  "subscription_id": "376906",
  "product_name": "Corporate Sensor 49",
  "entitlements": [
    {
      "feature": "example-feature",
      "licensed_quantity": 100,
      "allocated_quantity": 132,
      "available_quantity": 993,
      "unit": "example-unit"
    },
    {
      "feature": "example-feature",
      "licensed_quantity": 103,
      "allocated_quantity": 422,
      "available_quantity": 480,
      "unit": "example-unit"
    }
  ],
  "allocations": [
    {
      "tsg_id": "866546",
      "tsg_name": "Development Policy 31",
      "allocated_quantity": 158,
      "utilized_quantity": 784
    }
  ]
}