aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node13.json
blob: 2686982b73f55f4f67bd8bf6eda95565f76202d6 (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
{
  "url": "http://localhost:8080/nodes/v2/node/host13.yahoo.com",
  "id": "node13",
  "state": "active",
  "type": "tenant",
  "hostname": "host13.yahoo.com",
  "flavor": "[vcpu: 10.0, memory: 48.0 Gb, disk 500.0 Gb, bandwidth: 1.0 Gbps, storage type: local]",
  "resources":{"vcpu":10.0,"memoryGb":48.0,"diskGb":500.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"local"},
  "realResources":{"vcpu":10.0,"memoryGb":48.0,"diskGb":500.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"local"},
  "environment": "DOCKER_CONTAINER",
  "owner": {
    "tenant": "tenant4",
    "application": "application4",
    "instance": "instance4"
  },
  "membership": {
    "clustertype": "container",
    "clusterid": "id4",
    "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",
  "requestedResources": { "vcpu":10.0, "memoryGb":48.0, "diskGb":500.0, "bandwidthGbps":1.0, "diskSpeed":"fast", "storageType":"any" },
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "history": [
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "reserved",
      "at": 123,
      "agent": "application"
    },
    {
      "event": "activated",
      "at": 123,
      "agent": "application"
    }
  ],
  "ipAddresses": [
    "127.0.13.1",
    "::13:1"
  ],
  "additionalIpAddresses": []
}