summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node2.json
blob: 830c866ae81089ee2ea6b220f02148776db07ccf (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
{
  "url": "http://localhost:8080/nodes/v2/node/host2.yahoo.com",
  "id": "host2.yahoo.com",
  "state": "active",
  "hostname": "host2.yahoo.com",
  "openStackId": "node2",
  "flavor": "default",
  "minDiskAvailableGb":400.0,
  "minMainMemoryAvailableGb":16.0,
  "description":"Flavor-name-is-default",
  "minCpuCores":2.0,
  "canonicalFlavor": "default",
  "environment":"env",
  "owner": {
    "tenant": "tenant3",
    "application": "application3",
    "instance": "instance3"
  },
  "membership": {
    "clustertype": "content",
    "clusterid": "id3",
    "group": "0",
    "index": 0,
    "retired": false
  },
  "restartGeneration": 0,
  "currentRestartGeneration": 0,
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "hardwareFailure" : false,
  "history":[{"event":"readied","at":123},{"event":"reserved","at":123},{"event":"activated","at":123}]
}