Palo Alto Networks · JSON-LD Context
Palo Alto Dns Security Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Dns Security Api from Palo Alto Networks.
2 Classes
23 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
DomainDetail
NetworkStats
Properties
| Property | Type | Container |
|---|---|---|
| allowedQueries | integer | |
| blockedQueries | integer | |
| category | string | |
| categoryBreakdown | reference | set |
| count | integer | |
| customerid | string | |
| dnsSecurityCategory | string | |
| domain | string | |
| end | string | |
| firstSeen | dateTime | |
| ipAddresses | string | set |
| lastSeen | dateTime | |
| percentage | float | |
| period | reference | |
| queryCount | integer | |
| registrar | string | |
| registrationDate | date | |
| riskLevel | string | |
| riskScore | float | |
| sinkholedQueries | integer | |
| start | string | |
| topQueriedDomains | reference | set |
| totalQueries | 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#",
"DomainDetail": "pan:DomainDetail",
"NetworkStats": "pan:NetworkStats",
"allowedQueries": {
"@id": "pan:allowed_queries",
"@type": "xsd:integer"
},
"blockedQueries": {
"@id": "pan:blocked_queries",
"@type": "xsd:integer"
},
"category": {
"@id": "pan:category",
"@type": "xsd:string"
},
"categoryBreakdown": {
"@id": "pan:category_breakdown",
"@container": "@set",
"@type": "@id"
},
"count": {
"@id": "pan:count",
"@type": "xsd:integer"
},
"customerid": {
"@id": "pan:customerid",
"@type": "xsd:string"
},
"dnsSecurityCategory": {
"@id": "pan:dns_security_category",
"@type": "xsd:string"
},
"domain": {
"@id": "pan:domain",
"@type": "xsd:string"
},
"end": {
"@id": "pan:end",
"@type": "xsd:string"
},
"firstSeen": {
"@id": "pan:first_seen",
"@type": "xsd:dateTime"
},
"ipAddresses": {
"@id": "pan:ip_addresses",
"@container": "@set",
"@type": "xsd:string"
},
"lastSeen": {
"@id": "pan:last_seen",
"@type": "xsd:dateTime"
},
"percentage": {
"@id": "pan:percentage",
"@type": "xsd:float"
},
"period": {
"@id": "pan:period",
"@type": "@id"
},
"queryCount": {
"@id": "pan:query_count",
"@type": "xsd:integer"
},
"registrar": {
"@id": "pan:registrar",
"@type": "xsd:string"
},
"registrationDate": {
"@id": "pan:registration_date",
"@type": "xsd:date"
},
"riskLevel": {
"@id": "pan:risk_level",
"@type": "xsd:string"
},
"riskScore": {
"@id": "pan:risk_score",
"@type": "xsd:float"
},
"sinkholedQueries": {
"@id": "pan:sinkholed_queries",
"@type": "xsd:integer"
},
"start": {
"@id": "pan:start",
"@type": "xsd:string"
},
"topQueriedDomains": {
"@id": "pan:top_queried_domains",
"@container": "@set",
"@type": "@id"
},
"totalQueries": {
"@id": "pan:total_queries",
"@type": "xsd:integer"
}
}
}