blob: 0c9d6a504f9c98afe8a26d539658783c0b04d584 [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}",
jhhd74fe9f2021-04-15 11:04:39 -05008 "https": true,
9 "prometheus": true
a.sreekumar7f4efaf2019-04-16 16:24:01 +000010 },
11 "pdpStatusParameters":{
jhhd2b9ed82019-12-10 17:15:28 -060012 "pdpGroup": "defaultGroup",
a.sreekumar7f4efaf2019-04-16 16:24:01 +000013 "timeIntervalMs": 120000,
14 "pdpType":"apex",
15 "description":"Pdp Heartbeat",
jhhd2b9ed82019-12-10 17:15:28 -060016 "supportedPolicyTypes": [
17 {
jhhd2b9ed82019-12-10 17:15:28 -060018 "name": "onap.policies.native.Apex",
19 "version": "1.0.0"
20 },
21 {
22 "name": "onap.policies.controlloop.operational.common.Apex",
23 "version": "1.0.0"
24 }
25 ]
jhhbf7fb4d2019-08-07 16:54:41 -050026 },
27 "topicParameterGroup": {
28 "topicSources" : [{
29 "topic" : "POLICY-PDP-PAP",
30 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060031 "useHttps" : true,
Jim Hahn98274272020-11-16 18:18:11 -050032 "fetchTimeout": 15000,
jhhbf7fb4d2019-08-07 16:54:41 -050033 "topicCommInfrastructure" : "dmaap"
34 }],
35 "topicSinks" : [{
36 "topic" : "POLICY-PDP-PAP",
37 "servers" : [ "message-router" ],
jhhd2b9ed82019-12-10 17:15:28 -060038 "useHttps" : true,
jhhbf7fb4d2019-08-07 16:54:41 -050039 "topicCommInfrastructure" : "dmaap"
40 }]
a.sreekumar7f4efaf2019-04-16 16:24:01 +000041 }
42}