summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/changemanagement/responses/initial.json
blob: d9ffa9feaf908b25b1f10c08019178f09de4f099 (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
{
  "assessment": {
    "updated": "2020-09-13T12:26:40Z",
    "clusters": [
      {
        "app": "mytenant:myapp:default",
        "zone": "prod.us-east-3",
        "cluster": "content:default",
        "clusterSize": 4,
        "clusterImpact": 3,
        "groupsTotal": 1,
        "groupsImpact": 1,
        "upgradePolicy": "na",
        "suggestedAction": "nothing",
        "impact": "Impact larger than upgrade policy"
      }
    ],
    "hosts": [
      {
        "hostname": "host1",
        "switchName": "switch1",
        "numberOfChildren": 3,
        "numberOfProblematicChildren": 3
      }
    ]
  }
}