A dashboard feature that displays total data transfer statistics for your cloud resources across billing cycles.
The Vultr Bandwidth Usage page provides an overview of the total data transferred between your cloud resources and the internet. It displays usage for your top Cloud Compute instance subscriptions across the current and previous billing cycles. You can also view any overage fees incurred for exceeding your plan’s bandwidth limits.
Follow this guide to view bandwidth usage using the Vultr Customer Portal or API.
Navigate to Accounts and select Bandwidth Usage under BILLING.
Review the normal and overages (excess bandwidth) usages:
Send a GET
request to the Get Account Bandwidth Info endpoint to retrieve detailed bandwidth usage information for your Vultr account.
$ curl "https://api.vultr.com/v2/account/bandwidth" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
Explains how Vultr calculates bandwidth usage, clarifying that only outbound data transfers count toward usage limits while inbound traffic remains unmetered.
Explains Vultrs bandwidth overage pricing policy of $0.01 per GB when exceeding your plans allocation.
Explains how Vultr calculates bandwidth usage limits for customer accounts
No comments yet.