New Relic · Arazzo Workflow
New Relic Update Policy And Condition
Version 1.0.0
Resolve a policy by name, update it, then update one of its conditions.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
update-policy-and-condition
Resolve a policy, update it, then update one of its conditions.
Filters policies by name, updates the matched policy, reads its conditions, and updates the first condition with new settings.
1
findPolicy
getAlertsPolicies
Resolve the alert policy id by exact name.
2
updatePolicy
putAlertsPoliciesPolicyId
Update the resolved policy's name and incident preference.
3
listConditions
getAlertsConditions
List the policy's conditions and capture the first condition id to tune.
4
updateCondition
putAlertsConditionsConditionId
Update the selected condition with a new name and metric so the policy evaluates the tuned signal.