All notable changes to the public Consumption Analytics APIs are documented in this file.
Based on: https://keepachangelog.com/en/1.1.0/
The format follows semantic versioning principles, grouping changes by their impact:
Added– New features or endpoints introduced.Changed– Modifications to existing functionality.Deprecated– Stable features that will be removed in a future release.Removed– Deprecated features that have now been removed.Fixed– Bug fixes or behavioral corrections.Security– Important updates related to vulnerabilities or compliance.
Initial release of the public Consumption Analytics API.
- Base path:
/consumption-analytics/v1/reports - The following endpoints were introduced:
GET /reports– Lists the reports available to the authenticated user.GET /reports/{id}– Retrieves the full definition of a specific report.GET /reports/{id}/contents– Executes a report and returns the result as a downloadable CSV file.