aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node55.json
blob: 2ac665bf742f77d193f80c45ca0e07ef7fc8b801 (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/host55.yahoo.com",
  "id": "host55.yahoo.com",
  "state": "parked",
  "type": "tenant",
  "hostname": "host55.yahoo.com",
  "openStackId": "node55",
  "flavor": "[vcpu: 2.0, memory: 8.0 Gb, disk 50.0 Gb, bandwidth: 1.0 Gbps, storage type: local]",
  "resources":{"vcpu":2.0,"memoryGb":8.0,"diskGb":50.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"local"},
  "realResources":{"vcpu":2.0,"memoryGb":8.0,"diskGb":50.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"local"},
  "environment": "DOCKER_CONTAINER",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "wantToRetire": true,
  "preferToRetire": false,
  "wantToDeprovision": true,
  "wantToRebuild": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "parked",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses": [
    "127.0.55.1",
    "::55:1"
  ],
  "additionalIpAddresses": []
}