b2a22a9b5c98
Returns the request throughput information for an account, can be further filtered.
Path parameters
accountSid
accountSid
Query parameters
The start date/time for the data that should be returned.
The start date/time for the data that should be returned.
The end date/time for the data that should be returned.
The end date/time for the data that should be returned.
Sid of the environment
Sid of the environment
A BucketSid to filter the data by.
A BucketSid to filter the data by.
An ApiSid to filter the data by.
An ApiSid to filter the data by.
A PathSid to filter the data by.
A PathSid to filter the data by.
The resolution that the data should be grouped and returned in.
The resolution that the data should be grouped and returned in.
Return metric as requests per second (rps) or requests per minute (rpm).
Return metric as requests per second (rps) or requests per minute (rpm).
Response
The data structure that throuput data be reported back with.
Example response
{
"summary": {
"startTime": "1970-01-01T00:00:00.000Z",
"endTime": "1970-01-01T00:00:00.000Z"
},
"periods": [
{
"startTime": "1970-01-01T00:00:00.000Z",
"endTime": "1970-01-01T00:00:00.000Z"
}
]
}