capacity_runway
Estimate storage runway in days until cluster is full. Uses optional daily growth bytes to forecast days-to-full, enabling proactive capacity planning.
Instructions
[READ] Deterministic storage-runway estimate for a cluster (days-to-full).
Supply daily_growth_bytes (bytes/day) to project daysToFull; without it the
forecast is 'insufficient-data'. No clock or randomness — same inputs, same
answer.
Args:
cluster_ext_id: Cluster extId as returned by cluster_list.
daily_growth_bytes: Assumed daily storage growth in bytes (omit to skip forecast).
target: Prism Central target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| cluster_ext_id | Yes | ||
| daily_growth_bytes | No |