Field | Type | Required | Description |
---|---|---|---|
Page |
*int | ➖ | N/A |
PerPage |
*int | ➖ | N/A |
Query |
*string | ➖ | A text query for alerts |
Users |
*string | ➖ | A comma separated list of user IDs. This currently only works for Signals alerts. |
Teams |
*string | ➖ | A comma separated list of team IDs. This currently only works for Signals alerts. |
SignalRules |
*string | ➖ | A comma separated list of signals rule IDs. This currently only works for Signals alerts. |
Environments |
*string | ➖ | A comma separated list of environment IDs. This currently only works for Signals alerts. |
Functionalities |
*string | ➖ | A comma separated list of functionality IDs. This currently only works for Signals alerts. |
Services |
*string | ➖ | A comma separated list of service IDs. This currently only works for Signals alerts. |
Tags |
*string | ➖ | A comma separated list of tags. This currently only works for Signals alerts. |
TagMatchStrategy |
*operations.TagMatchStrategy | ➖ | The strategy to match tags. any will return alerts that have at least one of the supplied tags, match_all will return only alerts that have all of the supplied tags, and exclude will only return alerts that have none of the supplied tags. This currently only works for Signals alerts. |
Statuses |
*string | ➖ | A comma separated list of statuses to filter by. Valid statuses are: opened, acknowledged, resolved, ignored, or expired |