summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node4-after-changes.json
blob: f311c240b1da1adb753ebe3d9c2f1ab1de83c169 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
  "url": "http://localhost:8080/nodes/v2/node/host4.yahoo.com",
  "id": "host4.yahoo.com",
  "state": "reserved",
  "type": "tenant",
  "hostname": "host4.yahoo.com",
  "parentHostname": "parent.yahoo.com",
  "openStackId": "node4",
  "flavor": "medium-disk",
  "canonicalFlavor": "medium-disk",
  "minDiskAvailableGb": 56.0,
  "minMainMemoryAvailableGb": 12.0,
  "description": "Flavor-name-is-medium-disk",
  "minCpuCores": 6.0,
  "fastDisk":true,
  "environment": "BARE_METAL",
  "owner": {
    "tenant": "tenant1",
    "application": "application1",
    "instance": "instance1"
  },
  "membership": {
    "clustertype": "container",
    "clusterid": "id1",
    "group": "0",
    "index": 1,
    "retired": false
  },
  "restartGeneration": 0,
  "currentRestartGeneration": 1,
  "wantedDockerImage": "docker-registry.domain.tld:8080/dist/vespa:6.42.0",
  "wantedVespaVersion": "6.42.0",
  "allowedToBeDown": false,
  "rebootGeneration": 2,
  "currentRebootGeneration": 1,
  "vespaVersion": "6.43.0",
  "currentDockerImage": "docker-registry.domain.tld:8080/dist/vespa:6.43.0",
  "hostedVersion": "6.43.0",
  "convergedStateVersion": "6.43.0",
  "failCount": 0,
  "hardwareFailure": true,
  "hardwareFailureDescription": "memory_mcelog",
  "wantToRetire" : true,
  "wantToDeprovision" : true,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"    
    },
    {
      "event": "reserved",
      "at": 123,
      "agent": "application"
    },
    {
      "event": "rebooted",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses":["127.0.0.1", "::1"],
  "additionalIpAddresses":[]
}