{ "name": "Instantiation", "supervisionScannerIntervalSec": 1000, "participantStateChangeIntervalSec": 1000, "participantClUpdateIntervalSec": 1000, "participantClStateChangeIntervalSec": 1000, "restServerParameters": { "host": "127.0.0.1", "port": 6969, "userName": "admin", "password": "password", "https": false, "aaf": false }, "pdpParameters": { "heartBeatMs": 10, "updateParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 }, "stateChangeParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 } }, "databaseProviderParameters": { "name": "PolicyProviderParameterGroup", "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", "databaseDriver": "org.mariadb.jdbc.Driver", "databaseUrl": "jdbc:mariadb://localhost:3306/policyadmin", "databaseUser": "policy", "databasePassword": "UDAxaWNZ", "persistenceUnit": "PolicyMariaDb" }, "topicParameterGroup": { "topicSources": [ { "topic": "INSTANTIATION", "servers": [ "localhost:6845" ], "topicCommInfrastructure": "dmaap" } ], "topicSinks": [ { "topic": "INSTANTIATION", "servers": [ "localhost:6845" ], "topicCommInfrastructure": "dmaap" } ] } }