get_resource_riskbadge
Retrieve the risk badge score (0–100) for a resource to predict performance degradation or availability issues. Use this when you need only the risk score and color, without health and efficiency data.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| resource_id | Yes | The resource UUID. |