summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/instance1-recursive.json
blob: a697c667ab0bafc89706c4df7fb45337b4380aea (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
{
  "tenant": "tenant1",
  "application": "application1",
  "instance": "instance1",
  "deployments": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/instance1/job/",
  "sourceUrl": "repository1/tree/commit1",
  "commit": "commit1",
  "projectId": 123,
  "deploying": {
    "revision": {
      "build": 1,
      "compileVersion": "6.1.0",
      "sourceUrl": "repository1/tree/commit1",
      "commit": "commit1"
    }
  },
  "changeBlockers": [
    {
      "versions": true,
      "revisions": false,
      "timeZone": "UTC",
      "days": [
        1,
        2,
        3,
        4,
        5
      ],
      "hours": [
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8
      ]
    }
  ],
  "rotationId": "rotation-id-1",
  "instances": [
    @include(dev-us-east-1.json),
    @include(prod-us-central-1.json),
    {
      "environment": "prod",
      "region": "us-east-3"
    },
    {
      "environment": "prod",
      "region": "us-west-1"
    }
  ],
  "pemDeployKeys": [],
  "metrics": {
    "queryServiceQuality": 0.5,
    "writeServiceQuality": 0.7
  },
  "activity": {
    "lastQueried": 1527848130000,
    "lastWritten": 1527848130000,
    "lastQueriesPerSecond": 1.0,
    "lastWritesPerSecond": 2.0
  },
  "ownershipIssueId": "321",
  "owner": "owner-username",
  "deploymentIssueId": "123"
}