You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
why is there no AgentClient getService(serviceId) method using GET/agent/service/:service_id? I see AgentClient getServices() method returning Map of all services, however, If I have serviceId available,
I would like to exercise Consul 1.3.0 HTTP API GET/agent/service/:service_id to return Service object based on service_id.
The text was updated successfully, but these errors were encountered:
+1 for this missing API. This seems to be the only API supporting blocking queries and want to use if for my implementation. Any chance we can get this soon?
why is there no AgentClient getService(serviceId) method using GET/agent/service/:service_id? I see AgentClient getServices() method returning Map of all services, however, If I have serviceId available,
I would like to exercise Consul 1.3.0 HTTP API GET/agent/service/:service_id to return Service object based on service_id.
The text was updated successfully, but these errors were encountered: