Get Alert Rules
GET {{baseUrl}}/v1/alert-rule?alertType=<string>
Get list of all alert rules in your company.
Parameters
Field | Type | Required | Description |
---|---|---|---|
pagination | number | optional | Start paginating result by given number items on-page. Next page link is available on in response under header `Link`. E.g.: `; rel=next` |
archived | boolean | optional | Filter archived alert rules. Accepted values '0', '1', 'true', 'false' |
paused | boolean | optional | Filter paused alert rules. Accepted values '0', '1', 'true', 'false' |
name | string | optional | Filter alert rules by name |
alertType | string | optional | Filter alert rules corresponding with type. Accepted values 'DEVICE', 'POLICY', 'APPLET' |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
alertType | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[]