Palo Alto Sase Aggregate Monitoring Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Sase Aggregate Monitoring Api from Palo Alto Networks.
3 Classes
21 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
AggregationQuery
AggregationResponse
TenantSummary
Properties
| Property |
Type |
Container |
| childCount |
integer |
|
| count |
integer |
|
| data |
reference |
set |
| depth |
integer |
|
| displayName |
string |
|
| end |
dateTime |
|
| field |
string |
|
| filter |
reference |
|
| groupBy |
string |
set |
| histogram |
reference |
|
| interval |
string |
|
| last |
string |
|
| order |
string |
|
| parentId |
string |
|
| sort |
reference |
set |
| start |
dateTime |
|
| timeRange |
reference |
|
| timestamp |
dateTime |
|
| total |
integer |
|
| tsgId |
string |
|
| values |
reference |
|
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#",
"AggregationQuery": "pan:AggregationQuery",
"AggregationResponse": "pan:AggregationResponse",
"TenantSummary": "pan:TenantSummary",
"childCount": {
"@id": "pan:child_count",
"@type": "xsd:integer"
},
"count": {
"@id": "pan:count",
"@type": "xsd:integer"
},
"data": {
"@id": "pan:data",
"@container": "@set",
"@type": "@id"
},
"depth": {
"@id": "pan:depth",
"@type": "xsd:integer"
},
"displayName": {
"@id": "pan:display_name",
"@type": "xsd:string"
},
"end": {
"@id": "pan:end",
"@type": "xsd:dateTime"
},
"field": {
"@id": "pan:field",
"@type": "xsd:string"
},
"filter": {
"@id": "pan:filter",
"@type": "@id"
},
"groupBy": {
"@id": "pan:group_by",
"@container": "@set",
"@type": "xsd:string"
},
"histogram": {
"@id": "pan:histogram",
"@type": "@id"
},
"interval": {
"@id": "pan:interval",
"@type": "xsd:string"
},
"last": {
"@id": "pan:last",
"@type": "xsd:string"
},
"order": {
"@id": "pan:order",
"@type": "xsd:string"
},
"parentId": {
"@id": "pan:parent_id",
"@type": "xsd:string"
},
"sort": {
"@id": "pan:sort",
"@container": "@set",
"@type": "@id"
},
"start": {
"@id": "pan:start",
"@type": "xsd:dateTime"
},
"timeRange": {
"@id": "pan:time_range",
"@type": "@id"
},
"timestamp": {
"@id": "pan:timestamp",
"@type": "xsd:dateTime"
},
"total": {
"@id": "pan:total",
"@type": "xsd:integer"
},
"tsgId": {
"@id": "pan:tsg_id",
"@type": "xsd:string"
},
"values": {
"@id": "pan:values",
"@type": "@id"
}
}
}