aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg1.json
blob: fb2b32fac2039cebe90482ade8922336acdbe33d (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
34
35
36
37
{
  "url": "http://localhost:8080/nodes/v2/node/cfg1.yahoo.com",
  "id": "cfg1.yahoo.com",
  "state": "ready",
  "type": "config",
  "hostname": "cfg1.yahoo.com",
  "openStackId": "cfg1",
  "flavor": "default",
  "cpuCores": 2.0,
  "resources":{"vcpu":2.0,"memoryGb":16.0,"diskGb":400.0,"bandwidthGbps":10.0,"diskSpeed":"fast","storageType":"remote"},
  "realResources":{"vcpu":2.0,"memoryGb":16.0,"diskGb":400.0,"bandwidthGbps":10.0,"diskSpeed":"fast","storageType":"remote"},
  "environment": "BARE_METAL",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    },
    {
      "event": "readied",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses": [
    "127.0.201.1",
    "::201:1"
  ],
  "additionalIpAddresses": []
}