{ "name": "PapGroup", "restServerParameters": { "host": "0.0.0.0", "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", "https": false }, "pdpParameters": { "heartBeatMs": 60000, "updateParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 }, "stateChangeParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 } }, "databaseProviderParameters": { "name": "PolicyProviderParameterGroup", "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", "databaseDriver": "org.postgresql.Driver", "databaseUrl": "jdbc:postgresql://localhost:5432/policyadmin", "databaseUser": "policy_user", "databasePassword": "policy_user", "persistenceUnit": "PolicyDb" }, "topicParameterGroup": { "topicSources" : [{ "topic" : "POLICY-PDP-PAP", "servers" : [ "localhost:3904" ], "topicCommInfrastructure" : "dmaap" }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", "servers" : [ "localhost:3904" ], "topicCommInfrastructure" : "dmaap" },{ "topic" : "POLICY-NOTIFICATION", "servers" : [ "localhost:3904" ], "topicCommInfrastructure" : "dmaap" }] }, "healthCheckRestClientParameters":[{ "clientName": "api", "hostname": "policy-api", "port": 6968, "userName": "healthcheck", "password": "zb!XztG34", "useHttps": false, "basePath": "policy/api/v1/healthcheck" }, { "clientName": "distribution", "hostname": "policy-distribution", "port": 6970, "userName": "healthcheck", "password": "zb!XztG34", "useHttps": false, "basePath": "healthcheck" }] }