blob: 2c998eba4827b6bf098d7e7a4ee798aee44a7bbc [file] [log] [blame]
dfarrelly5e40fbf2019-02-20 14:26:37 +00001{
JoeOLeary2c8ddf32019-07-19 10:02:12 +00002 "dmaap_publisher": {
dfarrelly5e40fbf2019-02-20 14:26:37 +00003 "aaf_username": "username",
4 "aaf_password": "password",
5 "type": "message_router",
6 "dmaap_info": {
JoeOLeary2c8ddf32019-07-19 10:02:12 +00007 "client_role": "org.dcae.onap.pmPublisher",
rajendrajaiswalffa3a2d2019-06-26 10:31:10 +01008 "client_id": "dcae@dcae.onap.org",
9 "location": "san-francisco",
JoeOLeary2c8ddf32019-07-19 10:02:12 +000010 "topic_url": "https://message-router:3905//events/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS"
dfarrelly5e40fbf2019-02-20 14:26:37 +000011 }
12 },
JoeOLeary2c8ddf32019-07-19 10:02:12 +000013 "dmaap_subscriber": {
dfarrelly5e40fbf2019-02-20 14:26:37 +000014 "type": "data_router",
15 "dmaap_info": {
16 "username": "username",
17 "password": "password",
rajendrajaiswalffa3a2d2019-06-26 10:31:10 +010018 "location": "san-francisco",
19 "delivery_url": "https://dcae-pm-mapper:8443/delivery",
20 "subscriber_id": "1"
dfarrelly5e40fbf2019-02-20 14:26:37 +000021 }
22 }
23}