Iam working on an application which can detect a couchbase node failure (not responding, not taking traffic, completely down etc) in version 7.2.2.
Is there any REST API to get these details?
ex: GET /pools/nodes gives complete node details, rather the one which can tell if node is live. Based on the response a manual failover can be triggerred.
I have two single node clusters. Would like to write an application which can contastly checks the status of the nodes and report if any is not accessible.