Pingdom Home

212-796-6890

Business hours 3 am-5 pm EST.

Pingdom API / class Report_GetRawDataRequest

Description

Request class of Report_getRawData function. It specifies which check should be analyzed, total time range for raw data analysis, page of the results that will be returned, and number of results per page. To avoid flooding server and client with large data sets, number of results per page is limited to 50. Function Report_getRawData will not return more than 50 results per page, even if user requests greater number.

Attributes

stringcheckName

Name of the check for raw data analysis.

dateTimefrom

Start of time period for raw data analysis.

dateTimeto

Start of time period for raw data analysis.

intpageNumber

Results page index. Starts at 1.

intresultsPerPage

Total results per page. Cannot be more than 50.