It is possible to configure Consul callback "POST" to a rest API every time that a service status is updated?
I've found "Watch" feature in documentation (https://www.consul.io/docs/dynamic-app-config/watches#http-endpoint), but seems like this feature is not to automatically Consul call some API when a services event is called.
Please, if someone know how to do this task, will be very thankful!
/v1/health/service/:serviceto the configured HTTP endpoint whenever the service is updated. If your HTTP server cannot parse that payload as-is, you will need to send the output to a script which modifies the request before POSTing it to the HTTP server. - Blake Covarrubias