v1
latestOpenAPI 3.0.32026-07-133733150.4 KBbilling
Network volume billing history
Retrieve billing information about your network volumes.
get/billing/networkvolumes
Query parameters
bucketSize'hour' | 'day' | 'week' | 'month' | 'year'
The length of each billing time bucket. The billing time bucket is the time range over which each billing record is aggregated.
endTimestring date-time
The end date of the billing period to retrieve.
Example:2023-01-31T23:59:59Z
startTimestring date-time
The start date of the billing period to retrieve.
Example:2023-01-01T00:00:00Z
Response
Successful operation.
Example response
[
{
"amount": 100.5,
"diskSpaceBilledGb": 50,
"highPerformanceStorageAmount": 100.5,
"highPerformanceStorageDiskSpaceBilledGb": 50,
"time": "2023-01-01T00:00:00Z"
}
]