Skip to content

Instantly share code, notes, and snippets.

@luisbebop
Last active December 23, 2015 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisbebop/6674205 to your computer and use it in GitHub Desktop.
Save luisbebop/6674205 to your computer and use it in GitHub Desktop.

https://www.pingdom.com/features/api/documentation

Method: Get Raw Check Results

GET /api/2.0/results/85975?limit=5

{
  "results" : [ {
  "probeid" : 33,
  "time" : 1294235764,
  "status" : "up",
  "responsetime" : 91,
  "statusdesc" : "OK",
  "statusdesclong" : "OK"
  }, {
  "probeid" : 34,
  "time" : 1294235703,
  "status" : "up",
  "responsetime" : 442,
  "statusdesc" : "OK",
  "statusdesclong" : "OK"
  }, {
  "probeid" : 35,
  "time" : 1294235643,
  "status" : "up",
  "responsetime" : 187,
  "statusdesc" : "OK",
  "statusdesclong" : "OK"
  }, {
  "probeid" : 36,
  "time" : 1294235583,
  "status" : "up",
  "responsetime" : 403,
  "statusdesc" : "OK",
  "statusdesclong" : "OK"
  }, {
  "probeid" : 37,
  "time" : 1294235523,
  "status" : "up",
  "responsetime" : 111,
  "statusdesc" : "OK",
  "statusdesclong" : "OK"
  } ],
  "activeprobes" : [ 33, 34, 35, 36, 37 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment