summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node9.json
blob: 73a0eb8a2663d3814c8ff3b7a805429edf713259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "url": "http://localhost:8080/nodes/v2/node/host9.yahoo.com",
  "id": "host9.yahoo.com",
  "state": "provisioned",
  "hostname": "host9.yahoo.com",
  "openStackId": "host9.yahoo.com",
  "flavor": "large-variant",
  "minDiskAvailableGb":2000.0,
  "minMainMemoryAvailableGb":128.0,
  "description":"Flavor-name-is-large-variant",
  "minCpuCores":64.0,
  "canonicalFlavor": "large",
  "environment":"env",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "hardwareFailure" : false,
  "history":[]
}