Get bandwidth usage
render_get_bandwidthRetrieve bandwidth usage for one or more Render resources within a specified time range.
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`. |