New Relic · Arazzo Workflow
New Relic Associate Entity With Condition
Version 1.0.0
Create a policy condition then associate an entity with it.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
associate-entity-with-condition
Create a condition on a policy then bind an entity to it.
Resolves the policy id by name, creates a metric condition, captures the new condition id, and associates an entity with that condition.
1
findPolicy
getAlertsPolicies
Resolve the alert policy id by exact name.
2
createCondition
postAlertsConditionsPoliciesPolicyId
Create a metric condition on the resolved policy, returning the condition id used for the entity association.
3
associateEntity
putAlertsEntityConditionsEntityId
Associate the supplied entity with the new condition so the condition evaluates specifically against that entity.