aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/tenant-with-application.json
blob: b02b1ea256585f246d0c8fdfa918fa6ff0e6e7bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "tenant": "tenant1",
  "type": "ATHENS",
  "athensDomain": "domain1",
  "property": "property1",
  "applications": [
    {
      "tenant": "tenant1",
      "application":"application1",
      "instance":"instance1",
      "url":"http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/instance1"
    }
  ],
  "metaData": {
    "createdAtMillis": "(ignore)"
  }
}