Logo
Akamai APIs API Documentation

List performance reports

GET https://{{host}}/sla-api/v1/tests/:slaTestId/reports/performance?start={{start}}&end={{end}}

Returns an array of the results of performance tests run in the specified time period.

 

Body PARAM

Key Datatype Required Description 
start
string (Required) Timestamp for the start of the data window, in UTC 8601 format.
end
string (Required) Timestamp for the end of data window, in UTC 8601 format.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [ { "averageAkamaiPerformanceGain": 1.2573270808909731, "averageResponseTimeAkamai": 1706, "averageResponseTimeOrigin": 2145, "date": "2016-03-09", "numberOfAkamaiTests": 1385, "numberOfOriginTests": 1385 }, { "averageAkamaiPerformanceGain": 1.1373414230557088, "averageResponseTimeAkamai": 1813, "averageResponseTimeOrigin": 2062, "date": "2016-03-10", "numberOfAkamaiTests": 1329, "numberOfOriginTests": 1329 }, { "averageAkamaiPerformanceGain": 1.3577405857740585, "averageResponseTimeAkamai": 1434, "averageResponseTimeOrigin": 1947, "date": "2016-03-11", "numberOfAkamaiTests": 1245, "numberOfOriginTests": 1245 } ] }



Curl
curl -X GET 'https://undefined/sla-api/v1/tests/:slaTestId/reports/performance?start=&end=?start=&end=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS