e6b3c8eb1fb07c5d7f67af3f87e1d4494909d8d2
[policy/clamp.git] /
1 {
2     "name":"ParticipantParameterGroup",
3     "participantStatusParameters":{
4         "timeIntervalMs":10000,
5         "description":"Participant Status",
6         "participantId":{
7             "name": "PolicyParticipant0",
8             "version":"1.0.0"
9         },
10         "participantType":{
11             "name": "org.onap.policy.controlloop.PolicyControlLoopParticipant",
12             "version":"2.3.1"
13         },
14         "participantDefinition":{
15             "name": "org.onap.policy.controlloop.PolicyControlLoopParticipant",
16             "version":"2.3.1"
17         }
18     },
19     "topicParameterGroup": {
20         "topicSources" : [{
21             "topic" : "POLICY-CLRUNTIME-PARTICIPANT",
22             "servers" : [ "127.0.0.1:3904" ],
23             "topicCommInfrastructure" : "dmaap"
24         }],
25         "topicSinks" : [{
26             "topic" : "POLICY-CLRUNTIME-PARTICIPANT",
27             "servers" : [ "127.0.0.1:3904" ],
28             "topicCommInfrastructure" : "dmaap"
29         }]
30     }
31 }