483804267230ae9fc41c27754ca2cdca2d8e920c
[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     {
23     "servers" : [ "my-server" ],
24     "topic" : "noop-source",
25     "effectiveTopic" : "noop-source",
26     "recentEvents" : [ ],
27     "alive" : false,
28     "locked" : false,
29     "topicCommInfrastructure" : "NOOP"
30   } ],
31   "topicSinks" : [ {
32     "servers" : [ "my-server" ],
33     "topic" : "ueb-sink",
34     "effectiveTopic" : "my-effective-topic",
35     "recentEvents" : [ ],
36     "alive" : false,
37     "locked" : false,
38     "apiKey" : "my-api-key",
39     "apiSecret" : "my-api-secret",
40     "useHttps" : true,
41     "allowTracing": false,
42     "allowSelfSignedCerts" : true,
43     "topicCommInfrastructure" : "UEB",
44     "partitionKey" : "${obj.topicSinks[0].partitionKey}"
45   },
46     {
47     "servers" : [ "my-server" ],
48     "topic" : "noop-sink",
49     "effectiveTopic" : "noop-sink",
50     "recentEvents" : [ ],
51     "alive" : false,
52     "locked" : false,
53     "topicCommInfrastructure" : "NOOP"
54   } ]
55 }