aboutsummaryrefslogtreecommitdiffstats
path: root/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json
blob: 2e2b67a826860533c33b23d57f240268b222da9a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "configs": {
        "dmaap": {
            "dmaapConsumerConfiguration": {
                "dmaapHostName": "dmaapmrhost",
                "dmaapPortNumber": 3904,
                "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT",
                "dmaapProtocol": "http",
                "dmaapUserName": "",
                "dmaapUserPassword": "",
                "dmaapContentType": "application/json",
                "consumerId": "C12",
                "consumerGroup": "OpenDcae-c12",
                "timeoutMs": -1,
                "messageLimit": 1
            },
            "dmaapProducerConfiguration": {
                "dmaapHostName": "dmaapdrhost",
                "dmaapPortNumber": 8443,
                "dmaapTopicName": "publish",
                "dmaapProtocol": "https",
                "dmaapUserName": "dradmin",
                "dmaapUserPassword": "dradmin",
                "dmaapContentType": "application/octet-stream"
            }
        },
        "ftp": {
            "ftpesConfiguration": {
                "keyCert": "/config/ftpKey.jks",
                "keyPassword": "secret",
                "trustedCA": "/config/ftpKey.jks",
                "trustedCAPassword": "secret"
            }
        },
        "security": {
            "trustStorePath" : "trustStorePath",
            "trustStorePasswordPath" : "trustStorePasswordPath",
            "keyStorePath" : "keyStorePath",
            "keyStorePasswordPath" : "keyStorePasswordPath",
            "enableDmaapCertAuth" : "enableDmaapCertAuth"
            }
    }
}