024f72d6d1092b7dabefebb317e05d7e1ed6e91d
[policy/clamp.git] /
1 {
2     "name": "ControlLoopParticipantGroup",
3     "intermediaryParameters": {
4         "name": "Participant parameters",
5         "reportingTimeInterval": 120000,
6         "description": "Participant Description",
7         "participantType":{
8             "name": "org.onap.policy.controlloop.PolicyControlLoopParticipant",
9             "version":"2.3.1"
10         },
11         "participantId": {
12             "name": "org.onap.PM_Policy",
13             "version": "1.0.0"
14         },
15         "clampControlLoopTopics": {
16             "topicSources": [
17                 {
18                     "topic": "POLICY-CLRUNTIME-PARTICIPANT",
19                     "servers": [
20                         "localhost"
21                     ],
22                     "topicCommInfrastructure": "dmaap",
23                     "fetchTimeout": 15000
24                 }
25             ],
26             "topicSinks": [
27                 {
28                     "topic": "POLICY-CLRUNTIME-PARTICIPANT",
29                     "servers": [
30                         "localhost"
31                     ],
32                     "topicCommInfrastructure": "dmaap"
33                 },
34                 {
35                     "topic": "POLICY-NOTIFICATION",
36                     "servers": [
37                         "localhost"
38                     ],
39                     "topicCommInfrastructure": "dmaap"
40                 }
41             ]
42         }
43     },
44     "policyApiParameters": {
45         "clientName": "api",
46         "hostname": "localhost",
47         "port": "6969",
48         "userName": "healthcheck",
49         "password": "zb!XztG34",
50         "https": false,
51         "allowSelfSignedCerts": true
52     }
53 }