Returns a consumption report for the given parameters, as a ZIP file containing the following files:
This endpoint accepts the following combinations of parameters:
If no parameters provided, the current contract period is calculated, then data is returned based on that period.
If startDate
and endDate
are provided, then the data is returned based on that date range.
If licenseId
and periodIndex
are provided, then the data is returned based on that specific period data.
Other combination of parameters result in an error.
The results start date, formatted as yyyy-MM-dd
.
The results end date, formatted as yyyy-MM-dd
.
The entitlements license ID. Use /apps-manager/entitlements/periods
to get license IDs.
The entitlement period index in the license. Use /apps-manager/entitlements/periods
to get period indices.
OK
The response is of type object[]
.