# Pingdom Actions

* [Create new maintenance window.](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_create_new_maintenance_window/README.md) : Create new maintenance window.
* [Get Pingdom Analysis Results for a specified Check](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_get_analysis/README.md) : Get Pingdom Analysis Results for a specified Check
* [Get Pingdom Handle](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_get_handle/README.md) : Get Pingdom Handle
* [Get Pingdom Results](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_get_results/README.md) : Get Pingdom Results
* [Get Pingdom TMS Check](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_get_tmscheck/README.md) : Get Pingdom TMS Check
* [Get list of checkIDs given a hostname](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_get_checkids/README.md) : Get list of checkIDs given a hostname. If no hostname provided, it lists all checkIDs.
* [Get list of checkIDs given a name](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_get_checkids_by_name/README.md) : Get list of checkIDS given a name. If name is not given, it gives all checkIDs. If transaction is set to true, it returns transaction checkIDs
* [Perform Pingdom Traceroute](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_traceroute/README.md) : Perform Pingdom Traceroute
* [Perform Pingdom single check](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_do_single_check/README.md) : Perform Pingdom Single Check
* [Pingdom Get Maintenance](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_get_maintenance/README.md) : Pingdom Get Maintenance
* [Pingdom lego to pause/unpause checkids](https://github.com/unskript/Awesome-CloudOps-Automation/Pingdom/legos/pingdom_pause_or_unpause_checkids/README.md) : Pingdom lego to pause/unpause checkids


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.unskript.com/unskript-documentation/connnecting/connectors/pingdom/action_pingdom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
