Is it possible to restart a dynamic shovel via the HTTP API ? #2835
-
We've an issue where we've defined a dynamic shovel on a device (actually a vessel) which has an unreliable / shaky connection. We were thinking of creating a service which regularly checks the status of the shovel and restart the shovel if the shovel is down. We'd to this via the HTTP API. Could you please extend the documentation with information on how to check the status of a shovel / restart a shovel via the REST API ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
Moved to rabbitmq/rabbitmq-website#1152. The site is open source so you are welcome to contribute to the dynamic Shovels guide. Please add a new section similarly to Declaring a Shovel and Deleting a Shovel. |
Beta Was this translation helpful? Give feedback.
-
I could determine how to restart a shovel by looking at the request that is launched via the shovel admin plugin. (Sending a DELETE request to ´api/shovels/vhost/{hosname}/{shovelname}/restart´ However, it would also be nice if this is mentionned in the API docs. |
Beta Was this translation helpful? Give feedback.
Moved to rabbitmq/rabbitmq-website#1152. The site is open source so you are welcome to contribute to the dynamic Shovels guide. Please add a new section similarly to Declaring a Shovel and Deleting a Shovel.