get_remaining_capacity
Assess remaining capacity headroom for a cluster or host to determine how much more workload fits before limits, including per-dimension CPU, memory, and disk values.
Instructions
[READ] Get remaining capacity headroom for a cluster or host — how much more workload fits before hitting limits. Returns the group-level capacity_remaining_pct (only available at group level) plus one entry per capacity dimension (cpu, mem, diskspace) with remaining_value (absolute, unit per dimension e.g. MHz/KB), from the OnlineCapacityAnalytics demand model. Values are None while capacity analytics warm up. Use get_capacity_overview for the combined view, or get_time_remaining for projected days-until-full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| resource_id | Yes | The resource UUID — a ClusterComputeResource or HostSystem (from list_resources). |