Skip to main content

nexigon_api.devices.DeviceEvent

Event emitted by a device.

eventIdnexigon_api.devices.DeviceEventId (string)required

ID of a device event (unique per device).

categorystring
severitynexigon_api.devices.DeviceEventSeverityrequired

Severity of a device event.

Possible values: [Trace, Debug, Info, Warning, Error, Critical]

bodynexigon_api.json.JsonValuerequired

JSON value.

attributes objectrequired
emittedAtnexigon_api.datetime.Timestamp (string)required

ISO 8601 formatted date and time string.

receivedAtnexigon_api.datetime.Timestamp (string)

ISO 8601 formatted date and time string.

nexigon_api.devices.DeviceEvent
{
"eventId": "string",
"category": "string",
"attributes": {},
"emittedAt": "string",
"receivedAt": "string"
}