Palo Alto Sase Subscription Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Sase Subscription Api from Palo Alto Networks.
5 Classes
19 Properties
4 Namespaces
Namespaces
pan:
https://pan.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
AllocationEntry
AllocationRequest
Entitlement
Subscription
SubscriptionEntitlements
Properties
| Property |
Type |
Container |
| allocatedQuantity |
integer |
|
| allocations |
reference |
set |
| availableQuantity |
integer |
|
| endDate |
date |
|
| entitlements |
reference |
set |
| feature |
string |
|
| licensedQuantity |
integer |
|
| licensedUnit |
string |
|
| productName |
string |
|
| quantity |
integer |
|
| sku |
string |
|
| startDate |
date |
|
| status |
string |
|
| subscriptionId |
string |
|
| supportLevel |
string |
|
| tsgId |
string |
|
| tsgName |
string |
|
| unit |
string |
|
| utilizedQuantity |
integer |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"pan": "https://pan.dev/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"AllocationEntry": "pan:AllocationEntry",
"AllocationRequest": "pan:AllocationRequest",
"Entitlement": "pan:Entitlement",
"Subscription": "pan:Subscription",
"SubscriptionEntitlements": "pan:SubscriptionEntitlements",
"allocatedQuantity": {
"@id": "pan:allocated_quantity",
"@type": "xsd:integer"
},
"allocations": {
"@id": "pan:allocations",
"@container": "@set",
"@type": "@id"
},
"availableQuantity": {
"@id": "pan:available_quantity",
"@type": "xsd:integer"
},
"endDate": {
"@id": "pan:end_date",
"@type": "xsd:date"
},
"entitlements": {
"@id": "pan:entitlements",
"@container": "@set",
"@type": "@id"
},
"feature": {
"@id": "pan:feature",
"@type": "xsd:string"
},
"licensedQuantity": {
"@id": "pan:licensed_quantity",
"@type": "xsd:integer"
},
"licensedUnit": {
"@id": "pan:licensed_unit",
"@type": "xsd:string"
},
"productName": {
"@id": "pan:product_name",
"@type": "xsd:string"
},
"quantity": {
"@id": "pan:quantity",
"@type": "xsd:integer"
},
"sku": {
"@id": "pan:sku",
"@type": "xsd:string"
},
"startDate": {
"@id": "pan:start_date",
"@type": "xsd:date"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"subscriptionId": {
"@id": "pan:subscription_id",
"@type": "xsd:string"
},
"supportLevel": {
"@id": "pan:support_level",
"@type": "xsd:string"
},
"tsgId": {
"@id": "pan:tsg_id",
"@type": "xsd:string"
},
"tsgName": {
"@id": "pan:tsg_name",
"@type": "xsd:string"
},
"unit": {
"@id": "pan:unit",
"@type": "xsd:string"
},
"utilizedQuantity": {
"@id": "pan:utilized_quantity",
"@type": "xsd:integer"
}
}
}