summaryrefslogtreecommitdiffstats
path: root/src/test/resources/valid_mapper_config.json
blob: 27765ae1dec7f3f4afaa5c13b64965271937ac99 (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
{
    "pm-mapper-filter": "{ \"filters\":[]}",
    "3GPP.schema.file": "{\"3GPP_Schema\":\"./etc/3GPP_relaxed_schema.xsd\"}",
    "streams_subscribes": {
        "dmaap_subscriber": {
            "type": "data_router",
            "aaf_username": null,
            "aaf_password": null,
            "dmaap_info": {
                "location": "location",
                "delivery_url": "delivery_url",
                "username": "username",
                "password": "password",
                "subscriber_id": "subsriber_id"
            }
        }
    },
    "streams_publishes": {
        "pm_mapper_handle_out": {
            "type": "message_router",
            "aaf_password": null,
            "dmaap_info": {
                "topic_url": "https://we-are-message-router.us:3905/events/some-topic",
                "client_role": null,
                "location": null,
                "client_id": null
            },
            "aaf_username": null
        }
    },
    "buscontroller_feed_id": "2",
    "buscontroller_feed_subscription_endpoint": "http://dmaap-bc.onap.svc.cluster.local:8080/webapi/dr_subs",
    "services_calls": {}
}