Pingdom integration (Developer Tools). Imported from open-connector.
https://api.pingdom.com/api/3.1/checks
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Pingdom checks to return. |
| offset | integer | optional | The zero-based pagination offset. Pingdom requires limit when offset is used. |
| showencryption | boolean | optional | Whether to include each check's encryption setting. |
| include_tags | boolean | optional | Whether to include tags for each Pingdom check. |
| include_severity | boolean | optional | Whether to include severity for each Pingdom check. |
| tags | string | optional | A comma-separated tag list used to filter Pingdom checks. |
/checks/{check_id}
| Param | Type | Required | Description |
|---|---|---|---|
| check_id | integer | required | A numeric identifier returned by the Pingdom API. |
| include_teams | boolean | optional | Whether to include team connections for the Pingdom check. |
/probes
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Pingdom probes to return. |
| offset | integer | optional | The zero-based pagination offset. Pingdom requires limit when offset is used. |
| onlyactive | boolean | optional | Whether to return only currently active Pingdom probes. |
| includedeleted | boolean | optional | Whether to include old Pingdom probes that are no longer in use. |
/credits