New Relic · Arazzo Workflow
New Relic Create Alert Policy With Condition
Version 1.0.0
Create an alert policy and attach an APM metric condition to it.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
create-alert-policy-with-condition
Create an alert policy then attach a metric condition to it.
Creates an alert policy with the supplied incident preference, reads the new policy id from the response, and creates an APM metric condition on that policy in a single chained flow.
1
createPolicy
postAlertsPolicies
Create the alert policy with the supplied name and incident preference, returning the generated policy id used to scope conditions.
2
createCondition
postAlertsConditionsPoliciesPolicyId
Create an APM metric condition on the newly created policy so it begins evaluating the chosen metric immediately after creation.