get_resource
Fetch one resource's full details—ID, name, kind, status, and health/risk/efficiency badges—by UUID. Use after list_resources to inspect a specific resource in depth.
Instructions
[READ] Returns one resource object: id, name, kind, adapter kind, identifiers, status states, and the health/risk/efficiency badges (each a color plus 0-100 score, null when Aria has not scored that badge). Use this after list_resources to inspect a single UUID in depth — it does not accept a name, so use list_resources to discover UUIDs by kind or name. For just the badge scores use get_resource_health; for time-series metrics use get_resource_metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| resource_id | Yes | The resource UUID (from list_resources). |