Get bandwidth usage
render_get_bandwidthGet bandwidth usage for one or more Render resources by specifying resource IDs and an optional time range. Fetches metrics via the Render Public API.
Instructions
Get bandwidth usage. Get bandwidth usage for one or more resources. Calls GET /metrics/bandwidth 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 | Service ID to query. When multiple service ids are provided, they are ORed together | |
| startTime | No | Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`. |