-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
We've an issue where we've defined a dynamic shovel on a device (actually a vessel) which has an unreliable / shaky connection.
Often, the shovel stops working because it was unable to connect for x times in a certain period of time.
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.
I've found this PR which makes this functionality available, but I cannot find anything regarding getting the status of a shovel or restarting a shovel 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 ?
Next to that, it would also be nice if the documentation could be enriched by specifying some details on how many connection attempts in which period of time need to happen before the shovel is terminated.