aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json
blob: dee80d47e7adfce53369714427c1464fc4b622a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  {
      "TestID": 100,
      "Paused": false,
      "TestType": "HTTP",
      "WebsiteName": "www 1",
      "ContactGroup": ["1"],
      "Status": "Up",
      "Uptime": 100,
      "NodeLocations": ["foo", "bar"]
  },
  {
      "TestID": 101,
      "Paused": true,
      "TestType": "HTTP",
      "WebsiteName": "www 2",
      "ContactGroup": ["2"],
      "Status": "Down",
      "Uptime": 0,
      "NodeLocations": ["foo"],
      "TestTags": ["test1", "test2"]
  }
]