Skip to content

Instantly share code, notes, and snippets.

@Sam-Jenkins
Created October 13, 2016 14:16
Show Gist options
  • Save Sam-Jenkins/74bacc7cf663aa0823b96cf9a4b0074c to your computer and use it in GitHub Desktop.
Save Sam-Jenkins/74bacc7cf663aa0823b96cf9a4b0074c to your computer and use it in GitHub Desktop.
{
"message": "Failing: Your Example App asset has 3 failing monitors!",
"asset": {
"title":"Example App",
"link":"https://my.rapidspike.com/#/account/asset/3x4mpl3-3x4mpl3-3x4mpl3-3x4mpl3",
"uuid":"3x4mpl3-3x4mpl3-3x4mpl3-3x4mpl3"
},
"monitors": [
{
"type": "ping",
"state": "failing",
"created_timestamp": "2016-10-12 22:30:00",
"link": "https://my.rapidspike.com/#/account/asset/3x4mpl3-3x4mpl3-3x4mpl3-3x4mpl3/network",
},
{
"type": "tcp",
"port": "443",
"label": "HTTPS",
"expected_result": "open",
"actual_result": "closed",
"state": "failing",
"created_timestamp": "2016-10-12 22:30:00",
"link": "https://my.rapidspike.com/#/account/asset/3x4mpl3-3x4mpl3-3x4mpl3-3x4mpl3/services"
},
{
"type": "http",
"target": "https://www.example.com/test",
"label": "Test",
"expected_result": "200",
"actual_result": "500",
"content_check_failed": 0,
"state": "failing",
"created_timestamp": "2016-10-12 22:30:00",
"link": "https://my.rapidspike.com/#/account/asset/3x4mpl3-3x4mpl3-3x4mpl3-3x4mpl3/website/54mpl3-54mpl3-54mpl3-54mpl3",
"website_uuid": "54mpl3-54mpl3-54mpl3-54mpl3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment