summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node10.json
blob: 55342de4c9efc2217adf7e140534c1bc6e0b8226 (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
{
  "url": "http://localhost:8080/nodes/v2/node/host10.yahoo.com",
  "id": "host10.yahoo.com",
  "state": "reserved",
  "type": "tenant",
  "hostname": "host10.yahoo.com",
  "parentHostname": "parent1.yahoo.com",
  "openStackId": "node10",
  "flavor": "default",
  "canonicalFlavor": "default",
  "minDiskAvailableGb":400.0,
  "minMainMemoryAvailableGb":16.0,
  "description":"Flavor-name-is-default",
  "minCpuCores":2.0,
  "environment":"BARE_METAL",
  "owner": {
    "tenant": "tenant1",
    "application": "application1",
    "instance": "instance1"
  },
  "membership": {
    "clustertype": "container",
    "clusterid": "id1",
    "group": "0",
    "index": 0,
    "retired": false
  },
  "restartGeneration": 0,
  "currentRestartGeneration": 0,
  "wantedDockerImage":"docker-registry.domain.tld:8080/dist/vespa:6.42.0",
  "wantedVespaVersion": "6.42.0",
  "rebootGeneration": 1,
  "currentRebootGeneration": 0,
  "vespaVersion": "5.104.142",
  "currentDockerImage": "docker-registry.domain.tld:8080/dist/vespa:5.104.142",
  "hostedVersion": "5.104.142",
  "convergedStateVersion": "5.104.142",
  "failCount": 0,
  "hardwareFailure" : false,
  "wantToRetire" : false,
  "wantToDeprovision" : false,
  "history":[{"event":"readied","at":123,"agent":"system"},{"event":"reserved","at":123,"agent":"application"}],
  "ipAddresses":["::1", "127.0.0.1"],
  "additionalIpAddresses":[]
}