/usagestatistics/get

Prev Next
Get
/usagestatistics/get

Get usage statistics
Request body example:

{
"name": "totalnoofapi2.0callsresponsesize_/usagestatistics/get",
"description": "Total no. of API 2.0 response sizes sent per method",
"unit": "MB",
"counters": [
{
"timestamp": "2020-08-01",
"value": "0,11"
},
{
"timestamp": "2020-08-02",
"value": "0,11"
}
]
}
Query parameters
fromDate
stringRequired

The start of the time period to request.

toDate
stringRequired

The end of the time period to request.

aggregationPeriod
string

The aggregation period. The options are auto (default), daily, or monthly.

Responses
200
Expand All
object
fromDate
string
toDate
string
kpis
Array of object (UsageStatisticsKpi)
object
name
string
description
string
unit
string
counters
Array of object (UsageStatisticsKpiDataPoint)
object
timestamp
string
value
string
400