mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
All webhook fixtures have now been renamed from <webhook_name>/fixtures/<webhook_name>_<event_type>.json to <webhook_name>/fixtures/<event_type>.json.
57 lines
1.3 KiB
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
|
|
}
|
|
}
|
|
]
|