summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/search-deployments-single.json
blob: ef524c300dcff1875f772c24653fadba12d668c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "deployments": [
    {
      "tenant": "tenant1",
      "application": "application1",
      "instance": "instance1",
      "environment": "prod",
      "region": "us-central-1",
      "cluster": "default",
      "url": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/instance1/environment/prod/region/us-central-1"
    }
  ]
}