go-pingdom icon indicating copy to clipboard operation
go-pingdom copied to clipboard

Support for Transaction Checks?

Open nl-ria opened this issue 5 years ago • 4 comments

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

nl-ria avatar Sep 11 '18 10:09 nl-ria

+1 +1 +1. Need this.

AndrewFarley avatar Dec 03 '18 11:12 AndrewFarley

+1

giddel avatar Dec 04 '18 11:12 giddel

There is 2 PR talking about that

  • https://github.com/russellcardullo/go-pingdom/pull/40
  • https://github.com/russellcardullo/go-pingdom/pull/51

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.

  • https://api.pingdom.com/api/2.1/tms.recipes
  • https://api.pingdom.com/api/2.1/tms.summary.performance/
  • https://api.pingdom.com/api/2.1/tms.summary.outage/
  • https://api.pingdom.com/api/2.1/tms.summary.average/

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

rockyluke avatar Aug 04 '19 07:08 rockyluke

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

freeseacher avatar Mar 09 '20 12:03 freeseacher