summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/test-config.json
blob: 671c34cb2c08279113f82c532a3e3484000ac3c7 (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
{
  "application": "tenant1:application1:my-user",
  "zone": "prod.us-central-1",
  "system": "main",
  "isCI": false,
  "platform": "6.1.0",
  "revision": 1,
  "deployedAt": 1600000000000,
  "endpoints": {
    "prod.us-central-1": [
      "https://application1.tenant1.us-central-1.vespa.oath.cloud/"
    ]
  },
  "zoneEndpoints": {
    "prod.us-central-1": {
      "default": "https://application1.tenant1.us-central-1.vespa.oath.cloud/"
    }
  },
  "clusters": {
    "prod.us-central-1": [
      "music"
    ]
  }
}