The action identifier is newrelic.alerts.listMutingRules.
Lists the muting rules for an account. Optionally filters by enabled state. This action is not cursor-paginated and returns all matching rules in a single response.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
accountId | Int | Required. The New Relic account to list muting rules for. |
|
enabled | Boolean | Optional. Filter to only enabled ( |
|
selectors | List | Optional. JQ selectors to extract values from the response. | |
The following table describes all output fields returned by this action.
Output | Type | Description |
|---|---|---|
success | Boolean |
|
errorMessage | String | Error message on failure. |
data | Map | NerdGraph response. Use |
The following example lists all currently-enabled muting rules for an account.
Workflow example |
|---|
|