Public cloud
Get account usage
Returns account-wide Public Cloud resource usage and limits for the billing account of the API key owner. used.cores_perf_equiv is what counts against limits.account_max_cores (perf=1, eco=0.5, slim=0.25 per vCPU).
Authorization
bearerAuth AuthorizationBearer <token>
API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.
In: header
Response Body
application/json
curl -X GET "https://example.com/api/cloud/account-usage/"{ "limits": { "account_max_cores": 0, "account_max_cores_per_vm": 0 }, "used": { "cores_perf_equiv": 0.1, "ram_mib": 0, "storage_fast_gb": 0 }}