Pingdom
pingdomPingdom is a web performance monitoring service that allows users to monitor the uptime and performance of websites, servers, and applications.
Acciones disponibles (13)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Pingdom Alert ActionsPINGDOM_GET_ACTIONS_ALERTSAcciónTool 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.
PINGDOM_GET_ACTIONS_ALERTSAcciónTool 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.
Parámetros de entrada
viastring[]Filter by delivery channels
limitintegerMaximum number of actions to return, between 1 and 1000
startintegerStarting index for pagination, must be >= 0
statusstring[]Filter by action statuses
endtimeintegerUnix epoch end time filter (seconds)
useridsinteger[]Filter by user IDs
checkidsinteger[]Filter by check IDs
starttimeintegerUnix epoch start time filter (seconds)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Checks ListPINGDOM_GET_CHECKS_LISTAcciónTool 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.
PINGDOM_GET_CHECKS_LISTAcciónTool 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.
Parámetros de entrada
namestringFilter checks by name (partial match allowed)
tagsstringComma-separated list of tags to filter checks
teamintegerFilter checks by team ID
typestringType of check to filter (e.g., http, tcp, udp)
limitintegerMaximum number of checks to return (1-250)
offsetintegerIndex of the first check to return for pagination (zero-based)
statusstringFilter checks by status (up, down, paused)
probeidsstringComma-separated list of probe IDs for filtering checks
transactionbooleanIf true, only return transaction checks
include_tagsbooleanIf true, include tag details with each check
integrationidsstringComma-separated list of integration IDs for filtering
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact DetailsPINGDOM_GET_CONTACT_DETAILSAcciónTool 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.
PINGDOM_GET_CONTACT_DETAILSAcciónTool 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.
Parámetros de entrada
contactidintegerObligatorioUnique identifier of the alerting contact to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ContactsPINGDOM_GET_CONTACTSAcciónTool to retrieve all alerting contacts. use when you need to list every contact along with their notification targets after establishing a pingdom session.
PINGDOM_GET_CONTACTSAcciónTool to retrieve all alerting contacts. use when you need to list every contact along with their notification targets after establishing a pingdom session.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CreditsPINGDOM_GET_CREDITSAcciónTool to retrieve account credit and rate-limit information. use when you need to check remaining checks and api credits before proceeding with further requests.
PINGDOM_GET_CREDITSAcciónTool to retrieve account credit and rate-limit information. use when you need to check remaining checks and api credits before proceeding with further requests.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Maintenance OccurrencesPINGDOM_GET_LIST_MAINTENANCE_OCCURRENCESAcciónTool to list maintenance occurrences. use when you need occurrences filtered by time range or a specific maintenance window id.
PINGDOM_GET_LIST_MAINTENANCE_OCCURRENCESAcciónTool to list maintenance occurrences. use when you need occurrences filtered by time range or a specific maintenance window id.
Parámetros de entrada
limitintegerMaximum number of occurrences to return
offsetintegerStart listing from this occurrence offset
to_timeintegerUnix timestamp marking the end of the time range for occurrences
from_timeintegerUnix timestamp marking the start of the time range to retrieve occurrences
maintenancewindowidintegerFilter occurrences by a specific maintenance window ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Maintenance WindowsPINGDOM_GET_MAINTENANCE_WINDOWSAcciónTool to retrieve a list of maintenance windows. use when you need to list user's maintenance windows with optional pagination and time range filters.
PINGDOM_GET_MAINTENANCE_WINDOWSAcciónTool to retrieve a list of maintenance windows. use when you need to list user's maintenance windows with optional pagination and time range filters.
Parámetros de entrada
limitintegerNumber of maintenance windows per page (1-1000)
offsetintegerOffset for pagination (zero-based)
to_timeintegerOnly maintenance windows starting before this Unix timestamp
from_timeintegerOnly maintenance windows starting after this Unix timestamp
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProbesPINGDOM_GET_PROBESAcciónTool to retrieve all pingdom probe servers. use when you need to list available probes for uptime or transaction checks.
PINGDOM_GET_PROBESAcciónTool to retrieve all pingdom probe servers. use when you need to list available probes for uptime or transaction checks.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Reference DataPINGDOM_GET_REFERENCE_DATAAcciónTool 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.
PINGDOM_GET_REFERENCE_DATAAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Single CheckPINGDOM_GET_SINGLE_CHECKAcciónTool 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".
PINGDOM_GET_SINGLE_CHECKAcciónTool 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".
Parámetros de entrada
urlstringFull URL path for HTTP checks (e.g., '/status')
hoststringObligatorioHostname or IP address to test
portintegerPort number for tcp/udp checks (1-65535)
typestringObligatorioenumType of check to perform
pinghttptcpudpdnsprobeidsinteger[]List of Pingdom probe IDs to execute the check from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Team DetailsPINGDOM_GET_TEAM_DETAILSAcciónTool to fetch detailed information for a specific alerting team. use after listing teams to get full members and integrations details.
PINGDOM_GET_TEAM_DETAILSAcciónTool to fetch detailed information for a specific alerting team. use after listing teams to get full members and integrations details.
Parámetros de entrada
teamidintegerObligatorioUnique identifier of the Pingdom alerting team
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TeamsPINGDOM_GET_TEAMSAcciónTool to retrieve all alerting teams and their members. use after authenticating to pingdom to manage team configurations.
PINGDOM_GET_TEAMSAcciónTool to retrieve all alerting teams and their members. use after authenticating to pingdom to manage team configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TMS Transaction Checks ListPINGDOM_GET_TMS_TRANSACTION_CHECKS_LISTAcciónTool to list all transaction (tms) checks. use when you need an overview of all scripted or recorded checks.
PINGDOM_GET_TMS_TRANSACTION_CHECKS_LISTAcciónTool to list all transaction (tms) checks. use when you need an overview of all scripted or recorded checks.
Parámetros de entrada
limitintegerMaximum number of transaction checks to return (1-1000)
offsetintegerZero-based index to start returning transaction checks from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not