New Relic · Arazzo Workflow
New Relic Create NRQL Alert Policy
Version 1.0.0
Create an alert policy and attach a NRQL alert condition to it.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
create-nrql-alert-policy
Create a policy then attach a NRQL alert condition to it.
Creates an alert policy and chains a NRQL condition onto the returned policy id so a custom NRQL signal drives the new policy.
1
createPolicy
postAlertsPolicies
Create the alert policy that will own the NRQL condition, returning the generated policy id.
2
createNrqlCondition
postAlertsNrqlConditionsPoliciesPolicyId
Create a NRQL alert condition on the new policy so a custom query begins evaluating against the configured terms.