Logo
Akamai APIs API Documentation

Compute usage by contract and compute customer

Number of APIs: 2


1. List compute customers per contract

GET https://{{host}}/billing/v1/contracts/:contractId/compute-customers

Returns IDs and names of compute customers for the specified contract.



2. Get compute usage summary per contract and compute customer

GET https://{{host}}/billing/v1/contracts/:contractId/compute-customers/:computeCustomerId/usage/monthly-summary

Returns the near real-time compute usage summary of the specified contract and compute customer, for the current month. Compute usage data is available with a latency of up to two hours. The response shows a number of unbilled hours or GBs, while your final bill also includes the monthly capping. Note that your final bill also includes overages for transfer and object storage, computed towards the end of the month.



ENDPOINTS