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