aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node5-after-changes.json
blob: 3b3f30a471ec9f68e6e60455b615c72f4072e210 (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
{
  "url": "http://localhost:8080/nodes/v2/node/host5.yahoo.com",
  "id": "node5",
  "state": "failed",
  "type": "tenant",
  "hostname": "host5.yahoo.com",
  "parentHostname": "dockerhost2.yahoo.com",
  "openStackId": "node5",
  "flavor": "[vcpu: 1.0, memory: 8.0 Gb, disk 100.0 Gb, bandwidth: 1.0 Gbps, disk speed: slow, storage type: remote]",
  "resources":{"vcpu":1.0,"memoryGb":8.0,"diskGb":100.0,"bandwidthGbps":1.0,"diskSpeed":"slow","storageType":"remote"},
  "realResources":{"vcpu":1.0,"memoryGb":8.0,"diskGb":100.0,"bandwidthGbps":1.0,"diskSpeed":"slow","storageType":"remote"},
  "environment": "DOCKER_CONTAINER",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 1,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "failed",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses": [
    "127.0.5.1",
    "::5:1"
  ],
  "additionalIpAddresses": []
}