summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-nodes.json
blob: 422c8c122fadb79a22908e388d423544ba7c73c0 (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
{
  "nodes": [
    {
      "hostname": "host-tenant1:application1:instance1-prod.us-central-1",
      "state": "active",
      "orchestration": "unorchestrated",
      "version": "6.1",
      "flavor": "d-2-8-50",
      "vcpu": 2.0,
      "memoryGb": 8.0,
      "diskGb": 50.0,
      "bandwidthGbps": 1.0,
      "diskSpeed": "slow",
      "storageType": "remote",
      "clusterId": "default",
      "clusterType": "container",
      "down": false,
      "retired": false,
      "restarting": false,
      "rebooting": false,
      "group": ""
    }
  ]
}