Pingdom Home

212-796-6890

Business hours 3 am-5 pm EST.

Pingdom API / class Report_GetDowntimesRequest

Description

Request class of Report_getDowntimes function. It specifies which check should be analyzed, total time range for downtime analysis, and resolution that divides total time range into chunks. 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_getDowntimes function will return 'Invalid argument' error.

Attributes

stringcheckName

Name of the check for downtime analysis.

dateTimefrom

Start of time period for downtime analysis.

dateTimeto

Start of time period for downtime analysis.

Report_ResolutionEnumresolution

Resolution for downtime analysis.