Topic Tree
Topic Tree operations
Available API Paths
Path: /api/system/topictree
Methods
GET
Returns the topic tree for all the brokers. Can be used only by a logged in user without any restricted roles
Responses
Status | Description | Response Content or Scheme |
200 | Map of broker names to their topic trees | |
403 | User does not have enough permissions to access the resource |
|
404 | Plugin is not enabled or not found |
|
500 | An internal server error has occured |
|
DELETE
Clears all the topic trees in MMC. Can be used only by a logged in user without any restricted roles
Responses
Status | Description | Response Content or Scheme |
200 | ||
401 | Access to resource is denied. User not authenticated (logged in) or session expired |
|
403 | User does not have enough permissions to access the resource |
|
404 | Plugin is not enabled or not found |
|
500 | An internal server error has occured |
|