aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/notifications-tenant1-app2.json
blob: 6206e3b277a458fac75d91136e1bee8730871588 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "notifications": [
    {
      "at": 1600000000000,
      "level": "error",
      "type": "deployment",
      "title": "[System test #12](https://console.tld/tenant/tenant1/application/app2/prod/instance/instance1/job/system-test/run/12) for application **app2.instance1** has failed",
      "messages": [
        "Failed to deploy: Node allocation failure"
      ],
      "application": "app2",
      "instance": "instance1",
      "jobName": "system-test",
      "runNumber": 12
    }
  ]
}