Nimble measures bandwidth usage in two ways:
- Total bandwidth per pipeline
- Daily bandwidth
You can view your total bandwidth usage, usage per pipeline, and view daily reports via your User Dashboard, or using the Admin API.
To see your total bandwidth usage per pipeline, send a GET request to the Admin API at this endpoint:
https://api.nimbleway.com/api/v1/account/pipeline
You will receive a list of pipelines, each of which has a property titled “spent_gb” which represents that pipeline’s total bandwidth usage.
To get a daily usage report, send a GET request to:
https://api.nimbleway.com/api/v1/account/reports/daily-usage?fromDate=
<startDate>
&toDate=
<EndDate>
You can also see this report on a pipeline level using: https://api.nimbleway.com/api/v1/account/pipeline/
<pipelineName
>
/reports/daily-usage?fromDate=
<startDate>
&toDate=
<EndDate>