NAiOS IconNAiOS Logo
Volver al catálogo

Pingdom

pingdom

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

Acciones
13
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • viastring[]

    Filter by delivery channels

  • limitinteger

    Maximum number of actions to return, between 1 and 1000

  • startinteger

    Starting index for pagination, must be >= 0

  • statusstring[]

    Filter by action statuses

  • endtimeinteger

    Unix epoch end time filter (seconds)

  • useridsinteger[]

    Filter by user IDs

  • checkidsinteger[]

    Filter by check IDs

  • starttimeinteger

    Unix epoch start time filter (seconds)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Checks ListPINGDOM_GET_CHECKS_LISTAcción

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.

Parámetros de entrada

  • namestring

    Filter checks by name (partial match allowed)

  • tagsstring

    Comma-separated list of tags to filter checks

  • teaminteger

    Filter checks by team ID

  • typestring

    Type of check to filter (e.g., http, tcp, udp)

  • limitinteger

    Maximum number of checks to return (1-250)

  • offsetinteger

    Index of the first check to return for pagination (zero-based)

  • statusstring

    Filter checks by status (up, down, paused)

  • probeidsstring

    Comma-separated list of probe IDs for filtering checks

  • transactionboolean

    If true, only return transaction checks

  • include_tagsboolean

    If true, include tag details with each check

  • integrationidsstring

    Comma-separated list of integration IDs for filtering

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Contact DetailsPINGDOM_GET_CONTACT_DETAILSAcción

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.

Parámetros de entrada

  • contactidintegerObligatorio

    Unique identifier of the alerting contact to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ContactsPINGDOM_GET_CONTACTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CreditsPINGDOM_GET_CREDITSAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Maintenance OccurrencesPINGDOM_GET_LIST_MAINTENANCE_OCCURRENCESAcción

Tool to list maintenance occurrences. use when you need occurrences filtered by time range or a specific maintenance window id.

Parámetros de entrada

  • limitinteger

    Maximum number of occurrences to return

  • offsetinteger

    Start listing from this occurrence offset

  • to_timeinteger

    Unix timestamp marking the end of the time range for occurrences

  • from_timeinteger

    Unix timestamp marking the start of the time range to retrieve occurrences

  • maintenancewindowidinteger

    Filter occurrences by a specific maintenance window ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Maintenance WindowsPINGDOM_GET_MAINTENANCE_WINDOWSAcción

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.

Parámetros de entrada

  • limitinteger

    Number of maintenance windows per page (1-1000)

  • offsetinteger

    Offset for pagination (zero-based)

  • to_timeinteger

    Only maintenance windows starting before this Unix timestamp

  • from_timeinteger

    Only maintenance windows starting after this Unix timestamp

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProbesPINGDOM_GET_PROBESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Reference DataPINGDOM_GET_REFERENCE_DATAAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Single CheckPINGDOM_GET_SINGLE_CHECKAcción

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".

Parámetros de entrada

  • urlstring

    Full URL path for HTTP checks (e.g., '/status')

  • hoststringObligatorio

    Hostname or IP address to test

  • portinteger

    Port number for tcp/udp checks (1-65535)

  • typestringObligatorioenum

    Type of check to perform

    pinghttptcpudpdns
  • probeidsinteger[]

    List of Pingdom probe IDs to execute the check from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Team DetailsPINGDOM_GET_TEAM_DETAILSAcción

Tool to fetch detailed information for a specific alerting team. use after listing teams to get full members and integrations details.

Parámetros de entrada

  • teamidintegerObligatorio

    Unique identifier of the Pingdom alerting team

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TeamsPINGDOM_GET_TEAMSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TMS Transaction Checks ListPINGDOM_GET_TMS_TRANSACTION_CHECKS_LISTAcción

Tool to list all transaction (tms) checks. use when you need an overview of all scripted or recorded checks.

Parámetros de entrada

  • limitinteger

    Maximum number of transaction checks to return (1-1000)

  • offsetinteger

    Zero-based index to start returning transaction checks from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not