Created
October 13, 2016 14:16
-
-
Save Sam-Jenkins/74bacc7cf663aa0823b96cf9a4b0074c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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