I am needing to create a custom report, I can use the Pingdom API check to get a list of all the sites, but the check does not include tags that I have assigned.
Does anyone know how I can get a listing for export that uses tags as a filter?
Thanks
The tags show up in the Check Detail for uptime checks. https://api.pingdom.com/api/3.1/checks/<checkNumber> BUt that would be one request per check to get that information. So using tags as a filter? meh not likely from what I have seen.
thank you
You would have to download all checks and tag information, then create a script to run api calls against a given group of tags/check numbers from your downloaded list... Ugly to say the least. If you do create it, and are willing to share that, I am sure that the gods of thwack would smile upon you.