pydo.apps.get_metrics_bandwidth_daily()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.apps.get_metrics_bandwidth_daily(
app_id="4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf",
date=None,
)Description
Retrieve daily bandwidth usage metrics for a single app.
Parameters
app_idstring requiredThe app ID
datestring optionalOptional day to query. Only the date component of the timestamp will be considered. Default: yesterday.
Request Sample
Response Example
More Information
See /v2/apps/{app_id}/metrics/bandwidth_daily in the API reference for additional detail on responses, headers, parameters, and more.