summaryrefslogtreecommitdiffstats
path: root/data-formats/ves-dmaap-config.json
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2017-08-22 23:36:51 +0100
committerVENKATESH KUMAR <vv770d@att.com>2017-08-23 00:57:24 -0400
commit64dd2f365ce28e8254ba8fa4407dc5d7f192dacf (patch)
treef950dd24404a02acfdd0a853cbb9fef3fb4b65ce /data-formats/ves-dmaap-config.json
parentef607b769611ddb809a4c13ce421f88ece16017d (diff)
dcaegen2 vescollector seedcode
Initial seed code delivery for vescollector for support on the gen2dcae platform Issue-ID: DCAEGEN2-52 Change-Id: Id2477eb266f05caf64c67dd809b1ad146ff4fb92 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'data-formats/ves-dmaap-config.json')
-rw-r--r--data-formats/ves-dmaap-config.json130
1 files changed, 130 insertions, 0 deletions
diff --git a/data-formats/ves-dmaap-config.json b/data-formats/ves-dmaap-config.json
new file mode 100644
index 00000000..847b7c7e
--- /dev/null
+++ b/data-formats/ves-dmaap-config.json
@@ -0,0 +1,130 @@
+{
+ "sec_measurement": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "111111",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MEASUREMENT-OUTPUT"
+ }
+ },
+ "sec_fault": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "222222",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-FAULT-OUTPUT"
+ }
+ },
+
+ "sec_syslog": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "111111",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-SYSLOG-OUTPUT"
+ }
+ },
+ "sec_statechange": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "222222",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-STATECHANGE-OUTPUT"
+ }
+ },
+
+ "sec_thresholdCrossingAlert": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "111111",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-TCA-OUTPUT"
+ }
+ },
+ "sec_heartbeat": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "222222",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-HEARTBEAT-OUTPUT"
+ }
+ },
+
+ "sec_other": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "111111",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-OTHER-OUTPUT"
+ }
+ },
+ "sec_mobileflow": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "222222",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT"
+ }
+ },
+ "ves_sipsignaling": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "222222",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT"
+ }
+ },
+ "ves_voicequality": {
+ "type": "message_router",
+ "aaf_username": "aafid",
+ "aaf_password": "pwd",
+ "dmaap_info": {
+ "client_role": "com.att.dcae.member",
+ "client_id": "222222",
+ "location": "mtl5",
+ "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT"
+ }
+ },
+ "sec_fault_unsecure": {
+ "type": "message_router",
+ "dmaap_info": {
+ "location": "mtl5",
+ "topic_url": "http://uebsb91kcdc.it.att.com:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV"
+ }
+ },
+ "sec_measurement_unsecure": {
+ "type": "message_router",
+ "dmaap_info": {
+ "location": "mtl5",
+ "topic_url": "http://uebsb91kcdc.it.att.com:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV"
+ }
+ }
+
+}