get_resource_health
Retrieve health, risk, and efficiency badge scores for a VMware Aria resource with their colors, using the resource ID.
Instructions
[READ] Get the health, risk, and efficiency badge scores for a resource.
Returns the three scores and their colors, from the resource's badges[] array. Scores are 0–100 (higher = healthier for HEALTH). Use this when the scores are all you need; use get_resource for the whole object, or list_alerts(resource_id=...) for what drove a low score. A score is null (or -1) when Aria has not computed that badge — that does not mean healthy.
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 |