russellcardullo / go-pingdom

No longer maintained: Pingdom API access from Go
MIT License
29 stars 75 forks source link

Support for Transaction Checks? #31

Open nl-ria opened 6 years ago

nl-ria commented 6 years ago

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 commented 5 years ago

+1 +1 +1. Need this.

giddel commented 5 years ago

+1

rockyluke commented 5 years ago

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 commented 4 years ago

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