Pingdom

Learn how to use Pingdom with Composio

Overview

Enum

PINGDOM

Description

Pingdom is a web performance monitoring service that allows users to monitor the uptime and performance of websites, servers, and applications.

Authentication Details

generic_api_key
stringRequired

Actions

Tool to retrieve a list of alert actions for your pingdom account. use when you need to fetch actions with optional filters: pagination, check ids, user ids, status, via channel, or time range.

Action Parameters

checkids
array
endtime
integer
limit
integer
start
integer
starttime
integer
status
array
userids
array
via
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve an overview list of all uptime checks with optional filters and pagination. use when you need to fetch checks after configuring probes or tags.

Action Parameters

include_tags
boolean
integrationids
string
limit
integer
name
string
offset
integer
probeids
string
status
string
tags
string
team
integer
transaction
boolean
type
string

Action Response

data
object
error
string
successful
boolean
Tool to fetch detailed info of a specific pingdom alerting contact. use when you need full configuration of a contact’s notification methods by contact id.

Action Parameters

contactid
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all alerting contacts. use when you need to list every contact along with their notification targets after establishing a pingdom session.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve account credit and rate-limit information. use when you need to check remaining checks and api credits before proceeding with further requests.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list maintenance occurrences. use when you need occurrences filtered by time range or a specific maintenance window id.

Action Parameters

from_time
integer
limit
integer
maintenancewindowid
integer
offset
integer
to_time
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of maintenance windows. use when you need to list user's maintenance windows with optional pagination and time range filters.

Action Parameters

from_time
integer
limit
integer
offset
integer
to_time
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all pingdom probe servers. use when you need to list available probes for uptime or transaction checks.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve pingdom reference data including time zones, states, probes, actions, roles, contact types, and integration types. use when you need account-wide reference lists before configuring checks.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to perform a single pingdom check. use when you need an immediate test of a host or url from specific probes. example: "perform single check on example.com with http type".

Action Parameters

host
stringRequired
port
integer
probeids
array
type
stringRequired
url
string

Action Response

data
object
error
string
successful
boolean
Tool to fetch detailed information for a specific alerting team. use after listing teams to get full members and integrations details.

Action Parameters

teamid
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all alerting teams and their members. use after authenticating to pingdom to manage team configurations.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all transaction (tms) checks. use when you need an overview of all scripted or recorded checks.

Action Parameters

limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean