create_suppression_rule
Add one suppression rule for the caller's whole account. Pick the narrowest field that covers the noise: SERVICE matches the service name exactly, ENVIRONMENT matches one deployment environment and silences only that environment's rows, EXCEPTION_TYPE matches any exception type starting with the value, TITLE matches any title containing the value. Matching is case insensitive and literal, so write plain text rather than a pattern. A matched issue keeps recording events and keeps its status while staying out of the default list and out of every notification. To see what the rule would hide before adding it, call preview_suppression_rule with the same field and value, read its sample, then call this. Call list_suppression_rules afterwards to see how much the new rule covers. To silence a single issue instead, call set_issue_status with IGNORED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | SERVICE, ENVIRONMENT, EXCEPTION_TYPE or TITLE | |
| value | Yes | The literal value to match, 1 to 200 characters |