summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application-clusters.json
blob: 65fa2a4bf70a9587fea463a35278272246c84526 (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
54
55
56
57
58
{
  "clusters": {
    "default": {
      "min": {
        "nodes": 2,
        "groups": 1,
        "nodeResources": {
          "vcpu": 1.0,
          "memoryGb": 4.0,
          "diskGb": 20.0,
          "bandwidthGbps": 1.0,
          "diskSpeed": "slow",
          "storageType": "remote"
        },
        "cost": "(ignore)"
      },
      "max": {
        "nodes": 2,
        "groups": 1,
        "nodeResources": {
          "vcpu": 4.0,
          "memoryGb": 16.0,
          "diskGb": 90.0,
          "bandwidthGbps": 1.0,
          "diskSpeed": "slow",
          "storageType": "remote"
        },
        "cost": "(ignore)"
      },
      "current": {
        "nodes": 2,
        "groups": 1,
        "nodeResources": {
          "vcpu": 2.0,
          "memoryGb": 8.0,
          "diskGb": 50.0,
          "bandwidthGbps": 1.0,
          "diskSpeed": "slow",
          "storageType": "remote"
        },
        "cost": "(ignore)"
      },
      "target": {
        "nodes": 2,
        "groups": 1,
        "nodeResources": {
          "vcpu": 3.0,
          "memoryGb": 8.0,
          "diskGb": 50.0,
          "bandwidthGbps": 1.0,
          "diskSpeed": "slow",
          "storageType": "remote"
        },
        "cost": "(ignore)"
      }
    }
  }
}