zulip/zerver/webhooks/pagerduty/fixtures/mp_fail.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

42 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"messages": [
{
"created_on": "2015-02-09T18:31:05Z",
"data": {
"incident": {
"assigned_to": [],
"assigned_to_user": null,
"created_on": "2015-02-09T18:30:06Z",
"escalation_policy": {
"deleted_at": null,
"id": "P4BZUGM",
"name": "MP on-call"
},
"html_url": "https://dropbox.pagerduty.com/incidents/PJKGZF9",
"id": "PJKGZF9",
"incident_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"incident_number": 48219,
"last_status_change_by": null,
"last_status_change_on": "2015-02-09T18:31:05Z",
"number_of_escalations": 0,
"resolved_by_user": null,
"service": {
"deleted_at": null,
"html_url": "https://dropbox.pagerduty.com/services/PINP5IV",
"id": "PINP5IV",
"name": "MP API"
},
"status": "resolved",
"trigger_details_html_url": "https://dropbox.pagerduty.com/incidents/PJKGZF9/log_entries/Q1TF6UA8WN4AK8",
"trigger_summary_data": {
"description": "mp_error_block_down_criticalƴ"
},
"trigger_type": "trigger_svc_event"
}
},
"id": "cf419f70-b089-11e4-9e4c-f23c91739642",
"type": "incident.resolve"
}
]
}