summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node55.json
blob: eb8355626f751c2ccfe9ac69498b916369556883 (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
{
  "url": "http://localhost:8080/nodes/v2/node/host55.yahoo.com",
  "id": "host55.yahoo.com",
  "state": "dirty",
  "type": "tenant",
  "hostname": "host55.yahoo.com",
  "openStackId": "node55",
  "flavor": "default",
  "canonicalFlavor": "default",
  "minDiskAvailableGb":400.0,
  "minMainMemoryAvailableGb":16.0,
  "description":"Flavor-name-is-default",
  "minCpuCores":2.0,
  "environment":"BARE_METAL",
  "rebootGeneration": 1,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "hardwareFailure" : false,
  "wantToRetire" : false,
  "history":[{"event":"deallocated","at":123,"agent":"system"}],
  "ipAddresses":["::1", "127.0.0.1"],
  "additionalIpAddresses":[]
}