Bigpanda Context
JSON-LD context defining the semantic vocabulary for Bigpanda from BigPanda.
6 Classes
19 Properties
3 Namespaces
Namespaces
bp:
https://docs.bigpanda.io/vocab#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
status
description
timestamp
name
id
user
Properties
| Property |
Type |
Container |
| app_key |
string |
|
| host |
string |
|
| check |
string |
|
| _id |
string |
|
| condition |
string |
|
| environments |
string |
|
| severity |
string |
|
| alerts_count |
integer |
|
| started_at |
integer |
|
| incidents |
string |
|
| start |
integer |
|
| end |
integer |
|
| active |
boolean |
|
| maintenance_plans |
string |
|
| summary |
string |
|
| identifier |
string |
|
| hosts |
string |
|
| action |
string |
|
| logs |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"bp": "https://docs.bigpanda.io/vocab#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"app_key": {
"@id": "bp:app_key",
"@type": "xsd:string"
},
"status": "schema:status",
"host": {
"@id": "bp:host",
"@type": "xsd:string"
},
"check": {
"@id": "bp:check",
"@type": "xsd:string"
},
"description": "schema:description",
"timestamp": "schema:dateCreated",
"_id": {
"@id": "bp:_id",
"@type": "xsd:string"
},
"name": "schema:name",
"condition": {
"@id": "bp:condition",
"@type": "xsd:string"
},
"id": "schema:identifier",
"environments": {
"@id": "bp:environments",
"@type": "xsd:string"
},
"severity": {
"@id": "bp:severity",
"@type": "xsd:string"
},
"alerts_count": {
"@id": "bp:alerts_count",
"@type": "xsd:integer"
},
"started_at": {
"@id": "bp:started_at",
"@type": "xsd:integer"
},
"incidents": {
"@id": "bp:incidents",
"@type": "xsd:string"
},
"start": {
"@id": "bp:start",
"@type": "xsd:integer"
},
"end": {
"@id": "bp:end",
"@type": "xsd:integer"
},
"active": {
"@id": "bp:active",
"@type": "xsd:boolean"
},
"maintenance_plans": {
"@id": "bp:maintenance_plans",
"@type": "xsd:string"
},
"summary": {
"@id": "bp:summary",
"@type": "xsd:string"
},
"identifier": {
"@id": "bp:identifier",
"@type": "xsd:string"
},
"hosts": {
"@id": "bp:hosts",
"@type": "xsd:string"
},
"user": "schema:person",
"action": {
"@id": "bp:action",
"@type": "xsd:string"
},
"logs": {
"@id": "bp:logs",
"@type": "xsd:string"
}
}
}