aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/node7.json
blob: 2b05b21639d6aa5933e32ae29a7c1d9807212543 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "url": "http://localhost:8080/nodes/v2/node/host7.yahoo.com",
  "id": "node7",
  "state": "provisioned",
  "type": "tenant",
  "hostname": "host7.yahoo.com",
  "flavor": "[vcpu: 2.0, memory: 8.0 Gb, disk: 50.0 Gb, bandwidth: 1.0 Gbps, storage type: local, architecture: x86_64]",
  "resources": {
    "vcpu": 2.0,
    "memoryGb": 8.0,
    "diskGb": 50.0,
    "bandwidthGbps": 1.0,
    "diskSpeed": "fast",
    "storageType": "local",
    "architecture": "x86_64"
  },
  "realResources": {
    "vcpu": 2.0,
    "memoryGb": 8.0,
    "diskGb": 50.0,
    "bandwidthGbps": 1.0,
    "diskSpeed": "fast",
    "storageType": "local",
    "architecture": "x86_64"
  },
  "environment": "DOCKER_CONTAINER",
  "rebootGeneration": 0,
  "currentRebootGeneration": 0,
  "failCount": 0,
  "wantToRetire": false,
  "preferToRetire": false,
  "wantToDeprovision": false,
  "wantToRebuild": false,
  "wantToUpgradeFlavor": false,
  "down": false,
  "history": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    }
  ],
  "log": [
    {
      "event": "provisioned",
      "at": 123,
      "agent": "system"
    }
  ],
  "ipAddresses": ["127.0.7.1", "::7:1"],
  "additionalIpAddresses": [],
  "cloudAccount": "aws:111222333444"
}