stats
Get live feed of otoroshi stats
Get live feed of global otoroshi stats (global) or for a service {id}
get/api/live/{id}
Path parameters
idstring required
The service id or global for otoroshi stats
Response
Successful operation
Example response
{
"calls": 123,
"concurrentHandledRequests": 123,
"dataIn": 123,
"dataInRate": 42.2,
"dataOut": 123,
"dataOutRate": 42.2,
"duration": 42.2,
"overhead": 42.2,
"rate": 42.2
}