Get disk capacity
render_get_disk_capacityGet disk capacity metrics for specified Render services, databases, or Redis instances. Define time range and resolution for data points.
Instructions
Get disk capacity. Get persistent disk capacity for one or more resources. Calls GET /metrics/disk-capacity on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | Epoch/Unix timestamp of end of time range to return. Defaults to `now()`. | |
| service | No | This parameter is deprecated. Please use `resource` instead (deprecated) | |
| resource | No | Resource ID to query. When multiple resource query params are provided, they are ORed together. Resources can be service ids, Postgres ids, or Redis ids | |
| startTime | No | Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`. | |
| resolutionSeconds | No | The resolution of the returned data |