summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node8.json
blob: 08c5c0a13c60bce2004f672f638dadd1d22ebc9b (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "url": "http://localhost:8080/nodes/v2/node/host8.yahoo.com",
  "id": "host8.yahoo.com",
  "state": "provisioned",
  "type": "host",
  "hostname": "host8.yahoo.com",
  "flavor": "default",
  "cpuCores": 2.0,
  "resources": {
    "vcpu": 2.0,
    "memoryGb": 16.0,
    "diskGb": 400.0,
    "bandwidthGbps": 10.0,
    "diskSpeed": "fast",
    "storageType": "remote",
    "architecture": "x86_64"
  },
  "realResources": {
    "vcpu": 2.0,
    "memoryGb": 16.0,
    "diskGb": 400.0,
    "bandwidthGbps": 10.0,
    "diskSpeed": "fast",
    "storageType": "remote",
    "architecture": "x86_64"
  },
  "environment": "BARE_METAL",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "deferOsUpgrade": true,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "down": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "operator"
    }
  ],
  "log": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "operator"
    }
  ],
  "ipAddresses": ["127.0.8.1"],
  "additionalIpAddresses": ["127.0.8.2"],
  "cloudAccount": "aws:111222333444"
}