summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/zone/v2/responses/root.json
blob: bd1bc40ba81027d2fede0cef874166c0a06f0f72 (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
25
26
{
  "uris": [
    "http://localhost:8080/zone/v2/prod/us-north-1",
    "http://localhost:8080/zone/v2/dev/aws-us-north-2",
    "http://localhost:8080/zone/v2/test/us-north-3",
    "http://localhost:8080/zone/v2/staging/us-north-4"
  ],
  "zones": [
    {
      "environment": "prod",
      "region": "us-north-1"
    },
    {
      "environment": "dev",
      "region": "aws-us-north-2"
    },
    {
      "environment": "test",
      "region": "us-north-3"
    },
    {
      "environment": "staging",
      "region": "us-north-4"
    }
  ]
}