From 8537f3c5ee8bf3897404dff5442c6a10f4d1420d Mon Sep 17 00:00:00 2001 From: "sunil.unnava" Date: Fri, 10 May 2019 11:24:53 -0400 Subject: clean MR codebase Issue-ID: DMAAP-1199 Change-Id: Ieff7939b02a8987b6101dd1c0ec886b474f1fa82 Signed-off-by: sunil.unnava --- docs/offeredapis/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/offeredapis/api.rst') diff --git a/docs/offeredapis/api.rst b/docs/offeredapis/api.rst index 0428850..ec89974 100644 --- a/docs/offeredapis/api.rst +++ b/docs/offeredapis/api.rst @@ -277,7 +277,7 @@ Sample Request: =============== +----------------------------------------------------------------------------------------------------+ -| GET http://:3904/events/com.att.dmaap.mr.sprint/mygroup/mycus | +| GET http://:3904/events/org.onap.dmaap.mr.sprint/mygroup/mycus | | | | Content-Type: application/json | | | @@ -285,7 +285,7 @@ Sample Request: | | |curl -u XXX@csp.abc.com:MRDmap2016$ -X GET -d 'MyfirstMessage' | | | -|http://mrlocal00.dcae.proto.research.att.com:3904/events/com.att.ecomp_test.crm.preDeo/myG/C1 | +|http://10.12.7.22:3904/events/com.att.ecomp_test.crm.preDeo/myG/C1 | | | |[I am r sending first msg,I am R sending first msg] | +----------------------------------------------------------------------------------------------------+ @@ -448,9 +448,9 @@ Sample Request: =============== +-----------------------------------------------------------------------------------------------------------------------------------+ -| GET http://:3904/topic/com.att.dmaap.mr.testtopic | +| GET http://:3904/topic/org.onap.dmaap.mr.testtopic | | curl -u XXX@csp.abc.com:x$ -X | -| GET http://mrlocal00.dcae.proto.research.att.com:3904/topics | +| GET http://10.12.7.22:3904/topics | | {"topics": [ | | {"txenabled": true,"description": "This is a TestTopic","owner": "XXXX@csp.abc.com","topicName": "org.onap.dmaap.mr.Load9"| | {"txenabled": false,"description": "", "owner": "", "topicName": "org.onap.dmaap.mr.Load1" | -- cgit 1.2.3-korg