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: b67e2cfc52ee4c2d1749b48ff3b4d9ff7408c927 (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": "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"
    },
    {
      "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"
    }
  ]