Get Alert Access Control List
Get Access Control Lists' union for the specified alerts
Request
URI
GET
https://{api_host}/api/v2/alert/acl
COPY
Query Parameters
string of
array
id
Optional
id
Responses
200
successful operation
Returns
ResponseContainerListAccessControlListReadDTO
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": [
{
"entityId": "string",
"viewAcl": [
{
"name": "string",
"id": "string",
"description": "string"
}
],
"modifyAcl": [
{
"name": "string",
"id": "string",
"description": "string"
}
]
}
]
}
object
status
Required
status
array of
object
response
Optional
response
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/alert/acl
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