The action identifier is newrelic.alerts.getMutingRule.
Retrieves the details of a single muting rule, including its condition group and schedule.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
accountId | Int | Required. The New Relic account that owns the muting rule. |
|
id | String | Required. The ID of the muting rule to retrieve. |
|
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 fetches a muting rule's current configuration.
Workflow example |
|---|
|