Get Event
Lookup an event by its event ID
Path parameters
Event ID of the event for lookup
Headers
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Single event record
Example response
{
"generated_uuid": "generated_uuid",
"created_at": "2000-01-23T04:56:07.000+00:00",
"event": {
"resource": {
"user_id": "user_id",
"id": "id",
"type": "type"
},
"level": "level",
"details": "{}",
"source": {
"base_url": "base_url",
"hostid": "hostid",
"servicename": "servicename",
"request_id": "request_id"
},
"type": "type",
"category": "category",
"message": "message",
"timestamp": "2000-01-23T04:56:07.000+00:00"
}
}Changes
Changed in 2 of the 5 revisions of this API.611
- ▲
the
eventresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
event/resourceresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
event/sourceresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ○
added the optional property
event/categoryto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
eventresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
event/resourceresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
event/sourceresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
event/categoryfrom the response with the200statusresponse-optional-property-removed
This revision also has 75 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲