aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/cbs-client/src/test/resources/streams/integration_mixed_dmaap.json
blob: acc7b98718723ac60758e8ed42cd2cd400182dd4 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{

    "streams_subscribes": {
        "DCAE_GUEST_OS": {
            "type": "data_router",
            "dmaap_info": {
                "username": "xyz",
                "password": "abc",
                "location": "mtn23",
                "delivery_url": "https://dr.global:8666/DCAE_SAM_GUEST_OS",
                "subscriber_id": "811"
            }
        },
        "DCAE_RAW_DATA": {
            "type": "data_router",
            "dmaap_info": {
                "username": "abc",
                "password": "xyz",
                "location": "mtn23",
                "delivery_url": "https://dr.global:8666/DCAE_CEILOMETER_RAW_DATA",
                "subscriber_id": "812"
            }
        },
        "sec-measurement-output": {
            "type": "message_router",
            "aaf_password": "aaf_password",
            "dmaap_info": {
                "topic_url": "https://mr.hostname:3905/events/com.att.dcae.dmaap.SEC-MEASUREMENT-OUTPUT-v1",
                "client_role": "com.att.dcae.member",
                "location": "mtn23",
                "client_id": "1111"
            },
            "aaf_username": "aaf_username"

        }

    },

    "streams_publishes": {

        "DCAE_VOIP_PM_DATA": {
            "type": "data_router",
            "dmaap_info": {
                "username": "abc",
                "log_url": "https://dcae-drps/feedlog/206",
                "publish_url": "https://dcae-drps/publish/206",
                "location": "mtn23",
                "password": "xyz",
                "publisher_id": "206.518hu"

            }
        },

        "DCAE_GUEST_OS_O": {
            "type": "data_router",
            "dmaap_info": {
                "username": "axyz",
                "log_url": "https://dcae-drps/feedlog/203",
                "publish_url": "https://dcae-drps/publish/203",
                "location": "mtn23",
                "password": "abc",

                "publisher_id": "203.2od8s"
            }
        },

        "DCAE_PM_DATA": {
            "type": "data_router",
            "dmaap_info": {
                "username": "xyz",
                "log_url": "https://dcae-drps/feedlog/493",
                "publish_url": "https://dcae-drps/publish/493",
                "location": "mtn23bdce2",
                "password": "abc",
                "publisher_id": "493.eacqs"
            }
        }
    }

}