A valid request URL is required to generate request examples[
{
"date": "2024-03-25",
"count": 91
},
{
"date": "2024-03-26",
"count": 0
}
]Get requests consumption summary
Get the requests consumption across all query pipelines, for the given parameters. This endpoint accepts the following combinations of parameters:
-
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.
Other combination of parameters result in an error.
A valid request URL is required to generate request examples[
{
"date": "2024-03-25",
"count": 91
},
{
"date": "2024-03-26",
"count": 0
}
]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.
Was this page helpful?