Skip to content

Instantly share code, notes, and snippets.

@armiiller
Created October 31, 2019 23:32
Show Gist options
  • Save armiiller/ece9d5057cb985c69ab761b51845f576 to your computer and use it in GitHub Desktop.
Save armiiller/ece9d5057cb985c69ab761b51845f576 to your computer and use it in GitHub Desktop.
{
"type": "alert.resolved",
"data": {
"sid":"acc_H1fh_yx6z",
"id":"alt_HJ3eGW-6M",
"createdAt": "2018-04-27T00:02:50.419Z",
"updatedAt": "2018-04-27T00:03:06.098Z",
"meta": {
"key": "value",
...
},
"tinyId": 1,
"parent_id": "alt_xxxxxxxx",
"thirdparty_id": "abc-123",
"destination_ids": ["tem_xxxxxxxxx", "usr_yyyyyyyy", "rtr_zzzzzzzz"],
"title":"CPU usage over 95%",
"description":"PROD APP 1 CPU load over 95% for 5 minutes.",
"type": "alert",
"subtype": "alert",
"status":"resolved",
"urgency":"critical",
"d_team_id":"tem_ByxQ3ukgTM",
"d_user_id":"usr_r1mnuJg6z",
"s_log_id": "log_xxxxxxxxx",
"created":1524859374,
"acknowledged":1524859483,
"acknowledgedby": "usr_xxxxxxxx",
"resolved":1524859487,
"resolvedby": "usr_xxxxxxxx",
"archived": 1524859488,
"archivedby": "usr_xxxxxxxx",
"livecall": "QU_XXXX",
"source_id": "usr_r1mnuJg6z",
"response_requested": false,
"responses": ["Yes", "No", ...],
"responses_recorded": {
"usr_xxxxxxx": {
"user_id": "usr_xxxxxxx",
"value": 1,
"recorded": 1524859488
}
...
},
"tags": ["a", "tag"],
"additional_data": [{
"type": "text",
"label": "Subject",
"value": "Hello this is a subject"
}, ...],
"stakeholder_ids": ["stk_xxxxxxxxx", ...],
"handoffs": [{
"to": "usr_xxxxxxx",
"from": "usr_yyyyyyy",
"time": 1524859488,
"acknowledged": 1524859488
}, ...],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment