Pingdom Home

212-796-6890

Business hours 3 am-5 pm EST.

Pingdom API / class Report_GetResponseTimesRequest

Description

Request class of Report_getResponseTimes function. It specifies which check should be analyzed, total time range for response time analysis, resolution that divides total time range into chunks, and probe locations which should be included in response time analysis. To avoid flooding server and client with large data sets, total number of chunks is limited to 55. If number of chunks exceeds 55, Report_getResponseTimes function will return 'Invalid argument' error.

Attributes

stringcheckName

Name of the check for response time analysis.

dateTimefrom

Start of time period for response time analysis.

dateTimeto

Start of time period for response time analysis.

Report_ResolutionEnumresolution

Resolution for response time analysis.

string[]locations

Locations for response time analysis. If omitted, all available locations are taken.