aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/notifications-tenant1.json
blob: 1a731dfe4a9852c4e97ce383514aea4ddab082e9 (plain) (blame)
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
{
  "notifications": [
    {
      "at": 1600000000000,
      "level": "warning",
      "type": "applicationPackage",
      "messages": [
        "Something something deprecated..."
      ],
      "application": "app1"
    },
    {
      "at": 1600000000000,
      "level": "error",
      "type": "deployment",
      "messages": [
        "Failed to deploy: Node allocation failure"
      ],
      "application": "app2",
      "instance": "instance1",
      "jobName": "system-test",
      "runNumber": 12
    }
  ]
}