blob: 68804663d3a4e57ff27af60dbb157a87cdff2b92 (
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
|
{
"ves-fault-secondary": {
"aaf_username": "sampleUsername",
"dmaap_info": {
"topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV",
"location": "mtl5",
"client_id": null,
"client_role": null
},
"type": "message_router",
"aaf_password": "SamplePasswd"
},
"ves-thresholdCrossingAlert-secondary": {
"aaf_username": "sampleUsername2",
"dmaap_info": {
"topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV",
"location": "mtl5",
"client_id": null,
"client_role": null
},
"type": "message_router",
"aaf_password": "SamplePassWD2"
}
}
|