summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/overview-user-instance.json
blob: 285e7f14e8ff0aa34649dfc09286f631a313abc7 (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
{
  "deployment": [
    {
      "jobName": "dev-aws-us-east-2a",
      "runs": [
        {
          "versions": {
            "targetApplication": {},
            "targetPlatform": "7.1.0"
          },
          "start": 7303000,
          "end": 7303000,
          "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"
        }
      ]
    }
  ]
}