Get an entitlements consumption report
Returns a consumption report for the specified parameters, as a ZIP file containing the following files:
- A CSV file with the requests report per day
- A file with a signature for the requests report per day
- A CSV file with the max records per day
- A file with a signature for the max records report per day
- A CSV file with the events occurred for requests
- A file with a signature for the events occurred for requests
- A CSV file with the events occurred for records
- A file with a signature for the events occurred for records
Each option below returns data for the specified period. Only one option can be used per request. Passing parameters from multiple options returns an error. This endpoint accepts the following options:
-
If no parameters are provided, the current contract period is calculated, then data is returned based on that period.
-
If
startDateandendDateare provided, then the data is returned based on that date range. -
If
licenseIdandperiodIndexare provided, then the data is returned based on that specific period data.
Query Parameters
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.
Response
OK