get_capacity_overview
Assess overall cluster capacity health to identify exhaustion risks: retrieve remaining-capacity percentage, per-dimension headroom, and projected days-until-full.
Instructions
[READ] Returns a capacity overview for a cluster — the group-level remaining-capacity percentage (capacity_remaining_pct, which only exists at group level) plus per-dimension (cpu/mem/diskspace) absolute remaining capacity and projected days-until-full, from the OnlineCapacityAnalytics metrics. Values are None while capacity analytics are still warming up on a fresh instance. Start here when assessing overall cluster capacity health; for absolute headroom values use get_remaining_capacity, and for just the exhaustion projections use get_time_remaining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| cluster_id | Yes | The cluster resource UUID (ClusterComputeResource, from list_resources). |