zulip/zerver/webhooks/updown/fixtures/check_multiple_events.json

57 lines
1.3 KiB
JSON

[
{
"event": "check.down",
"check": {
"token": "ngg8",
"url": "https://updown.io",
"alias": "",
"last_status": 200,
"uptime": 99.954,
"down": false,
"down_since": null,
"error": null,
"period": 30,
"apdex_t": 0.25,
"string_match": "",
"enabled": true,
"published": true,
"last_check_at": "2016-02-07T13:16:07Z",
"next_check_at": "2016-02-07T13:16:37Z",
"favicon_url": "https://updown.io/favicon.png"
},
"downtime": {
"error": "500",
"started_at": "2016-02-07T13:11:43Z",
"ended_at": null,
"duration": null
}
},
{
"event": "check.up",
"check": {
"token": "ngg8",
"url": "https://updown.io",
"alias": "",
"last_status": 200,
"uptime": 99.954,
"down": false,
"down_since": null,
"error": null,
"period": 30,
"apdex_t": 0.25,
"string_match": "",
"enabled": true,
"published": true,
"last_check_at": "2016-02-07T13:16:07Z",
"next_check_at": "2016-02-07T13:16:37Z",
"favicon_url": "https://updown2.io/favicon.png"
},
"downtime": {
"error": "500",
"started_at": "2016-02-07T13:11:43Z",
"ended_at": "2016-02-07T13:11:44Z",
"duration": 1
}
}
]