Account
Account management and authentication
Account details
Returns account details for the authenticated user
Account details › Responses
Account details
Detailed account information and limits.
Get monthly billing summary with resource details
Returns a billing summary grouped by resource, including billing detail changes during the specified month. The API user must have permission to read billing details.
path Parameters
year^20\d{2}$ · requiredBilling year.
month^(0[1-9]|1[0-2])$ · requiredBilling month.
query Parameters
usernameReturn the billing summary for this account instead of the calling account. Requires Partner API access and an existing association with the account.
Username for an account.
resource_idReturn details only for this resource UUID or IP address.
Get monthly billing summary with resource details › Responses
Detailed monthly billing summary.
currency^[A-Z]{3}$ISO 4217 code
total_amountGet monthly billing summary
Returns a billing summary for the specified month. The API user must have permission to read billing details. This endpoint is deprecated; use the monthly billing summary with resource details instead.
path Parameters
year^20\d{2}$ · requiredBilling year.
month^(0[1-9]|1[0-2])$ · requiredBilling month.
Get monthly billing summary › Responses
Monthly billing summary.
Monthly billing totals grouped by resource type and subtype.
Get current network usage
List accounts
Returns the main account and its subaccounts. Account listing is available only to the main account.
query Parameters
labelFilter by label key or key-value pair. Repeat the parameter to require all labels. Label keys are matched case-insensitively.
List accounts › Responses
Account list.
Get top network usage
Returns the resources with the highest network usage.
query Parameters
fromStart of the usage period.
Datetime in RFC 3339 format
toEnd of the usage period.
Datetime in RFC 3339 format
serviceFilter by service type. Repeat the parameter to include multiple service types.
Network usage type for resource
zone^[a-z][a-z0-9-]{0,14…Filter by zone. Repeat the parameter to include multiple zones.
Zone identifier
accumulateAccumulation period for the usage statistics.
Usage accumulator hour or day parameter
Get top network usage › Responses
Top resource network usage statistics.
Get network transfer statistics
Returns network transfer statistics. JSON responses support a maximum time window of 31 days; CSV responses have no time-window limit. Select the output format with the Accept header using application/json or text/csv.
query Parameters
fromFirst measurement timestamp in RFC 3339 format.
Datetime in RFC 3339 format
toLast measurement timestamp in RFC 3339 format.
Datetime in RFC 3339 format
accumulateAccumulate the transfer statistics by hour or day.
Usage accumulator hour or day parameter
Get network transfer statistics › Responses
Account network usage statistics.
Get monthly resource billing summary
Returns a billing summary for one resource during the specified month. The API user must have permission to read billing details.
path Parameters
resource_idServer UUID, storage UUID, or IP address.
year^20\d{2}$ · requiredBilling year.
month^(0[1-9]|1[0-2])$ · requiredBilling month.
Get monthly resource billing summary › Responses
Monthly resource billing summary.
Get resource transfer statistics
Returns network transfer statistics grouped by resource, service, and zone. JSON responses support a maximum time window of 31 days; CSV responses have no time-window limit. Select the output format with the Accept header using application/json or text/csv.
query Parameters
fromData start timestamp in RFC 3339 format.
Datetime in RFC 3339 format
toData end timestamp in RFC 3339 format.
Datetime in RFC 3339 format
serviceLimit results to a service type. Repeat the parameter to include multiple service types.
Network usage type for resource
resource_id^[0-9a-f]{8}-[0-9a-f…Limit results to this resource UUID.
Universally unique identifier
zone^[a-z][a-z0-9-]{0,14…Limit results to a zone. Repeat the parameter to include multiple zones.
Zone identifier
accumulateAccumulate the transfer statistics by hour or day.
Usage accumulator hour or day parameter
Get resource transfer statistics › Responses
Resource network usage statistics.
Delete subaccount
Deletes a subaccount from the authenticated main account.
path Parameters
usernameSubaccount username.
Username for an account.
Delete subaccount › Responses
Subaccount deleted.