GET /v2/monitoring/metrics/droplet/bandwidth
Summary: Get Droplet Bandwidth Metrics
Operation ID: monitoring_get_dropletBandwidthMetrics
Auth: unknown
Operation ID: monitoring_get_dropletBandwidthMetrics
Auth: unknown
Description
To retrieve bandwidth metrics for a given Droplet, send a GET request to `/v2/monitoring/metrics/droplet/bandwidth`. Use the `interface` query parameter to specify if the results should be for the `private` or `public` interface. Use the `direction` query parameter to specify if the results should be for `inbound` or `outbound` traffic.
Parameters (5)
direction
(string, query, required)
The traffic direction.
Constraints: {'enum': ['inbound', 'outbound']}
end
(string, query, required)
Timestamp to end metric window.
host_id
(string, query, required)
The droplet ID.
interface
(string, query, required)
The network interface.
Constraints: {'enum': ['private', 'public']}
start
(string, query, required)
Timestamp to start metric window.
No probe data for this endpoint yet.