Bare Metal Bandwidth

GET {{baseUrl}}/bare-metals/:baremetal-id/bandwidth

Get bandwidth information for the Bare Metal instance.

The bandwidth object in a successful response contains objects representing a day in the month. The date is denoted by the nested object keys. Days begin and end in the UTC timezone. Bandwidth utilization data contained within the date object is refreshed periodically. We do not recommend using this endpoint to gather real-time metrics.

RESPONSES

status: OK

{"bandwidth":{"2020-07-25":{"incoming_bytes":15989787,"outgoing_bytes":25327729},"2020-07-26":{"incoming_bytes":13964112,"outgoing_bytes":22257069}}}