Pingdom Home

212-796-6890

Business hours 3 am-11:30 am EST (Mon-Fri).

Pingdom API / class Report_GetNotificationsRequest

Description

Request class of Report_getNotifications function. It specifies which checks, contacts, status and via should be analyzed, total time range, page number, and results per page for notifications analysis. To avoid flooding server and client with large data sets, total number of chunks is limited to 50. If number of chunks exceeds 50, If number of chunks exceeds 55, Report_getNotifications function will return 'Invalid argument' error.

Attributes

string[]checkNames

Names of the checks for notifications analysis. If array is empty, all available checks are taken.

string[]contacts

Names of the contacts for notifications analysis. If array is empty, all available contacts are taken.

dateTimefrom

Start of time period for notifications analysis.

dateTimeto

End of time period for notifications analysis.

Report_statusEnum[]status

Status values for notifications analysis. If array is empty, all status values are taken.

Reports_viaEnum[]via

Via values for notifications analysis. If array is empty, all via values are taken.

intpageNumber

Number of pages for notifications analysis.

intresultsPerPage

Number of results per page for notifications analysis.