aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-nodes.json
blob: eb53ff7161ea88c8923dda70c576d16a813f820e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "nodes": [
    {
      "hostname": "host-tenant1:application1:default-prod.us-central-1",
      "state": "active",
      "orchestration": "unorchestrated",
      "version": "6.1",
      "flavor": "d-2-8-50",
      "clusterId": "cluster",
      "clusterType": "container"
    }
  ]
}