Get Alert History
Get the version history of a specific alert
Request
URI
GET
https://{api_host}/api/v2/alert/{id}/history
COPY
Path Parameters
string
id
Required
id
Query Parameters
integer
offset
Optional
Constraints:
default: 0
offset
integer
limit
Optional
Constraints:
default: 100
limit
Responses
200
successful operation
Returns
ResponseContainerHistoryResponse
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"id": "string",
"inTrash": false,
"version": 0,
"updateUser": "string",
"updateTime": 0,
"changeDescription": [
"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/alert/{id}/history
On This Page
Alert Operations
GET
Get All Alert
POST
Create Alert
GET
Get Alert Access Control List
POST
Add Alert Access
POST
Remove Alert Access
PUT
Set Alert Acl
POST
Check Query Type
POST
Preview Alert Notification
GET
Get Alerts Summary
GET
Get Alert
PUT
Update Alert
DELETE
Delete Alert
POST
Clone Alert
GET
Get Alert History
GET
Get Alert Version
POST
Unhide Alert
POST
Snooze Alert
GET
Get Alert Tags
POST
Set Alert Tags
PUT
Add Alert Tag
DELETE
Remove Alert Tag
POST
Undelete Alert
POST
Hide Alert
POST
Unsnooze Alert