summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5.json
blob: da4b49280c7d5c997d17d90f22f57e99f2246118 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "url": "http://localhost:8080/nodes/v2/node/host5.yahoo.com",
  "id": "host5.yahoo.com",
  "state": "failed",
  "hostname": "host5.yahoo.com",
  "parentHostname":"dockerhost",
  "openStackId": "node5",
  "flavor": "default",
  "minDiskAvailableGb":400.0,
  "minMainMemoryAvailableGb":16.0,
  "description":"Flavor-name-is-default",
  "minCpuCores":2.0,
  "canonicalFlavor": "default",
  "environment":"env",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "currentDockerImage":"image-123",
  "failCount": 1,
  "hardwareFailure" : false,
  "history":[{"event":"readied","at":123},{"event":"failed","at":123}]
}