-
Suggestion
-
Resolution: Fixed
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
It would be useful to be able to retrieve more information regarding cluster nodes on Confluence Data center. For instance, using Stash data center, it is possible to retrieve information about each node by executing:
HTTP GET http://<stash>:PORT/status
This returns one of two HTTP status codes:
- 200 OK
- 500 Internal Server Error
If a cluster node does not return 200 OK within a reasonable amount of time, the load balancer should not direct any traffic to it.
Opening this request to have the same thing on Confluence Data Center.
- relates to
-
CONFCLOUD-38782 Ability to retrieve more information on cluster nodes for Confluence Data Center
- Closed
Thanks, calling the status to the individual node works as well.