Environment Analytics
V4 APIs request and response times analytics
Get analytics for v2 & v4 APIs regarding number of requests, requests per second and response max, min and average times for specified time range. Analytics contains data only for HTTP GET, HTTP POST and HTTP PROXY entrypoints.
get/analytics/request-response-time
Query parameters
frominteger
The timestamp in ms from which the logs will be returned.
tointeger
The timestamp in ms to which the logs will be returned.
Response
Analytics for request response times at environment level
Example response
{
"requestsPerSecond": 0.7,
"requestsTotal": 3567,
"responseMinTime": 32.23,
"responseMaxTime": 7240.11,
"responseAvgTime": 89.2
}