Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Support for Transaction Checks? #31

Open
nl-ria opened this issue Sep 11, 2018 · 4 comments · May be fixed by #60
Open

Support for Transaction Checks? #31

nl-ria opened this issue Sep 11, 2018 · 4 comments · May be fixed by #60

Comments

@nl-ria
Copy link

nl-ria commented Sep 11, 2018

Hi,
We are using a few Transaction Checks in Pingdom. Although there is no "public" page for the Transactions Check API , there are some read-only API calls available for transactions checks.

Can we add support for these types of checks as well? I am happy to work on it and create a PR.

Thanks !

Nikita

@AndrewFarley
Copy link

+1 +1 +1. Need this.

@giddel
Copy link

giddel commented Dec 4, 2018

+1

@rockyluke
Copy link

rockyluke commented Aug 4, 2019

There is 2 PR talking about that

Maybe we can combine both to obtain the full transaction functionality. The following API requests are available for live testing at the moment, they're all GET as it's not possible to modify TMS checks through the API quite yet.

It's also possible to pause transaction checks using the following PUT request to pause:
PUT https://api.pingdom.com/api/2.1/tms.recipes/{recipe_id}?active=NO
And this one to unpause:
PUT https://api.pingdom.com/api/2.1/tms.recipes/{recipe_id}?active=YES

@freeseacher
Copy link

it seems it possible now https://docs.pingdom.com/api/#operation/addCheck

@dl-mai dl-mai linked a pull request Sep 24, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants