get_resource_riskbadge
Retrieve the risk badge score for a resource to predict performance degradation or availability issues. Returns a 0-100 risk score and color, enabling quick risk assessment.
Instructions
[READ] Get the risk badge score for a resource (0–100, higher = more risk of future problems).
The risk badge predicts likelihood of performance degradation or
availability issues based on current trends and workload patterns.
Returns risk_score and risk_color for the one resource. Use this when
the risk number is all you want; get_resource_health returns health and
efficiency alongside it. The score is null when Aria has not computed a
risk badge, and the badge does not say what is wrong — use
list_alerts(resource_id=...) for the contributing alerts.
Args: resource_id: The resource UUID. target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| resource_id | Yes |