3eca8767864aa4a73b07e5adfc9a71700bf2cafd
[policy/clamp.git] /
1 {
2     "name":"ParticipantParameterGroup",
3     "participantStatusParameters":{
4         "timeIntervalMs": 10000,
5         "description":"Participant Status",
6         "participantType":{
7             "name": "org.onap.ccsdk.cds.controlloop.CdsControlLoopParticipant",
8             "version":"2.2.1"
9         },
10         "participantId":{
11             "name": "CDSParticipant0",
12             "version":"1.0.0"
13         },
14         "participantDefinition":{
15             "name": "org.onap.ccsdk.cds.controlloop.CdsControlLoopParticipant",
16             "version":"3.2.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 }