Created
September 25, 2017 14:02
-
-
Save Sam-Jenkins/e948955ba7cd9f5ffadf2f60bc1e0b76 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
{ | |
"website":{ | |
"id":"111", | |
"uuid":"1119ba6b-1bba-4896-bb69-32a5ae37908d", | |
"label":"Example Website", | |
"domain_name":"http:\/\/www.example.com", | |
"paused":false, | |
"monitor_testing_period":12, | |
"monitor_test_regions":[ | |
{ | |
"id":"13", | |
"area":"EU", | |
"location":"EU Central", | |
"country":"Germany", | |
"country_code":"EU", | |
"longitude":"50.1109", | |
"latitude":"8.6821", | |
"token":"eu-central-1", | |
"available":true, | |
"in_use":true | |
}, | |
{ | |
"id":"14", | |
"area":"EU", | |
"location":"EU West", | |
"country":"Ireland", | |
"country_code":"EU", | |
"longitude":"-6.26024", | |
"latitude":"53.3498", | |
"token":"eu-west-1", | |
"available":true, | |
"in_use":true | |
} | |
] | |
}, | |
"rum_alert":{ | |
"uuid":"c6ce012a-ce33-999a-a888-c3b257e662ee", | |
"label":"RUM Test Alert", | |
"check_frequency":"24", | |
"check_frequency_hour":"21", | |
"compare_to":"0", | |
"metric":"requests", | |
"rum_website_page_id":"1", | |
"operator":"less_than", | |
"value":"70", | |
"page":"http:\/\/www.example.com\/test\/" | |
}, | |
"current_value":56, | |
"previous_value":"70", | |
"asset":{ | |
"id":"2222", | |
"uuid":"21ce5d08-532f-1221-b1c8-ff46955324c8", | |
"title":"Example", | |
"type_label":"Server", | |
"domain_name":"104.27.200.100", | |
"ip_address":"104.27.200.100", | |
"city":"San Francisco", | |
"region":"California", | |
"country":"United States", | |
"country_code":"US", | |
"paused":false, | |
"monitor_testing_period":12, | |
"monitor_test_regions":[ | |
{ | |
"id":"13", | |
"area":"EU", | |
"location":"EU Central", | |
"country":"Germany", | |
"country_code":"EU", | |
"longitude":"50.1109", | |
"latitude":"8.6821", | |
"token":"eu-central-1", | |
"available":true, | |
"in_use":true | |
}, | |
{ | |
"id":"14", | |
"area":"EU", | |
"location":"EU West", | |
"country":"Ireland", | |
"country_code":"EU", | |
"longitude":"-6.26024", | |
"latitude":"53.3498", | |
"token":"eu-west-1", | |
"available":true, | |
"in_use":true | |
} | |
] | |
}, | |
"compare_date":{ | |
"currentStartDate":"2017-09-23 21:00:00", | |
"currentEndDate":"2017-09-24 21:00:00", | |
"compareStartDate":null, | |
"compareEndDate":null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment