Get Related Events With Time Span
List all related events for a specific firing event with a time span of one hour
Request
URI
GET
https://{api_host}/api/v2/event/{id}/events
COPY
Path Parameters
string
id
Required
id
Query Parameters
boolean
isOverlapped
Optional
isOverlapped
string
renderingMethod
Optional
renderingMethod
Possible values are :
HOST,
METRIC,
SIMILARITY,
integer
limit
Optional
Constraints:
default: 100
limit
Responses
200
successful operation
Returns
ResponseContainerPagedEvent
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"computedHlps": [
{
"severity": "string",
"host": "string",
"startTime": 0,
"label": "string",
"observed": 0,
"firing": 0,
"tags": {
"tags": "string"
}
}
],
"table": "string",
"dimensions": {
"dimensions": [
"string"
]
},
"name": "string",
"annotations": {
"annotations": "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"
]
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}
object
status
Required
status
object
response
Optional
response
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/event/{id}/events
On This Page
Event Operations
GET
Get All Events With Time Range
POST
Create Event
GET
Get Alert Firing Events
GET
Get Event
PUT
Update User Event
DELETE
Delete User Event
GET
Get Alert Firing Details
GET
Get Alert Event Queries Slug
POST
Close User Event
GET
Get Related Events With Time Span
GET
Get Event Tags
POST
Set Event Tags
PUT
Add Event Tag
DELETE
Remove Event Tag