Adding end to end CSIT test cases for PDP-A
[integration/csit.git] / scripts / policy / policy-apex-pdp / config / apex-pdp / OnapPfConfig.json
1 {
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         "aaf": false
10     },
11     "pdpStatusParameters":{
12         "timeIntervalMs": 10000,
13         "pdpType":"apex",
14         "description":"Pdp Heartbeat",
15         "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
16     }
17 }