aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/notifications-applicationPackage.json
blob: c0833ae0f052266bc6cb3445e7cafb1641315f4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "notifications": [
    {
      "at": "(ignore)",
      "level": "warning",
      "type": "applicationPackage",
      "tenant": "tenant1",
      "application": "app1"
    },
    {
      "at": "(ignore)",
      "level": "warning",
      "type": "applicationPackage",
      "tenant": "tenant2",
      "application": "app1"
    }
  ]
}