aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/parameters/TopicParameters_all_params.json
blob: 89e464dd3c3aaaeb2c7a3adc3499c3d3cd858fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
    "topicSources" : [ {
        "topic" : "policy-pdp-pap1",
        "servers" : [ "kafka2, kafka3" ],
        "topicCommInfrastructure" : "kafka",
        "effectiveTopic" : "my-effective-topic",
        "apiKey" : "my-api-key",
        "apiSecret" : "my-api-secret",
        "port": 123,
        "useHttps" : true,
        "allowTracing": true,
        "allowSelfSignedCerts" : true,
        "consumerGroup" : "consumer group",
        "consumerInstance" : "consumer instance",
        "fetchTimeout" : 15000,
        "fetchLimit" : 100,
        "userName": "username",
        "password": "password",
        "managed": true,
        "environment": "environment1",
        "aftEnvironment": "aftEnvironment1",
        "partner": "partner1",
        "latitude": "1234",
        "longitude": "1234",
        "partitionId": "partition_id",
        "additionalProps": {"xyz":"xyz"},
        "clientName": "clientName1",
        "hostname": "hostname1",
        "basePath": "basePath1",
        "serializationProvider": "serializationProvider1"
    }],
    "topicSinks" : [ {
        "topic" : "policy-pdp-pap1",
        "servers" : [ "kafka2, kafka3" ],
        "topicCommInfrastructure" : "kafka",
        "effectiveTopic" : "my-effective-topic",
        "apiKey" : "my-api-key",
        "apiSecret" : "my-api-secret",
        "port": 123,
        "useHttps" : true,
        "allowTracing": true,
        "allowSelfSignedCerts" : true,
        "consumerGroup" : "consumer group",
        "consumerInstance" : "consumer instance",
        "fetchTimeout" : 15000,
        "fetchLimit" : 100,
        "userName": "username",
        "password": "password",
        "managed": true,
        "environment": "environment1",
        "aftEnvironment": "aftEnvironment1",
        "partner": "partner1",
        "latitude": "1234",
        "longitude": "1234",
        "partitionId": "partition_id",
        "additionalProps": {"xyz":"xyz"},
        "clientName": "clientName1",
        "hostname": "hostname1",
        "basePath": "basePath1",
        "serializationProvider": "serializationProvider1"
    }]
}