v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBEvents
Creates a new event and adds it to the history of the selected actor. The event must be from the list of supported event types. For more information, please review the Event Insertion Guide.
post/events
Request body
Example request
{
"dataSchemas": [
"een.objectDetection.v1",
"een.objectClassification.v1",
"een.lprDetection.v1",
"een.personAttributes.v1",
"een.vehicleAttributes.v1",
"een.fullFrameImageUrl.v1",
"een.croppedFrameImageUrl.v1",
"een.objectRegionMapping.v1",
"een.eevaAttributes.v1",
"een.customLabels.v1"
],
"data": [
{
"id": "een.lpr",
"vendor": "Eagle Eye Networks",
"application": "Cloud License Plate Recognition",
"hardwareModel": "EN-CDUD-005a",
"version": "20230318.082522.039235885"
}
]
}Response
Event created
Example response
{
"dataSchemas": [
"een.objectDetection.v1",
"een.objectClassification.v1",
"een.lprDetection.v1",
"een.personAttributes.v1",
"een.vehicleAttributes.v1",
"een.fullFrameImageUrl.v1",
"een.croppedFrameImageUrl.v1",
"een.objectRegionMapping.v1",
"een.eevaAttributes.v1",
"een.customLabels.v1"
],
"data": [
{
"id": "een.lpr",
"vendor": "Eagle Eye Networks",
"application": "Cloud License Plate Recognition",
"hardwareModel": "EN-CDUD-005a",
"version": "20230318.082522.039235885"
}
]
}