Palo Alto Networks · Schema
Subscription
Subscription schema from Palo Alto Networks SASE Subscription Service API
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR
Properties
| Name | Type | Description |
|---|---|---|
| subscription_id | string | Unique identifier of the subscription. |
| tsg_id | string | Tenant Service Group ID this subscription is associated with. |
| product_name | string | Product name (e.g., Prisma Access, Prisma SD-WAN). |
| sku | string | Product SKU identifier. |
| status | string | Current subscription status. |
| licensed_quantity | integer | Total licensed quantity (e.g., number of users or devices). |
| licensed_unit | string | Unit of measure for the licensed quantity (e.g., users, devices, Mbps). |
| utilized_quantity | integer | Currently utilized quantity. |
| start_date | string | Subscription start date. |
| end_date | string | Subscription end date. |
| support_level | string | Support tier included with the subscription. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Subscription",
"description": "Subscription schema from Palo Alto Networks SASE Subscription Service API",
"$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-subscription-api-subscription-schema.json",
"type": "object",
"properties": {
"subscription_id": {
"type": "string",
"description": "Unique identifier of the subscription."
},
"tsg_id": {
"type": "string",
"description": "Tenant Service Group ID this subscription is associated with."
},
"product_name": {
"type": "string",
"description": "Product name (e.g., Prisma Access, Prisma SD-WAN)."
},
"sku": {
"type": "string",
"description": "Product SKU identifier."
},
"status": {
"type": "string",
"enum": [
"active",
"expired",
"pending"
],
"description": "Current subscription status."
},
"licensed_quantity": {
"type": "integer",
"description": "Total licensed quantity (e.g., number of users or devices)."
},
"licensed_unit": {
"type": "string",
"description": "Unit of measure for the licensed quantity (e.g., users, devices, Mbps)."
},
"utilized_quantity": {
"type": "integer",
"description": "Currently utilized quantity."
},
"start_date": {
"type": "string",
"format": "date",
"description": "Subscription start date."
},
"end_date": {
"type": "string",
"format": "date",
"description": "Subscription end date."
},
"support_level": {
"type": "string",
"description": "Support tier included with the subscription."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sase-subscription-api-subscription"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.