v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machines

Get Machine Last Alerts

Retrieves the most recent alerts for a specific machine identified by the provided MachineID. This helps in monitoring recent issues or notifications related to the machine's operation.

get/v1/machines/{MachineID}/lastAlerts

Path parameters

MachineIDinteger required

The unique identifier of the machine whose last alerts are being requested.

Response

A list of the most recent alerts for the specified machine.

MachineIDinteger nullable

The unique identifier of the machine associated with the alert.

EventDateTimeVMCstring date-time

The date and time of the event as recorded by the machine (VMC).

TransactionIDinteger nullable

The unique identifier of the transaction associated with the event, if applicable.

EventLogIDinteger

The unique identifier of the event log entry.

SiteIDinteger

The unique identifier of the site where the machine is located.

EntityTypeIDinteger

The unique identifier for the type of entity involved in the event.

EntityTypeNamestring nullable

The name of the entity type involved in the event.

DeviceIDinteger nullable

The unique identifier of the device associated with the event.

EntityActorIDinteger nullable

The unique identifier of the actor (e.g., user or machine) associated with the event.

EventDateTimeGMTstring date-time

The date and time of the event in GMT.

EventCodeinteger

A code representing the type of event that occurred.

EventSourceIDinteger

The unique identifier of the source from which the event originated.

EventSourceNamestring nullable

The name of the source from which the event originated.

EventGroupIdinteger nullable

The unique identifier of the group to which the event belongs.

EventGroupNamestring nullable

The name of the group to which the event belongs.

EventCategoryIdinteger nullable

The unique identifier of the category to which the event belongs.

EventCategoryNamestring nullable

The name of the category to which the event belongs.

EventDescriptionstring nullable

A textual description of the event.

EventDatastring nullable

Additional data related to the event, provided as a string.

JSONDatastring nullable

The event data in JSON format, if applicable.

EventUserIDinteger nullable

The unique identifier of the user associated with the event, if applicable.