summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/overview-user-instance.json
blob: d46b396b8cd9fc0ff99efd2739b4643fea8848f4 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "lastVersions": {
    "platform": {
      "platform": "7.1",
      "at": 0,
      "completed": "0 of 0 complete"
    },
    "application": {
      "application": {
        "hash": "1.0.3-commit1",
        "build": 3,
        "source": {
          "gitRepository": "repository1",
          "gitBranch": "master",
          "gitCommit": "commit1"
        },
        "sourceUrl": "repository1/tree/commit1",
        "commit": "commit1"
      },
      "at": 1000,
      "completed": "0 of 0 complete"
    }
  },
  "deploying": {},
  "deployments": [],
  "jobs": {},
  "devJobs": {
    "dev-aws-us-east-2a": {
      "runs": [
        {
          "id": 1,
          "status": "success",
          "start": 7303000,
          "end": 7303000,
          "wantedPlatform": "7.1",
          "wantedApplication": {
            "hash": "unknown"
          },
          "steps": {
            "deployReal": "succeeded",
            "installReal": "succeeded",
            "copyVespaLogs": "succeeded"
          },
          "tasks": {
            "deploy": "succeeded",
            "install": "succeeded"
          },
          "log": "https://some.url:43/root/dev-aws-us-east-2a/run/1"
        }
      ],
      "url": "https://some.url:43/root/dev-aws-us-east-2a"
    }
  },
  "deployment": [
    {
      "jobName": "dev-aws-us-east-2a",
      "runs": [
        {
          "id": 1,
          "url": "https://some.url:43/root//run/1",
          "start": 7303000,
          "end": 7303000,
          "status": "success",
          "versions": {
            "targetPlatform": "7.1.0",
            "targetApplication": {}
          },
          "steps": [
            {
              "name": "deployReal",
              "status": "succeeded"
            },
            {
              "name": "installReal",
              "status": "succeeded"
            },
            {
              "name": "copyVespaLogs",
              "status": "succeeded"
            }
          ]
        }
      ]
    }
  ]
}