blob: 66a42f0171b646df445d90f412adaf4fa4e5480d [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,
Dominik Mizynb8c44b42020-04-21 10:48:27 +02006 "userName": "${RESTSERVER_USER}",
7 "password": "${RESTSERVER_PASSWORD}",
a.sreekumar7f4efaf2019-04-16 16:24:01 +00008 "https": true
9 },
10 "pdpStatusParameters":{
jhhd2b9ed82019-12-10 17:15:28 -060011 "pdpGroup": "defaultGroup",
a.sreekumar7f4efaf2019-04-16 16:24:01 +000012 "timeIntervalMs": 120000,
13 "pdpType":"apex",
14 "description":"Pdp Heartbeat",
jhhd2b9ed82019-12-10 17:15:28 -060015 "supportedPolicyTypes": [
16 {
jhhd2b9ed82019-12-10 17:15:28 -060017 "name": "onap.policies.native.Apex",
18 "version": "1.0.0"
19 },
20 {
21 "name": "onap.policies.controlloop.operational.common.Apex",
22 "version": "1.0.0"
23 }
24 ]
jhhbf7fb4d2019-08-07 16:54:41 -050025 },
26 "topicParameterGroup": {
27 "topicSources" : [{
28 "topic" : "POLICY-PDP-PAP",
29 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060030 "useHttps" : true,
Jim Hahn98274272020-11-16 18:18:11 -050031 "fetchTimeout": 15000,
jhhbf7fb4d2019-08-07 16:54:41 -050032 "topicCommInfrastructure" : "dmaap"
33 }],
34 "topicSinks" : [{
35 "topic" : "POLICY-PDP-PAP",
36 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060037 "useHttps" : true,
jhhbf7fb4d2019-08-07 16:54:41 -050038 "topicCommInfrastructure" : "dmaap"
39 }]
a.sreekumar7f4efaf2019-04-16 16:24:01 +000040 }
41}