Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
"ReservedInstances"
],
"operationId": "GenerateReservationDetailsReport_ByBillingAccountId",
"description": "Generates the reservations details report for provided date range asynchronously based on enrollment id.",
"description": "Generates the reservations details report for provided date range asynchronously based on enrollment id. The Reservation usage details can be viewed by only certain enterprise roles by default(Enterprise Administrator, EA Purchaser and Partner). For more details on the roles see, https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role",
Comment thread
thramu marked this conversation as resolved.
Outdated
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
},
Expand Down Expand Up @@ -1178,7 +1178,7 @@
"ReservedInstances"
],
"operationId": "GenerateReservationDetailsReport_ByBillingProfileId",
"description": "Generates the reservations details report for provided date range asynchronously by billing profile.",
"description": "Generates the reservations details report for provided date range asynchronously by billing profile. The Reservation usage details can be viewed by only certain enterprise roles by default(Enterprise Administrator, EA Purchaser and Partner). For more details on the roles see, https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/understand-ea-roles#usage-and-costs-access-by-role",
Comment thread
thramu marked this conversation as resolved.
Outdated
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
},
Expand Down Expand Up @@ -2584,8 +2584,9 @@
"type": "object",
"properties": {
"reportUrl": {
"description": "The URL to download the generated report.",
"type": "string"
"description": "The CSV file from the reportUrl blob link is consists of reservation usage data with the following schema at daily granularity",
Comment thread
thramu marked this conversation as resolved.
Outdated
Comment thread
thramu marked this conversation as resolved.
Outdated
"type": "string",
"$ref": "#/definitions/ReservationReportSchema"
},
"validUntil": {
"description": "The time at which report URL becomes invalid.",
Expand Down Expand Up @@ -2727,6 +2728,27 @@
"operator",
"values"
]
},
"ReservationReportSchema": {
"description": "The CSV file from the reportUrl blob link is consists of reservation usage data with the following schema at daily granularity",
Comment thread
thramu marked this conversation as resolved.
Outdated
"type": "string",
"enum": [
"InstanceFlexibilityGroup",
"InstanceFlexibilityRatio",
"InstanceId",
"Kind",
"ReservationId",
"ReservationOrderId",
"ReservedHours",
"SkuName",
"TotalReservedQuantity",
"UsageDate",
"UsedHours"
],
"x-ms-enum": {
"name": "ReservationReportSchema",
"modelAsString": true
}
}
},
"parameters": {
Expand Down