summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/changemanagement/responses/initial.json
blob: 1fb8ad8be1735774ec98cce162bd8de0d5206afc (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": "2021-03-12:12:12:12Z",
    "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
      }
    ]
  }
}