1f52045683ff8c4d09a32f4d19ed271bcbc1bb92
[policy/common.git] /
1 {
2   "locked" : false,
3   "alive" : false,
4   "topicSources" : [ {
5     "servers" : [ "my-server" ],
6     "topic" : "ueb-source",
7     "effectiveTopic" : "my-effective-topic",
8     "recentEvents" : [ ],
9     "alive" : false,
10     "locked" : false,
11     "apiKey" : "my-api-key",
12     "apiSecret" : "my-api-secret",
13     "useHttps" : true,
14     "allowTracing": false,
15     "allowSelfSignedCerts" : true,
16     "consumerGroup" : "${obj.topicSources[0].consumerGroup}",
17     "consumerInstance" : "${obj.topicSources[0].consumerInstance}",
18     "fetchTimeout" : 101,
19     "fetchLimit" : 100,
20     "topicCommInfrastructure" : "UEB"
21   }, {
22     "servers" : [ "my-server" ],
23     "topic" : "dmaap-source",
24     "effectiveTopic" : "my-effective-topic",
25     "recentEvents" : [ ],
26     "alive" : false,
27     "locked" : false,
28     "apiKey" : "my-api-key",
29     "apiSecret" : "my-api-secret",
30     "useHttps" : true,
31     "allowTracing": false,
32     "allowSelfSignedCerts" : true,
33     "consumerGroup" : "my-cons-group",
34     "consumerInstance" : "my-cons-inst",
35     "fetchTimeout" : 101,
36     "fetchLimit" : 100,
37     "topicCommInfrastructure" : "DMAAP"
38   }, {
39     "servers" : [ "my-server" ],
40     "topic" : "noop-source",
41     "effectiveTopic" : "noop-source",
42     "recentEvents" : [ ],
43     "alive" : false,
44     "locked" : false,
45     "topicCommInfrastructure" : "NOOP"
46   } ],
47   "topicSinks" : [ {
48     "servers" : [ "my-server" ],
49     "topic" : "ueb-sink",
50     "effectiveTopic" : "my-effective-topic",
51     "recentEvents" : [ ],
52     "alive" : false,
53     "locked" : false,
54     "apiKey" : "my-api-key",
55     "apiSecret" : "my-api-secret",
56     "useHttps" : true,
57     "allowTracing": false,
58     "allowSelfSignedCerts" : true,
59     "topicCommInfrastructure" : "UEB",
60     "partitionKey" : "${obj.topicSinks[0].partitionKey}"
61   }, {
62     "servers" : [ "my-server" ],
63     "topic" : "dmaap-sink",
64     "effectiveTopic" : "my-effective-topic",
65     "recentEvents" : [ ],
66     "alive" : false,
67     "locked" : false,
68     "apiKey" : "my-api-key",
69     "apiSecret" : "my-api-secret",
70     "useHttps" : true,
71     "allowTracing": false,
72     "allowSelfSignedCerts" : true,
73     "topicCommInfrastructure" : "DMAAP",
74     "partitionKey" : "my-partition"
75   }, {
76     "servers" : [ "my-server" ],
77     "topic" : "noop-sink",
78     "effectiveTopic" : "noop-sink",
79     "recentEvents" : [ ],
80     "alive" : false,
81     "locked" : false,
82     "topicCommInfrastructure" : "NOOP"
83   } ]
84 }