← Tools Reference

Pingdom

Pingdom integration (Developer Tools). Imported from open-connector.

API key4 toolshttps://api.pingdom.com/api/3.1
GET
pingdom_list_checks
List Pingdom uptime checks with optional pagination and tag filters.

/checks

6 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Pingdom checks to return.
offsetintegeroptionalThe zero-based pagination offset. Pingdom requires limit when offset is used.
showencryptionbooleanoptionalWhether to include each check's encryption setting.
include_tagsbooleanoptionalWhether to include tags for each Pingdom check.
include_severitybooleanoptionalWhether to include severity for each Pingdom check.
tagsstringoptionalA comma-separated tag list used to filter Pingdom checks.
GET
pingdom_get_check
Retrieve a detailed Pingdom uptime check by ID.

/checks/{check_id}

2 parameters
ParamTypeRequiredDescription
check_idintegerrequiredA numeric identifier returned by the Pingdom API.
include_teamsbooleanoptionalWhether to include team connections for the Pingdom check.
GET
pingdom_list_probes
List Pingdom probe servers and their location details.

/probes

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Pingdom probes to return.
offsetintegeroptionalThe zero-based pagination offset. Pingdom requires limit when offset is used.
onlyactivebooleanoptionalWhether to return only currently active Pingdom probes.
includedeletedbooleanoptionalWhether to include old Pingdom probes that are no longer in use.
GET
pingdom_get_credits
Retrieve Pingdom account check and SMS credit information.

/credits