Get current status of target server

Not applicable

Our team uses load balancing and TCP Health monitoring for our API proxies. These features work great, but we want to get the current status of our target servers, perhaps via the Management API. We want to know things like:

  • What is the current failure count for each target server?
  • What target servers are in the rotation?
  • What target servers are out of rotation?

I can't seem to find a way to get this information. At the very least, we want to know what target servers are out of rotation. I was wondering if target servers are disabled if they're out of rotation since enabled/disabled is something I know we can check via a Management API. I tested this by stopping one of our containers that a target server was pointing to. The target server was correctly removed from rotation as I confirmed by doing a trace session, but the target server was still "Enabled" when checking the Environment Configuration page.

Any advice would be appreciated on getting the current status of our target servers. Thanks.

2 2 637
2 REPLIES 2

Not applicable

@Anil Sagar @Dino I have a similar requirement. Any leads on how to solve this?

olofhaglund
Participant III

I also look for something like this. Would be most helpful during debugging.