Delete TopicMonitor
Purpose
Deletes a specified topic monitor.URI
Use the Eclipse Amlen REST API DELETE method with the following Eclipse Amlen configuration URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/TopicMonitor/<TopicString>
Usage NotesĀ®
-
The TopicString can be an asterisk (*). If asterisk (*) is specified, then all TopicMonitor topics are deleted.
- The command must be capitalized as shown.
- The command must use the double quotation marks as shown.
Related Commands
Example
Deletes a topic monitor for the stringROOT/#
:curl -X DELETE http://127.0.0.1:9089/ima/v1/configuration/TopicMonitor/ROOT/#
Example
response to the DELETE
method:
{
"Version": "v1",
"Code": "CWLNA6011",
"Message": "The requested configuration change has completed successfully."
}