7d9cce7b6270b72aec4e08b98e2143dcb9044442
[policy/common.git] /
1 {
2     "topicSources" : [ {
3         "topic" : "POLICY-PDP-PAP1",
4         "servers" : [ "message-router2, message-router3" ],
5         "topicCommInfrastructure" : "dmaap",
6         "effectiveTopic" : "my-effective-topic",
7         "apiKey" : "my-api-key",
8         "apiSecret" : "my-api-secret",
9         "port": 123,
10         "useHttps" : true,
11         "allowSelfSignedCerts" : true,
12         "consumerGroup" : "consumer group",
13         "consumerInstance" : "consumer instance",
14         "fetchTimeout" : 15000,
15         "fetchLimit" : 100,
16         "userName": "username",
17         "password": "password",
18         "managed": true,
19         "environment": "environment1",
20         "aftEnvironment": "aftEnvironment1",
21         "partner": "partner1",
22         "latitude": "1234",
23         "longitude": "1234",
24         "partitionId": "partition_id",
25         "additionalProps": {"xyz":"xyz"},
26         "clientName": "clientName1",
27         "hostname": "hostname1",
28         "basePath": "basePath1",
29         "serializationProvider": "serializationProvider1"
30     }],
31     "topicSinks" : [ {
32         "topic" : "POLICY-PDP-PAP1",
33         "servers" : [ "message-router2, message-router3" ],
34         "topicCommInfrastructure" : "dmaap",
35         "effectiveTopic" : "my-effective-topic",
36         "apiKey" : "my-api-key",
37         "apiSecret" : "my-api-secret",
38         "port": 123,
39         "useHttps" : true,
40         "allowSelfSignedCerts" : true,
41         "consumerGroup" : "consumer group",
42         "consumerInstance" : "consumer instance",
43         "fetchTimeout" : 15000,
44         "fetchLimit" : 100,
45         "userName": "username",
46         "password": "password",
47         "managed": true,
48         "environment": "environment1",
49         "aftEnvironment": "aftEnvironment1",
50         "partner": "partner1",
51         "latitude": "1234",
52         "longitude": "1234",
53         "partitionId": "partition_id",
54         "additionalProps": {"xyz":"xyz"},
55         "clientName": "clientName1",
56         "hostname": "hostname1",
57         "basePath": "basePath1",
58         "serializationProvider": "serializationProvider1"
59     }]
60 }