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