v1

latestOpenAPI 3.0.32026-07-133733150.4 KB
billing

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.

amountnumber

The amount charged for the group for the billing period, in USD.

diskSpaceBilledGbinteger

The amount of disk space billed for the billing period, in gigabytes (GB). Does not apply to all resource types.

highPerformanceStorageAmountnumber

The amount charged for high performance storage for the billing period, in USD.

highPerformanceStorageDiskSpaceBilledGbinteger

The amount of high performance storage disk space billed for the billing period, in gigabytes (GB).

timestring date-time

The start of the period for which the billing record applies.

Example response

[
  {
    "amount": 100.5,
    "diskSpaceBilledGb": 50,
    "highPerformanceStorageAmount": 100.5,
    "highPerformanceStorageDiskSpaceBilledGb": 50,
    "time": "2023-01-01T00:00:00Z"
  }
]