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