The action identifier is newrelic.alerts.listCompoundConditions.
Lists compound alert conditions for an account with optional ID filtering and cursor-based pagination. Compound conditions are not available via a separate get action — this is the only action that surfaces their component structure.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
accountId | Int | Required. The New Relic account to list compound conditions in. |
|
idEq | String | Optional. Filter to the compound condition with this exact ID. |
|
idIn | List | Optional. Filter to compound conditions matching any of these IDs. |
|
sort | List | Optional. Sort criteria applied in order. Each entry has a |
|
cursor | String | Optional. Pagination cursor from a prior call's |
|
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 compound conditions in an account.
Workflow example |
|---|
|