aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node8.json
blob: ea040be7152b417b0776bf2a16125f0749b1ab20 (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/host8.yahoo.com",
  "id": "host8.yahoo.com",
  "state": "provisioned",
  "type": "tenant",
  "hostname": "host8.yahoo.com",
  "openStackId": "host8.yahoo.com",
  "flavor": "default",
  "canonicalFlavor": "default",
  "minDiskAvailableGb":400.0,
  "minMainMemoryAvailableGb":16.0,
  "description":"Flavor-name-is-default",
  "minCpuCores":2.0,
  "environment":"BARE_METAL",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "hardwareFailure" : false,
  "wantToRetire" : false,
  "history":[],
  "ipAddresses":["127.0.0.1"],
  "additionalIpAddresses":[]
}