Skip to content

Commit 9768fa8

Browse files
authored
Merge pull request #109773 from bandersmsft/master
CM+B - Updated Review service usage with REST API article
2 parents 10ee3ce + a2b2d9d commit 9768fa8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/cost-management-billing/manage/review-service-usage-api.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Review Azure service resource usage with REST API
33
description: Learn how to use Azure REST APIs to review Azure service resource usage.
44
author: lleonard-msft
55
ms.service: cost-management-billing
6-
ms.topic: article
7-
ms.date: 02/12/2020
6+
ms.topic: reference
7+
ms.date: 03/31/2020
88
ms.author: banders
99

1010
# As an administrator or developer, I want to use REST APIs to review resource and service usage data under my control.
@@ -30,7 +30,9 @@ Content-Type: application/json
3030
Authorization: Bearer
3131
```
3232

33-
The `{subscriptionGuid}` parameter is required and should contain a subscription ID that can be read using the credentials provided in the API token. The `{reportName}`
33+
The `{subscriptionGuid}` parameter is required and should contain a subscription ID that can be read using the credentials provided in the API token.
34+
35+
The `{reportName}` parameter specifies the name of the report. To get a list of report names, you can use the Reports_List operation to get a list: `/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reports`. View example output on [GitHub](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/examples/ReportList.json).
3436

3537
The following headers are required:
3638

0 commit comments

Comments
 (0)