debian-mirror-gitlab/spec/frontend/alert_management/mocks/alerts.json

72 lines
2.1 KiB
JSON
Raw Normal View History

2020-05-24 23:13:21 +05:30
[
2020-06-23 00:09:42 +05:30
{
"iid": "1527542",
"title": "SyntaxError: Invalid or unexpected token",
"severity": "CRITICAL",
"eventCount": 7,
"createdAt": "2020-04-17T23:18:14.996Z",
"startedAt": "2020-04-17T23:18:14.996Z",
"endedAt": "2020-04-17T23:18:14.996Z",
"status": "TRIGGERED",
"assignees": { "nodes": [] },
2020-10-24 23:57:45 +05:30
"notes": { "nodes": [] },
"todos": { "nodes": [] }
2020-06-23 00:09:42 +05:30
},
{
"iid": "1527543",
"title": "Some other alert Some other alert Some other alert Some other alert Some other alert Some other alert",
"severity": "MEDIUM",
"eventCount": 1,
"startedAt": "2020-04-17T23:18:14.996Z",
"endedAt": "2020-04-17T23:18:14.996Z",
"status": "ACKNOWLEDGED",
"assignees": { "nodes": [{ "username": "root" }] },
2020-07-28 23:09:34 +05:30
"issueIid": "1",
2020-06-23 00:09:42 +05:30
"notes": {
"nodes": [
{
"id": "gid://gitlab/Note/1628",
"author": {
"id": "gid://gitlab/User/1",
"state": "active",
"__typename": "User",
"avatarUrl": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon",
"name": "Administrator",
"username": "root",
"webUrl": "http://192.168.1.4:3000/root"
2020-07-28 23:09:34 +05:30
},
"systemNoteIconName": "user"
2020-06-23 00:09:42 +05:30
}
]
2020-10-24 23:57:45 +05:30
},
"todos": { "nodes": [] }
2020-06-23 00:09:42 +05:30
},
{
"iid": "1527544",
"title": "SyntaxError: Invalid or unexpected token",
"severity": "LOW",
"eventCount": 4,
"startedAt": "2020-04-17T23:18:14.996Z",
"endedAt": "2020-04-17T23:18:14.996Z",
"status": "RESOLVED",
"assignees": { "nodes": [{ "username": "root" }] },
"notes": {
"nodes": [
{
"id": "gid://gitlab/Note/1629",
"author": {
"id": "gid://gitlab/User/2",
"state": "active",
"__typename": "User",
"avatarUrl": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon",
"name": "Administrator",
"username": "root",
"webUrl": "http://192.168.1.4:3000/root"
}
}
]
2020-10-24 23:57:45 +05:30
},
"todos": { "nodes": [] }
2020-06-23 00:09:42 +05:30
}
]