Merge "[DOC] Update OOM Quick Start Guide documentation section"
[oom.git] / kubernetes / policy / components / policy-apex-pdp / resources / config / OnapPfConfig.json
1 {
2     "name":"OnapPfParameterGroup",
3     "restServerParameters": {
4       "host": "0.0.0.0",
5       "port": 6969,
6       "userName": "${RESTSERVER_USER}",
7       "password": "${RESTSERVER_PASSWORD}",
8       "https": true
9     },
10     "pdpStatusParameters":{
11         "pdpGroup": "defaultGroup",
12         "timeIntervalMs": 120000,
13         "pdpType":"apex",
14         "description":"Pdp Heartbeat",
15         "supportedPolicyTypes": [
16             {
17                 "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         ]
25     },
26     "topicParameterGroup": {
27         "topicSources" : [{
28             "topic" : "POLICY-PDP-PAP",
29             "servers" : [ "message-router" ],
30             "useHttps" : true,
31             "fetchTimeout": 15000,
32             "topicCommInfrastructure" : "dmaap"
33         }],
34         "topicSinks" : [{
35             "topic" : "POLICY-PDP-PAP",
36             "servers" : [ "message-router" ],
37             "useHttps" : true,
38             "topicCommInfrastructure" : "dmaap"
39         }]
40     }
41 }