mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The previous fixtures were not generated from New Relic directly, so incorrectly implied that `id` was an integer. See the examples for `issueId` in their documentation[^1]. [^1]: https://docs.newrelic.com/docs/alerts-applied-intelligence/notifications/message-templates/
12 lines
443 B
JSON
12 lines
443 B
JSON
{
|
|
"incident_acknowledge_url": "https://alerts.newrelic.com/accounts/2941966/incidents/1234/acknowledge",
|
|
"id": "37d07862-e156-480f-86f9-7e8e9b7ed4f4",
|
|
"details": "Violation description test.",
|
|
"alertPolicyNames": ["Test policy name"],
|
|
"condition_name": "Server Down",
|
|
"createdAt": 160513393115100000,
|
|
"state": "open",
|
|
"owner": "",
|
|
"issueUrl": "https://alerts.newrelic.com/accounts/2941966/incidents/1234"
|
|
}
|