summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node4-after-changes.json
blob: 77e1fb1e16d32a095426a867229b4b7c7f084d44 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "url": "http://localhost:8080/nodes/v2/node/host4.yahoo.com",
  "id": "host4.yahoo.com",
  "state": "failed",
  "type": "tenant",
  "hostname": "host4.yahoo.com",
  "parentHostname": "parent.yahoo.com",
  "openStackId": "patched-openstackid",
  "flavor": "d-2-8-100",
  "cpuCores": 2.0,
  "resources":{"vcpu":2.0,"memoryGb":8.0,"diskGb":100.0,"bandwidthGbps":1.0,"diskSpeed":"fast","storageType":"remote"},
  "environment": "DOCKER_CONTAINER",
  "owner": {
    "tenant": "tenant3",
    "application": "application3",
    "instance": "instance3"
  },
  "membership": {
    "clustertype": "content",
    "clusterid": "id3",
    "group": "0",
    "index": 0,
    "retired": false
  },
  "restartGeneration": 1,
  "currentRestartGeneration": 1,
  "wantedDockerImage": "docker-registry.domain.tld:8080/my/image:6.42.0",
  "wantedVespaVersion": "6.42.0",
  "requestedResources": { "vcpu":1.0, "memoryGb":4.0, "diskGb":100.0, "bandwidthGbps":1.0, "diskSpeed":"fast", "storageType":"any" },
  "allowedToBeDown": true,
  "orchestratorStatus": "ALLOWED_TO_BE_DOWN",
  "suspendedSinceMillis": 0,
  "rebootGeneration": 3,
  "currentRebootGeneration": 1,
  "vespaVersion": "6.43.0",
  "currentDockerImage": "docker-registry.domain.tld:8080/dist/vespa:6.45.0",
  "failCount": 1,
  "wantToRetire": true,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "reserved",
      "at": 123,
      "agent": "application"
    },
    {
      "event": "activated",
      "at": 123,
      "agent": "application"
    },
    {
      "event": "failed",
      "at": 123,
      "agent": "operator"
    },
    {
      "event": "rebooted",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "wantToRetire",
      "at": 123,
      "agent": "operator"
    }
  ],
  "ipAddresses": [
    "127.0.0.1",
    "::1"
  ],
  "additionalIpAddresses": []
}