You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/operations/listalertsrequest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,4 @@ let value: ListAlertsRequest = {};
23
23
| `services` | *string* | :heavy_minus_sign: | A comma separated list of service IDs. This currently only works for Signals alerts. |
24
24
| `tags` | *string* | :heavy_minus_sign: | A comma separated list of tags. This currently only works for Signals alerts. |
25
25
| `tagMatchStrategy` | [operations.ListAlertsTagMatchStrategy](../../models/operations/listalertstagmatchstrategy.md) | :heavy_minus_sign: | 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. |
26
-
| `statuses` | *string* | :heavy_minus_sign: | A comma separated list of statuses to filter by. Valid statuses are: opened, acknowledged, resolved, ignored, expired, or linked |
26
+
| `statuses` | *string* | :heavy_minus_sign: | A comma separated list of statuses to filter by. Valid statuses are: opened, acknowledged, resolved, ignored, expired, linked, or snoozed |
0 commit comments