aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/notifications-tenant1-app2.json
blob: 556440c40d5422f208776fb287a5407dbc6e12b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "notifications": [
    {
      "at": 1600000000000,
      "level": "error",
      "type": "deployment",
      "messages": [
        "Failed to deploy: Node allocation failure"
      ],
      "application": "app2",
      "instance": "instance1",
      "jobName": "system-test",
      "runNumber": 12
    }
  ]
}