id
|
string |
Case-insensitive IDs of the alerts to return. |
type
|
array of strings |
A filter by list of alert types. |
category
|
array of strings |
A filter by list of alert categories. |
tenant
|
array of strings |
Filter by one or more tenant IDs.
To filter by one tenant ID, specify a tenant ID. For example: 2f4b84d8-6aad-487b-b0b1-40845bf72737 .
To filter by multiple tenant IDs, specify tenants in the following format: or(2f4b84d8-6aad-487b-b0b1-40845bf72737,c70134c4-a244-4b22-99ad-e081301f7530) .
|
skip
|
string |
Case-insensitive IDs of the alerts to exclude. |
severity
|
string |
A filter by the alert severity.
Available operators:
eq
equal to the specified value.
For example, eq(warning) .
or
equal to one of the specified values.
For example, or(warning,critical) .
lt
less than the specified value.
For example, lt(warning) .
gt
greater than the specified value.
For example, gt(warning) .
le
less than or equals to the specified value.
For example, le(warning) .
ge
greater than or equals to the specified value.
For example, ge(warning) .
|
show_deleted
|
boolean |
If true, dismissed alerts will be included in the response. |
show_deleted_only
|
boolean |
If true, only dismissed alerts will be included in the response. |
updated_at
|
string |
A filter by date in the UNIX nanoseconds timestamp format when the alert was created or dismissed.
Available operators:
eq
equal to the specified value.
For example, eq(1439789551045000000) .
lt
less than the specified value.
For example, lt(1439789551045000000) .
gt
greater than the specified value.
For example, gt(1439789551045000000) .
le
less than or equals to the specified value.
For example, le(1439789551045000000) .
ge
greater than or equals to the specified value.
For example, ge(1439789551045000000) .
|
created_at
|
string |
A filter by date in the UNIX nanoseconds timestamp format when the alert was created.
Available operators:
eq
equal to the specified value.
For example, eq(1439789551045000000) .
lt
less than the specified value.
For example, lt(1439789551045000000) .
gt
greater than the specified value.
For example, gt(1439789551045000000) .
le
less than or equals to the specified value.
For example, le(1439789551045000000) .
ge
greater than or equals to the specified value.
For example, ge(1439789551045000000) .
|
deleted_at
|
string |
A filter by date in the UNIX nanoseconds timestamp format when the alert was dismissed.
Available operators:
eq
equal to the specified value.
For example, eq(1439789551045000000) .
lt
less than the specified value.
For example, lt(1439789551045000000) .
gt
greater than the specified value.
For example, gt(1439789551045000000) .
le
less than or equals to the specified value.
For example, le(1439789551045000000) .
ge
greater than or equals to the specified value.
For example, ge(1439789551045000000) .
|
order
|
string |
An ordering filter that orders the results by parameter value. If no operator provided, the results will be ordered in ascending order.
The following parameters can be used:
created_at
type
severity
source
source_time_stamp
updated_at
deleted_at
category
planId
planName
resourceId
resourceName
|
limit
|
integer |
Number of the results returned in the response. |
before
|
string |
Cursor to the previous results page. |
after
|
string |
Cursor to the next results page. |