The most recent content from our members.
Request to add 'last_response_time' to the response for Transaction Checks '/api/3.1/tms/check/'. This would bring this API in line with '/api/3.1/checks' which returns 'lastresponsetime' in the query. The feature would allow the collection of Transaction Check response times without a separate query to…
Hi All, I have this cURL command: curl -X GET api.pingdom.com/.../checks -H 'Authorization:Bearer <api_key>' | grep -oE '"hostname":"[^"]+"|,"type":"[^"]+"|,"http":"[^"]+"|,"url":"[^"]+"' | sed 's/"hostname":"\([^"]\+\)","type":"\([^"]\+\)","http":"\([^"]\+\)","url":"\([^"]\+\)"/\1\2\3/' this gives me the following data:…
Pingdom Feature Request - Pingdom API - be able to pause/unpause all checks that are in certain tag: Example: 10 total checks, 3 have a tag for PROD Should have ability to pause/unpause all checks that are tagged with PROD, without having to find and specify the individual checkID
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
I need some urgent help. I have a large json script to create around 200 checks using the Pingdom API. See the screenshot below. The problem is, the request stops after the first check is created. Can someone please help me configure postman to proceed to the next request in the body?
I could really use some help to with the Pingdom API to GET existing transaction checks (mainly uptime), and Posting the configuration to a separate Pingdom account. We are consolidating Pingdom accounts and have around 300 checks, so creating them manually is my worst nightmare. Can anyone help to get me started with a…
I'm in the process of updating my code base using a newer REST client for request to the Pingdom API. Previous version worked fine, the only difference seems to be that the new POST request contains a "charset" value on the content-type. Old version without worked fine, new version with charset fails, returning…
This may be related to the "sleep" function, as I had added a "sleep" step for 15 seconds before this error came up. Having said that, there is no reference in the solarwinds documentation that refers to any error codes returning in the Pingdom API report status call, no less an error code of 42004. Thanks in advance. James
I get back "userids", but no "teamids" return in the Detailed Description. Where can we find what teamids are included in a check?
Hello Right now I can see that the full_url for a check is only shown in the webhook, more info here https://www.pingdom.com/resources/webhooks/#HTTP-check--POST- There is no such data in the API, furthermore we can find the hostname only in the /api/3.1/checks and the url only in /api/3.1/checks/{checkid} Moreover your…
It looks like you're new here. Sign in or register to get started.