Welcome to mirror list, hosted at ThFree Co, Russian Federation.

alerts.json « mocks « alert_management « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4667eb21f831dbc2ec69afc204ba88ac4f91b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
    {
      "iid": "1527542",
      "title": "SyntaxError: Invalid or unexpected token",
      "severity": "Critical",
      "eventCount": 7,
      "startedAt": "2020-04-17T23:18:14.996Z",
      "endedAt": "2020-04-17T23:18:14.996Z",
      "status": "triggered"
    },
    {
      "iid": "1527542",
      "title": "Some otherr alert Some otherr alert Some otherr alert Some otherr alert Some otherr alert Some otherr alert",
      "severity": "Medium",
      "eventCount": 1,
      "startedAt": "2020-04-17T23:18:14.996Z",
      "endedAt": "2020-04-17T23:18:14.996Z",
      "status": "acknowledged"
    },
    {
      "iid": "1527542",
      "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"
    }
  ]