List monthly usage summary per contract and product

GET https://{{host}}/billing/v1/contracts/:contractId/products/:productId/usage/monthly-summary?start={{start}}&end={{end}}

Returns monthly usage summary details of the specified contract and product for the selected time frame. If you have products that are billed geographically, you can see monthly usage statistics by region.

Request Params

KeyDatatypeRequiredDescription
startstring(Required) The start (inclusive) of the billable usage period, expressed as an ISO 8601 datestamp (YYYY-MM).
endstring(Required) The end (exclusive) of the billable usage period, expressed as an ISO 8601 datestamp (YYYY-MM).
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"accountId":"A-CCT7890","contractId":"K-0N7RAK7","end":"2020-09","productId":"1-ABC012","productName":"Web Application Accelerator","requestDate":"2020-10-15T00:00:00Z","start":"2020-07","usagePeriods":[{"dataStatus":"DATA_FINALIZED","end":"2017-07-31","month":"2020-07","region":"GLOBAL","start":"2017-07-01","stats":[{"isBillable":true,"statType":"Total MB","unit":"GB","value":30.3},{"isBillable":false,"statType":"95/5 Mbps","unit":"95/5 Mbps","value":1.3},{"isBillable":false,"statType":"Total Hits","unit":"Total Hits","value":22},{"isBillable":false,"statType":"Peak Mbps","unit":"Peak Mbps","value":1}]},{"dataStatus":"COLLECTING_DATA","end":"2020-08-15","month":"2020-08","region":"GLOBAL","start":"2020-08-01","stats":[{"isBillable":true,"statType":"Total MB","unit":"GB","value":300.3},{"isBillable":false,"statType":"95/5 Mbps","unit":"95/5 Mbps","value":11.3},{"isBillable":false,"statType":"Total Hits","unit":"Total Hits","value":55},{"isBillable":false,"statType":"Peak Mbps","unit":"Peak Mbps","value":11}]},{"dataStatus":"COLLECTING_DATA","end":"2020-08-31","month":"2020-08","region":"GLOBAL","start":"2020-08-16","stats":[{"isBillable":true,"statType":"Total MB","unit":"GB","value":300.3},{"isBillable":false,"statType":"95/5 Mbps","unit":"95/5 Mbps","value":11.3},{"isBillable":false,"statType":"Total Hits","unit":"Total Hits","value":55},{"isBillable":false,"statType":"Peak Mbps","unit":"Peak Mbps","value":11}]}]}