Blues · Schema
Event
IoTCellularConnectivityDevice ManagementFleet ManagementSatelliteLoRaWiFiNotecardNotehub
Properties
| Name | Type | Description |
|---|---|---|
| app | string | App UID (globally unique) |
| bars | number | Bars. Only available on _session.qo events. |
| best_country | string | Country |
| best_id | string | The device serial number, or the DeviceUID if the serial number is not set |
| best_lat | number | Latitude |
| best_location | string | Location |
| best_location_type | string | One of "gps", "triangulated", or "tower" |
| best_location_when | number | Unix timestamp |
| best_lon | number | Longitude |
| best_timezone | string | Timezone |
| body | object | A JSON object containing event details |
| bssid | string | BSSID. Only available on _session.qo events. |
| device | string | Device UID (globally unique) |
| environment | object | Routed environment variables beginning with "$". Only available on _session.qo events. |
| event | string | Event UID (globally unique) |
| file | string | The notefile associated with this event |
| moved | number | The number of times the device was sensed to have moved between the last session and this session. Only available on _session.qo events. |
| note | string | The note ID in the notefile |
| ordering_code | string | Ordering code. Only available on _session.qo events. |
| orientation | string | The orientation of the device. Only available on _session.qo events. |
| payload | string | A base64-encoded binary payload |
| product | string | Product UID (globally unique) |
| rat | string | Rat. Only available on _session.qo events. |
| received | number | The unix timestamp when the event was received |
| req | string | The notecard request |
| rsrp | number | RSRP. Only available on _session.qo events. |
| rsrq | number | RSRQ. Only available on _session.qo events. |
| rssi | number | Received Signal Strength Indicator (RSSI) is an estimated measurement of how well a device can receive signals. Only available on _session.qo events. |
| session | string | Session UID (globally unique) |
| sinr | number | SINR. Only available on _session.qo events. |
| sku | string | SKU. Only available on _session.qo events. |
| sn | string | The device serial number |
| ssid | string | SSID. Only available on _session.qo events. |
| temp | number | Device temperature. Only available on _session.qo events. |
| tls | boolean | Whether TLS was used on the connection between the device and notehub. Only available on _session.qo events. |
| tower_country | string | Country |
| tower_id | string | Tower ID |
| tower_lat | number | Latitude |
| tower_location | string | Location |
| tower_lon | number | Longitude |
| tower_timezone | string | Timezone |
| tower_when | number | Unix timestamp |
| transport | string | The transport used for this event, e.g., "cellular", "wifi", ", etc. |
| tri_country | string | Country |
| tri_lat | number | Latitude |
| tri_location | string | Location |
| tri_lon | number | Longitude |
| tri_points | number | Triangulation points |
| tri_timezone | string | Timezone |
| tri_when | number | Unix timestamp |
| updates | number | |
| voltage | number | Device voltage. Only available on _session.qo events. |
| when | number | When the event was captured on the device |
| where_country | string | Country |
| where_lat | number | Latitude |
| where_location | string | Location |
| where_lon | number | Longitude |
| where_olc | string | Open Location Code |
| where_timezone | string | Timezone |
| where_when | number | Unix timestamp |
JSON Schema
{
"type": "object",
"properties": {
"app": {
"description": "App UID (globally unique)",
"type": "string"
},
"bars": {
"description": "Bars. Only available on _session.qo events.",
"type": "number"
},
"best_country": {
"description": "Country",
"type": "string"
},
"best_id": {
"description": "The device serial number, or the DeviceUID if the serial number is not set",
"type": "string"
},
"best_lat": {
"description": "Latitude",
"type": "number",
"format": "double"
},
"best_location": {
"description": "Location",
"type": "string"
},
"best_location_type": {
"description": "One of \"gps\", \"triangulated\", or \"tower\"",
"type": "string"
},
"best_location_when": {
"description": "Unix timestamp",
"type": "number"
},
"best_lon": {
"description": "Longitude",
"type": "number",
"format": "double"
},
"best_timezone": {
"description": "Timezone",
"type": "string"
},
"body": {
"description": "A JSON object containing event details",
"type": "object"
},
"bssid": {
"description": "BSSID. Only available on _session.qo events.",
"type": "string"
},
"device": {
"description": "Device UID (globally unique)",
"type": "string"
},
"environment": {
"description": "Routed environment variables beginning with \"$\". Only available on _session.qo events.",
"type": "object"
},
"event": {
"description": "Event UID (globally unique)",
"type": "string"
},
"file": {
"description": "The notefile associated with this event",
"type": "string"
},
"moved": {
"description": "The number of times the device was sensed to have moved between the last session and this session. Only available on _session.qo events.",
"type": "number"
},
"note": {
"description": "The note ID in the notefile",
"type": "string"
},
"ordering_code": {
"description": "Ordering code. Only available on _session.qo events.",
"type": "string"
},
"orientation": {
"description": "The orientation of the device. Only available on _session.qo events.",
"type": "string"
},
"payload": {
"description": "A base64-encoded binary payload",
"type": "string"
},
"product": {
"description": "Product UID (globally unique)",
"type": "string"
},
"rat": {
"description": "Rat. Only available on _session.qo events.",
"type": "string"
},
"received": {
"description": "The unix timestamp when the event was received",
"type": "number",
"format": "double"
},
"req": {
"description": "The notecard request",
"type": "string"
},
"rsrp": {
"description": "RSRP. Only available on _session.qo events.",
"type": "number"
},
"rsrq": {
"description": "RSRQ. Only available on _session.qo events.",
"type": "number"
},
"rssi": {
"description": "Received Signal Strength Indicator (RSSI) is an estimated measurement of how well a device can receive signals. Only available on _session.qo events.",
"type": "number"
},
"session": {
"description": "Session UID (globally unique)",
"type": "string"
},
"sinr": {
"description": "SINR. Only available on _session.qo events.",
"type": "number"
},
"sku": {
"description": "SKU. Only available on _session.qo events.",
"type": "string"
},
"sn": {
"description": "The device serial number",
"type": "string"
},
"ssid": {
"description": "SSID. Only available on _session.qo events.",
"type": "string"
},
"temp": {
"description": "Device temperature. Only available on _session.qo events.",
"type": "number",
"format": "double"
},
"tls": {
"description": "Whether TLS was used on the connection between the device and notehub. Only available on _session.qo events.",
"type": "boolean"
},
"tower_country": {
"description": "Country",
"type": "string"
},
"tower_id": {
"description": "Tower ID",
"type": "string"
},
"tower_lat": {
"description": "Latitude",
"type": "number",
"format": "double"
},
"tower_location": {
"description": "Location",
"type": "string"
},
"tower_lon": {
"description": "Longitude",
"type": "number",
"format": "double"
},
"tower_timezone": {
"description": "Timezone",
"type": "string"
},
"tower_when": {
"description": "Unix timestamp",
"type": "number"
},
"transport": {
"description": "The transport used for this event, e.g., \"cellular\", \"wifi\", \", etc.",
"type": "string"
},
"tri_country": {
"description": "Country",
"type": "string"
},
"tri_lat": {
"description": "Latitude",
"type": "number",
"format": "double"
},
"tri_location": {
"description": "Location",
"type": "string"
},
"tri_lon": {
"description": "Longitude",
"type": "number",
"format": "double"
},
"tri_points": {
"description": "Triangulation points",
"type": "number"
},
"tri_timezone": {
"description": "Timezone",
"type": "string"
},
"tri_when": {
"description": "Unix timestamp",
"type": "number"
},
"updates": {
"type": "number"
},
"voltage": {
"description": "Device voltage. Only available on _session.qo events.",
"type": "number",
"format": "double"
},
"when": {
"description": "When the event was captured on the device",
"type": "number"
},
"where_country": {
"description": "Country",
"type": "string"
},
"where_lat": {
"description": "Latitude",
"type": "number",
"format": "double"
},
"where_location": {
"description": "Location",
"type": "string"
},
"where_lon": {
"description": "Longitude",
"type": "number",
"format": "double"
},
"where_olc": {
"description": "Open Location Code",
"type": "string"
},
"where_timezone": {
"description": "Timezone",
"type": "string"
},
"where_when": {
"description": "Unix timestamp",
"type": "number"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Event"
}