{
    "dmaapProvider": {
        "name": "DMaaP simulator",
        "topicSweepSec": 300,
        "restServerParameters": {

        }
    },
    "topicSources": [
        {
            "topic": "APPC-LCM-WRITE",
            "servers": ["localhost"],
            "port": 3905,
            "topicCommInfrastructure": "DMAAP",
            "https": true
        }
    ],
    "topicServers": [
        {
            "name": "APPC-LCM simulator",
            "providerClass": "org.onap.policy.simulators.AppcLcmTopicServer",
            "sink": "APPC-LCM-READ",
            "source": "APPC-LCM-WRITE"
        }
    ]
}