summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/parent1.json
blob: 42cef1c3c83a6c21e274049ee28db57773a84193 (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
{
  "url": "http://localhost:8080/nodes/v2/node/parent1.yahoo.com",
  "id": "parent1.yahoo.com",
  "state": "ready",
  "type": "host",
  "hostname": "parent1.yahoo.com",
  "openStackId": "parent1",
  "flavor": "[vcpu: 2.0, memory: 8.0 Gb, disk 50.0 Gb]",
  "canonicalFlavor": "[vcpu: 2.0, memory: 8.0 Gb, disk 50.0 Gb]",
  "minDiskAvailableGb": 400.0,
  "minMainMemoryAvailableGb": 16.0,
  "minCpuCores": 2.0,
  "fastDisk":true,
  "bandwidth":0.0,
  "environment": "BARE_METAL",
  "rebootGeneration": 1,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "hardwareFailure": false,
  "wantToRetire": false,
  "wantToDeprovision": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses": [
    "127.0.0.1",
    "::1"
  ],
  "additionalIpAddresses": []
}