aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json
diff options
context:
space:
mode:
authorAndrew N Golovkov <andrew@callstats.io>2018-01-16 15:05:10 +0200
committerAndrew N Golovkov <andrew@callstats.io>2018-01-16 15:16:50 +0200
commita88e9b9b13ab703c3ff39595701e1d36b5ed49da (patch)
treeecd1899c96d7f8391aaf16f62f6ab6fc999ca2bc /vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json
parentc608b7f48e1c463f7c2c7bb50d51d7ad87925db4 (diff)
downloadterraform-provider-statuscake-a88e9b9b13ab703c3ff39595701e1d36b5ed49da.tar.gz
terraform-provider-statuscake-a88e9b9b13ab703c3ff39595701e1d36b5ed49da.tar.zst
terraform-provider-statuscake-a88e9b9b13ab703c3ff39595701e1d36b5ed49da.zip
update vendor/github.com/DreamItGetIT/statuscake to latest version
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json')
-rw-r--r--vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json b/vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json
new file mode 100644
index 0000000..81a913d
--- /dev/null
+++ b/vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json
@@ -0,0 +1,22 @@
1[
2 {
3 "TestID": 100,
4 "Paused": false,
5 "TestType": "HTTP",
6 "WebsiteName": "www 1",
7 "ContactGroup": null,
8 "ContactID": "1",
9 "Status": "Up",
10 "Uptime": 100
11 },
12 {
13 "TestID": 101,
14 "Paused": true,
15 "TestType": "HTTP",
16 "WebsiteName": "www 2",
17 "ContactGroup": null,
18 "ContactID": "2",
19 "Status": "Down",
20 "Uptime": 0
21 }
22]