Analytics API
This catalogue provides a comprehensive list of all available APIs for retrieving analytics. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Get Bandwidth | POST | /waap/v1.0/analytics/bandwidth | Retrieve the data sample of bandwidth, aggregated in 5-minute or 1-day intervals. |
| Get Volume | POST | /waap/v1.0/analytics/volume | Retrieve the data sample of volume, aggregated in 5-minute or 1-day intervals. |
| Get Request Number | POST | /waap/v1.0/analytics/requestNumber | Retrieve the data sample of the number of request number, aggregated in 5-minute intervals. |
| Get Origin Request Number | POST | /waap/v1.0/analytics/originRequestNumber | Retrieve the data sample of the number of request number returned by the origin server, aggregated in 5-minute intervals. |
| Get HTTP Status Code Number | POST | /waap/v1.0/analytics/httpCodes | Retrieve the data sample of the number of HTTP status codes , aggregated in 5-minute intervals. |
| Get Origin HTTP Status Code Number | POST | /waap/v1.0/analytics/originHttpCodes | Retrieve the data sample of the number of HTTP status codes returned by the origin server, aggregated in 5-minute intervals. |