Open for Voting

Include URL In Pingdom API Request

We are using SolarWinds Pingdom.
We want to disable checks for certain URLs using the API when we upgrade the application.

When requesting a list of checks to find the checkIDs we want to disable using the below API:
https://docs.pingdom.com/api/#tag/Checks/paths/~1checks/get

The URL of the check is not returned, just the hostname.

e.g.
we want to disable checks for sites on URLs:
app.calero.com/customer1
app.calero.com/customer3

In the API to get a list of sites, only the hostname is returned for each check:
app.calero.com

So it is hard to determine which checks to disable.

We can use the name of the check as a substitute, but this is not precise.