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