summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5.json
blob: ceb393f4bf62723de92bb26b817816dbfb57b849 (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
{
  "url": "http://localhost:8080/nodes/v2/node/host5.yahoo.com",
  "id": "host5.yahoo.com",
  "state": "failed",
  "type": "tenant",
  "hostname": "host5.yahoo.com",
  "parentHostname": "dockerhost2.yahoo.com",
  "openStackId": "node5",
  "flavor": "docker",
  "canonicalFlavor": "docker",
  "minDiskAvailableGb": 100.0,
  "minMainMemoryAvailableGb": 0.5,
  "description": "Flavor-name-is-docker",
  "minCpuCores": 0.2,
  "fastDisk": true,
  "environment": "DOCKER_CONTAINER",
  "rebootGeneration": 1,
  "currentRebootGeneration": 0,
  "vespaVersion": "1.2.3",
  "currentDockerImage": "docker-registry.domain.tld:8080/dist/vespa:1.2.3",
  "failCount": 1,
  "hardwareFailure": false,
  "wantToRetire": false,
  "wantToDeprovision": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "failed",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses": [
    "::1",
    "127.0.0.1"
  ],
  "additionalIpAddresses": []
}