aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node11.json
blob: a728d3a98283caa42fa2ebeab4e66d487bfb1af4 (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
27
28
29
30
31
{
  "url": "http://localhost:8080/nodes/v2/node/host11.yahoo.com",
  "id": "host11.yahoo.com",
  "state": "provisioned",
  "type": "tenant",
  "hostname": "host11.yahoo.com",
  "parentHostname": "parent.host.yahoo.com",
  "flavor": "[vcpu: 1.0, memory: 1.0 Gb, disk 100.0 Gb, bandwidth: 0.3 Gbps]",
  "resources":{"vcpu":1.0,"memoryGb":1.0,"diskGb":100.0,"bandwidthGbps":0.3,"diskSpeed":"fast","storageType":"any"},
  "realResources":{"vcpu":1.0,"memoryGb":1.0,"diskGb":100.0,"bandwidthGbps":0.3,"diskSpeed":"fast","storageType":"any"},
  "environment": "DOCKER_CONTAINER",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "operator"
    }
  ],
  "ipAddresses": [
    "::11"
  ],
  "additionalIpAddresses": [
  ]
}