diff options
author | sunil.unnava <sunil.unnava@att.com> | 2019-05-10 11:24:53 -0400 |
---|---|---|
committer | sunil.unnava <sunil.unnava@att.com> | 2019-05-10 11:25:06 -0400 |
commit | 8537f3c5ee8bf3897404dff5442c6a10f4d1420d (patch) | |
tree | ce4582f7b9c5d65868702dc501943e92c84eecd8 /docs/offeredapis | |
parent | d7013af5e932661dffa1270a0334ac9f0f086e78 (diff) |
clean MR codebase
Issue-ID: DMAAP-1199
Change-Id: Ieff7939b02a8987b6101dd1c0ec886b474f1fa82
Signed-off-by: sunil.unnava <sunil.unnava@att.com>
Diffstat (limited to 'docs/offeredapis')
-rw-r--r-- | docs/offeredapis/api.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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://<hostname>:3904/events/com.att.dmaap.mr.sprint/mygroup/mycus | +| GET http://<hostname>: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://<hostname>:3904/topic/com.att.dmaap.mr.testtopic | +| GET http://<hostname>: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" | |