Jump to a Section

Events

  • New Alert

    Start FLO when a new alert is created.

  • New Check

    Start FLO when a new check is created.

  • New Contact

    Start FLO when a new contact is created.

Actions

  • Calculate Hourly Uptime

    Calculate uptime for a specified check and time period

  • Calculate Total Uptime

    Calculate uptime for a specified check and time period

  • Create Check

    Create a new check

  • Create Contact

    Create Contact.

  • Custom API Call

    Options:

    • Request Type (dropdown)
      • GET
      • POST
      • PUT
      • DELETE

    Inputs:

    • Request
      • Relative URL (text) - This is everything that comes after the base URL, which in this case is “https://api.pingdom.com/api/2.1/". For example, to GET a list of teams, your value for this field would be “teams” or “/teams” (the request will work with or without an initial forward slash).
      • Query _(object_ or string) - Any query parameters can be passed as an object or as a string.
      • Body (_object_ or string) - Any body parameters can be passed as an object or as a string. In the case of PUT, the Pingdom API will throw an error if you do not pass the body as a string.
      • Headers (object) - Any additional headers that you need for your request. You do not need to enter “Authorization” or “App-Key” headers, as these will be added to the call when it runs.

    Outputs:

    • Response
      • Status Code (number)
      • Headers (object)
      • Body (object)
  • Delete Check

    Delete an existing check

  • Delete Contact

    Delete Contact.

  • Perform a Ping

    Perform a single http test using a specified probe against a specified target

  • Read All Actions

    Read a list of actions for your account

  • Read All Checks

    Read All Checks

  • Read All Contacts

    Read All Contacts

  • Read All Outages

    Return a list of all UP and Down Periods.

  • Read All Root Cause Analysis

    Returns a list of the latest root causes analysis results for a specified check

  • Read Check Info

    Returns information about a specific check

  • Read Contact

    Read Contact.

  • Update Check

    Update an existing check

  • Update Contact

    Update Contact.