zulip/zerver/webhooks/newrelic/fixtures/incident_acknowledged.json

12 lines
431 B
JSON

{
"incident_acknowledge_url": "https://alerts.newrelic.com/accounts/2941966/incidents/1234/acknowledge",
"incident_id": 1234,
"details": "Violation description test.",
"policy_name": "Test policy name",
"condition_name": "Server Down",
"timestamp": 1605133931151,
"current_state": "acknowledged",
"owner": "Alice",
"incident_url": "https://alerts.newrelic.com/accounts/2941966/incidents/1234"
}