aboutsummaryrefslogtreecommitdiffstats
path: root/models-sim/policy-models-simulators/src/test/resources/missingSource.json
blob: 0f02e409594d74b618aa627d1ce73a3e23b1957a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "dmaapProvider": {
        "name": "DMaaP simulator",
        "topicSweepSec": 300,
        "restServerParameters": {

        }
    },
    "topicSinks": [
        {
            "topic": "APPC-LCM-READ",
            "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"
        }
    ]
}