summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/application2-with-patches.json
blob: ad86fa34cde47bb5a98a26a4be685871204cf9c5 (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
59
60
61
62
63
64
65
66
67
68
{
  "tenant": "tenant2",
  "application": "application2",
  "deployments": "http://localhost:8080/application/v4/tenant/tenant2/application/application2/job/",
  "latestVersion": {
    "buildNumber": 42,
    "hash": "1.0.42-commit1",
    "source": {
      "gitRepository": "repository1",
      "gitBranch": "master",
      "gitCommit": "commit1"
    }
  },
  "projectId": 456,
  "deploying": {
    "version": "(ignore)"
  },
  "outstandingChange": {
    "revision": {
      "buildNumber": 42,
      "hash": "(ignore)",
      "source": {
        "gitRepository": "repository1",
        "gitBranch": "master",
        "gitCommit": "commit1"
      }
    }
  },
  "compileVersion": "6.1.0",
  "majorVersion": 7,
  "instances": [
    {
      "instance": "default",
      "deploymentJobs": [
        {
          "type": "system-test",
          "success": false,
          "lastTriggered": {
            "id": -1,
            "version": "7.0.0",
            "revision": {
              "buildNumber": 42,
              "hash": "1.0.42-commit1",
              "source": {
                "gitRepository": "repository1",
                "gitBranch": "master",
                "gitCommit": "commit1"
              }
            },
            "reason": "Testing last changes outside prod",
            "at": "(ignore)"
          }
        }
      ],
      "changeBlockers": [],
      "globalRotations": [],
      "deployments": []
    }
  ],
  "pemDeployKeys": [
    "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuKVFA8dXk43kVfYKzkUqhEY2rDT9\nz/4jKSTHwbYR8wdsOSrJGVEUPbS2nguIJ64OJH7gFnxM6sxUVj+Nm2HlXw==\n-----END PUBLIC KEY-----\n"
  ],
  "metrics": {
    "queryServiceQuality": 0.0,
    "writeServiceQuality": 0.0
  },
  "activity": {}
}