aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node3.json
blob: 69a376d6dd26eeb544ef59bc66cb737ed2744c5a (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
32
33
34
35
36
{
  "url": "http://localhost:8080/nodes/v2/node/host3.yahoo.com",
  "id": "node3",
  "state": "ready",
  "type": "tenant",
  "hostname": "host3.yahoo.com",
  "openStackId": "node3",
  "flavor": "[vcpu: 0.5, memory: 48.0 Gb, disk 500.0 Gb, bandwidth: 1.0 Gbps, storage type: local]",
  "resources":{"vcpu":0.5,"memoryGb":48.0,"diskGb":500.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"local"},
  "realResources":{"vcpu":0.5,"memoryGb":48.0,"diskGb":500.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"local"},
  "environment": "DOCKER_CONTAINER",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses": [
    "127.0.3.1",
    "::3:1"
  ],
  "additionalIpAddresses": []
}