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