Files
zulip/zerver/webhooks/pingdom/fixtures/imap_down_to_up.json
Eeshan Garg 597db11a98 webhooks: Rename webhook fixtures to only include event type.
All webhook fixtures have now been renamed from
<webhook_name>/fixtures/<webhook_name>_<event_type>.json to
<webhook_name>/fixtures/<event_type>.json.
2017-05-13 20:07:40 -02:30

26 lines
554 B
JSON

{
"check_id": 2051859,
"check_name": "IMAP check",
"check_type": "IMAP",
"check_params": {
"basic_auth": false,
"encryption": true,
"hostname": "imap.someurl.com",
"ipv6": false,
"port": 993
},
"tags": [],
"previous_state": "DOWN",
"current_state": "UP",
"state_changed_timestamp": 1458070380,
"state_changed_utc_time": "2016-03-15T19:33:00",
"long_description": "OK",
"description": "OK",
"first_probe": {
"ip": "69.64.56.47",
"ipv6": "",
"location": "St. Louis, MO"
},
"second_probe": {}
}