aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/dev-overview.json
blob: 92a823bdfc28dedce9588d6c62e28d9ae85d0c35 (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
{
  "deployment": [
    {
      "jobName": "dev-us-east-1",
      "runs": [
        {
          "versions": {
            "targetApplication": {
              "build": 1
            },
            "targetPlatform": "6.1.0"
          },
          "start": 0,
          "end": 0,
          "id": 1,
          "steps": [
            {
              "name": "deployReal",
              "status": "succeeded"
            },
            {
              "name": "installReal",
              "status": "succeeded"
            },
            {
              "name": "copyVespaLogs",
              "status": "succeeded"
            }
          ],
          "url": "https://some.url:43/root/run/1",
          "status": "success"
        }
      ]
    }
  ]
}