New Relic · Arazzo Workflow
New Relic Create Synthetics Alert Condition
Version 1.0.0
Resolve a policy by name and attach a Synthetics monitor condition to it.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
create-synthetics-alert-condition
Resolve a policy then attach a Synthetics monitor condition.
Filters policies by exact name, reads the policy id, and creates a Synthetics condition tying a monitor to the policy.
1
findPolicy
getAlertsPolicies
Resolve the alert policy by exact name and capture the policy id used to scope the Synthetics condition.
2
createSyntheticsCondition
postAlertsSyntheticsConditionsPoliciesPolicyId
Create a Synthetics condition on the resolved policy that fires when the named monitor fails.