Query aggregated Azure subscription consumption data for a date range.
Path parameters
It uniquely identifies Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Query parameters
The start of the time range to retrieve data for.
The end of the time range to retrieve data for.
True returns usage data in instance-level detail, false causes server-side aggregation with fewer details. For example, if you have 3 website instances, by default you will get 3 line items for website consumption. If you specify showDetails = false, the data will be aggregated as a single line item for website consumption within the time period (for the given subscriptionId, meterId, usageStartTime and usageEndTime).
Daily (default) returns the data in daily granularity, Hourly returns the data in hourly granularity.
Used when a continuation token string is provided in the response body of the previous call, enabling paging through a large result set. If not present, the data is retrieved from the beginning of the day/hour (based on the granularity) passed in.
Client Api Version.
Response
Normal response for a successful query. The response body will contain the data that matches the filters specified in the query parameters.