summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node3.json
blob: f05e2cd578af177d44f17d3c6dbfc71a29a7e09f (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
{
  "url": "http://localhost:8080/nodes/v2/node/host3.yahoo.com",
  "id": "host3.yahoo.com",
  "state": "active",
  "type": "tenant",
  "hostname": "host3.yahoo.com",
  "openStackId": "node3",
  "flavor":"expensive",
  "canonicalFlavor":"default",
  "description":"Flavor-name-is-expensive",
  "cost":200,
  "fastDisk":true,
  "environment":"BARE_METAL",
  "owner": {
    "tenant": "tenant3",
    "application": "application3",
    "instance": "instance3"
  },
  "membership": {
    "clustertype": "content",
    "clusterid": "id3",
    "group": "0",
    "index": 1,
    "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,
  "failCount": 0,
  "hardwareFailure" : false,
  "wantToRetire" : false,
  "wantToDeprovision" : false,
  "history":[{"event":"readied","at":123,"agent":"system"},{"event":"reserved","at":123,"agent":"application"},{"event":"activated","at":123,"agent":"application"}],
  "ipAddresses":["::1", "127.0.0.1"],
  "additionalIpAddresses":[]
}