Red Hat · Arazzo Workflow
Red Hat Insights Triage a Rule's Affected Systems
Version 1.0.0
Find a high-risk advisor rule, list the systems it affects, and inspect the first one.
View Spec
View on GitHub
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen SourceArazzoWorkflows
Provider
Workflows
triage-rule-affected-systems
List rules, get a rule, list affected systems, and get the first system.
Filters advisor rules, gets the first rule's detail, lists the systems it affects, and retrieves the first affected system's record.
1
listRules
listRules
List advisor rules filtered by category and sorted so the highest-risk rule is first; capture that rule's id.
2
getRule
getRule
Retrieve the full detail of the selected advisor rule, including its risk scoring and remediation guidance.
3
listAffectedSystems
listRuleSystems
List the systems currently affected by the rule and capture the uuid of the first affected system.
4
getSystem
getSystem
Retrieve the detail of the first affected system to begin remediation planning.