Get Event
Get a specific event
Request
URI
GET
https://{api_host}/api/v2/event/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
successful operation
Returns ResponseContainerEvent of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"computedHlps": [
{
"severity": "string",
"host": "string",
"startTime": 0,
"label": "string",
"observed": 0,
"firing": 0
}
],
"table": "string",
"name": "string",
"id": "string",
"startTime": 0,
"endTime": 0,
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"tags": [
"string"
],
"metricsUsed": [
"string"
],
"createdAt": 0,
"hosts": [
"string"
],
"summarizedEvents": 0,
"alertTags": [
"string"
],
"isUserEvent": false,
"isEphemeral": false,
"creatorId": "string",
"updaterId": "string",
"updatedAt": 0,
"runningState": "string",
"canDelete": false,
"canClose": false,
"creatorType": [
"string"
]
}
}
Event Operations
PUT
Add Event Tag
POST
Close User Event
POST
Create Event
DELETE
Delete User Event
GET
Get Alert Event Queries Slug
GET
Get Alert Firing Details
GET
Get Alert Firing Events
GET
Get All Events With Time Range
GET
Get Event
GET
Get Event Tags
GET
Get Related Events With Time Span
DELETE
Remove Event Tag
POST
Set Event Tags
PUT
Update User Event