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