DMaaP Message Router API
The message router implements an API for various operations. The base URL is at: http://{message-router-ip}:3904
API | Method | URL | Header | Data | Description |
---|---|---|---|---|---|
list topics | GET | BASE/topics | N/A | N/A | list topics |
list particular topic | GET | BASE/topics/{topic_name} | N/A | N/A | list info about topic {topic_name} |
See Common Services for a link to the open source for this API.