blob: f26f35a9f404f47ef726e13002a0ea6e6a5102a1 [file] [log] [blame]
a.sreekumar7f4efaf2019-04-16 16:24:01 +00001{
2 "name":"OnapPfParameterGroup",
3 "restServerParameters": {
4 "host": "0.0.0.0",
5 "port": 6969,
6 "userName": "healthcheck",
7 "password": "zb!XztG34",
8 "https": true
9 },
10 "pdpStatusParameters":{
11 "timeIntervalMs": 120000,
12 "pdpType":"apex",
13 "description":"Pdp Heartbeat",
ramvermac239fbf2019-04-30 13:18:33 +000014 "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
jhhbf7fb4d2019-08-07 16:54:41 -050015 },
16 "topicParameterGroup": {
17 "topicSources" : [{
18 "topic" : "POLICY-PDP-PAP",
19 "servers" : [ "message-router" ],
20 "topicCommInfrastructure" : "dmaap"
21 }],
22 "topicSinks" : [{
23 "topic" : "POLICY-PDP-PAP",
24 "servers" : [ "message-router" ],
25 "topicCommInfrastructure" : "dmaap"
26 }]
a.sreekumar7f4efaf2019-04-16 16:24:01 +000027 }
28}