dyrnq commented on issue #8827:
URL: https://github.com/apache/apisix/issues/8827#issuecomment-1428899357

   @Fabriceli 
   
   And the consul health api like this blow, there are some different places 
between health API and catalog API, parameter and response body
   
   - Consul health API, var query `passing=true` get health endpoints only
   ```bash
   curl -fsSL 
http://127.0.0.1:8500/v1/health/service/netshoot-2-netshoot-group?passing=true
   ```
   - Consul catalog API
   
   ```bash
   curl -fsSL http://127.0.0.1:8500/v1/catalog/service/netshoot-2-netshoot-group
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to