summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node3.json
blob: 5f50d4b9bb1f39628150eec45ff2293b6f35a369 (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
{
  "url": "http://localhost:8080/nodes/v2/node/host3.yahoo.com",
  "id": "host3.yahoo.com",
  "state": "active",
  "type": "tenant",
  "hostname": "host3.yahoo.com",
  "openStackId": "node3",
  "flavor":"expensive",
  "description":"Flavor-name-is-expensive",
  "canonicalFlavor":"default",
  "cost":200,
  "owner": {
    "tenant": "tenant2",
    "application": "application2",
    "instance": "instance2"
  },
  "membership": {
    "clustertype": "content",
    "clusterid": "id2",
    "group": "0",
    "index": 1,
    "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}]
}