get_time_remaining
Predict when a VMware cluster will exhaust CPU, memory, or disk capacity, returning projected days remaining per dimension from usage trends.
Instructions
[READ] Predict when a cluster will exhaust its capacity based on usage trends.
Returns time_remaining: one entry per capacity dimension (cpu, mem,
diskspace) with projected days until full. Use get_capacity_overview
instead when you also want current headroom — this tool returns only the
projections. Days are None while capacity analytics warm up on a fresh
instance, and None does not mean unlimited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| resource_id | Yes | The resource UUID (typically ClusterComputeResource). |