aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-onappf/src/test/resources/TestConfigParameters.json
blob: 1abb2e401bc3422bf62382f4bf3d2e2d09bcd447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name":"ApexStarterParameterGroup",
    "restServerParameters": {
        "host": "0.0.0.0",
        "port": 6969,
        "userName": "healthcheck",
        "password": "zb!XztG34",
        "https": true
    },
    "pdpStatusParameters":{
        "timeIntervalMs": 120000,
        "pdpType":"apex",
        "description":"Pdp heartbeat",
        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
    }
}