Palo Alto Sase 5G Monitor Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Sase 5G Monitor Api from Palo Alto Networks.
5 Classes
17 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
CountFilterRequest
IncidentsCountRequest
MappingRequest
ThroughputRequest
TrendRequest
Properties
| Property |
Type |
Container |
| alias |
string |
|
| enableEmptyInterval |
boolean |
|
| filter |
reference |
|
| function |
string |
|
| histogram |
reference |
|
| operator |
string |
|
| pageNum |
integer |
|
| pageSize |
integer |
|
| properties |
reference |
set |
| property |
string |
|
| range |
string |
|
| region |
string |
|
| rules |
reference |
set |
| searchKey |
string |
|
| tenant |
string |
set |
| value |
string |
|
| values |
reference |
set |
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#",
"CountFilterRequest": "pan:CountFilterRequest",
"IncidentsCountRequest": "pan:IncidentsCountRequest",
"MappingRequest": "pan:MappingRequest",
"ThroughputRequest": "pan:ThroughputRequest",
"TrendRequest": "pan:TrendRequest",
"alias": {
"@id": "pan:alias",
"@type": "xsd:string"
},
"enableEmptyInterval": {
"@id": "pan:enableEmptyInterval",
"@type": "xsd:boolean"
},
"filter": {
"@id": "pan:filter",
"@type": "@id"
},
"function": {
"@id": "pan:function",
"@type": "xsd:string"
},
"histogram": {
"@id": "pan:histogram",
"@type": "@id"
},
"operator": {
"@id": "pan:operator",
"@type": "xsd:string"
},
"pageNum": {
"@id": "pan:pageNum",
"@type": "xsd:integer"
},
"pageSize": {
"@id": "pan:pageSize",
"@type": "xsd:integer"
},
"properties": {
"@id": "pan:properties",
"@container": "@set",
"@type": "@id"
},
"property": {
"@id": "pan:property",
"@type": "xsd:string"
},
"range": {
"@id": "pan:range",
"@type": "xsd:string"
},
"region": {
"@id": "pan:region",
"@type": "xsd:string"
},
"rules": {
"@id": "pan:rules",
"@container": "@set",
"@type": "@id"
},
"searchKey": {
"@id": "pan:searchKey",
"@type": "xsd:string"
},
"tenant": {
"@id": "pan:tenant",
"@container": "@set",
"@type": "xsd:string"
},
"value": {
"@id": "pan:value",
"@type": "xsd:string"
},
"values": {
"@id": "pan:values",
"@container": "@set",
"@type": "@id"
}
}
}