Skip to main content
GET
/
compute
/
v1
/
usage
/
summary
Get usage summary for current billing period
curl --request GET \
  --url https://compute.hexelstudio.com/compute/v1/usage/summary \
  --header 'Authorization: <api-key>'
{
  "by_tier": {},
  "period_end": "<string>",
  "period_start": "<string>",
  "total_seconds": 123,
  "vm_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://hexelstudio.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

STS access token. Obtain via POST https://sts.hexelstudio.com/token with X-API-Key header.

Response

OK

by_tier
object
period_end
string
period_start
string
total_seconds
integer
vm_count
integer