Pingdom Home

212-796-6890

Business hours 3 am-5 pm EST.

Pingdom API / class Report_GetOutagesRequest

Description

Request class of Report_getOutages function. It specifies which check should be analyzed, total time range for outage 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_getOutages will not return more than 50 results per page, even if user requests greater number.

Attributes

stringcheckName

Name of the check for outage analysis.

dateTimefrom

Start of time period for outage analysis.

dateTimeto

Start of time period for outage analysis.

intpageNumber

Results page index. Starts at 1.

intresultsPerPage

Total results per page. Cannot be more than 50.