blob: 3b6813d3e3438a9767118040ba2c4d7a18f4a7a5 [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":{
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 {
17 "name": "onap.policies.controlloop.operational.Apex",
18 "version": "1.0.0"
19 },
20 {
21 "name": "onap.policies.native.Apex",
22 "version": "1.0.0"
23 },
24 {
25 "name": "onap.policies.controlloop.operational.common.Apex",
26 "version": "1.0.0"
27 }
28 ]
jhhbf7fb4d2019-08-07 16:54:41 -050029 },
30 "topicParameterGroup": {
31 "topicSources" : [{
32 "topic" : "POLICY-PDP-PAP",
33 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060034 "useHttps" : true,
jhhbf7fb4d2019-08-07 16:54:41 -050035 "topicCommInfrastructure" : "dmaap"
36 }],
37 "topicSinks" : [{
38 "topic" : "POLICY-PDP-PAP",
39 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060040 "useHttps" : true,
jhhbf7fb4d2019-08-07 16:54:41 -050041 "topicCommInfrastructure" : "dmaap"
42 }]
a.sreekumar7f4efaf2019-04-16 16:24:01 +000043 }
44}