dcaegen2 vescollector seedcode
[dcaegen2/collectors/ves.git] / data-formats / ves-dmaap-config.json
1 {
2                 "sec_measurement": {
3                         "type": "message_router",
4                         "aaf_username": "aafid",
5                         "aaf_password": "pwd",
6                         "dmaap_info": {
7                                 "client_role": "com.att.dcae.member",
8                                 "client_id": "111111",
9                                 "location": "mtl5",
10                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MEASUREMENT-OUTPUT"
11                         }
12                 },
13                 "sec_fault": {
14                         "type": "message_router",
15                         "aaf_username": "aafid",
16                         "aaf_password": "pwd",
17                         "dmaap_info": {
18                                 "client_role": "com.att.dcae.member",
19                                 "client_id": "222222",
20                                 "location": "mtl5",
21                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-FAULT-OUTPUT"
22                         }
23                 },
24                 
25                 "sec_syslog": {
26                         "type": "message_router",
27                         "aaf_username": "aafid",
28                         "aaf_password": "pwd",
29                         "dmaap_info": {
30                                 "client_role": "com.att.dcae.member",
31                                 "client_id": "111111",
32                                 "location": "mtl5",
33                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-SYSLOG-OUTPUT"
34                         }
35                 },
36                 "sec_statechange": {
37                         "type": "message_router",
38                         "aaf_username": "aafid",
39                         "aaf_password": "pwd",
40                         "dmaap_info": {
41                                 "client_role": "com.att.dcae.member",
42                                 "client_id": "222222",
43                                 "location": "mtl5",
44                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-STATECHANGE-OUTPUT"
45                         }
46                 },                
47                 
48                 "sec_thresholdCrossingAlert": {
49                         "type": "message_router",
50                         "aaf_username": "aafid",
51                         "aaf_password": "pwd",
52                         "dmaap_info": {
53                                 "client_role": "com.att.dcae.member",
54                                 "client_id": "111111",
55                                 "location": "mtl5",
56                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-TCA-OUTPUT"
57                         }
58                 },
59                 "sec_heartbeat": {
60                         "type": "message_router",
61                         "aaf_username": "aafid",
62                         "aaf_password": "pwd",
63                         "dmaap_info": {
64                                 "client_role": "com.att.dcae.member",
65                                 "client_id": "222222",
66                                 "location": "mtl5",
67                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-HEARTBEAT-OUTPUT"
68                         }
69                 },
70                 
71                 "sec_other": {
72                         "type": "message_router",
73                         "aaf_username": "aafid",
74                         "aaf_password": "pwd",
75                         "dmaap_info": {
76                                 "client_role": "com.att.dcae.member",
77                                 "client_id": "111111",
78                                 "location": "mtl5",
79                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-OTHER-OUTPUT"
80                         }
81                 },
82                 "sec_mobileflow": {
83                         "type": "message_router",
84                         "aaf_username": "aafid",
85                         "aaf_password": "pwd",
86                         "dmaap_info": {
87                                 "client_role": "com.att.dcae.member",
88                                 "client_id": "222222",
89                                 "location": "mtl5",
90                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT"
91                         }
92                 },                                
93                 "ves_sipsignaling": {
94                         "type": "message_router",
95                         "aaf_username": "aafid",
96                         "aaf_password": "pwd",
97                         "dmaap_info": {
98                                 "client_role": "com.att.dcae.member",
99                                 "client_id": "222222",
100                                 "location": "mtl5",
101                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT"
102                         }
103                 }, 
104                 "ves_voicequality": {
105                         "type": "message_router",
106                         "aaf_username": "aafid",
107                         "aaf_password": "pwd",
108                         "dmaap_info": {
109                                 "client_role": "com.att.dcae.member",
110                                 "client_id": "222222",
111                                 "location": "mtl5",
112                                 "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT"
113                         }
114                 },                                 
115                 "sec_fault_unsecure": {
116                         "type": "message_router",
117                         "dmaap_info": {
118                                 "location": "mtl5",
119                                 "topic_url": "http://uebsb91kcdc.it.att.com:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV"
120                         }
121                 },
122                 "sec_measurement_unsecure": {
123                         "type": "message_router",
124                         "dmaap_info": {
125                                 "location": "mtl5",
126                                 "topic_url": "http://uebsb91kcdc.it.att.com:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV"
127                         }
128                 }
129
130 }