Querying the Client Failover Service
- Last UpdatedFeb 20, 2025
- 1 minute read
Users can query the Client Failover service with any REST client tool to check on the status of the service and any corresponding adapters.
-
To list all failover groups:
curl -u <username>:<password> https://<host>:<port>/api/v1/clientfailover/groups | json_pp
-
To check the status of an individual failover group:
curl -u <username>:<password> https://<host>:<port>/api/v1/clientfailover/groups/<FailoverGroupName>/ClientSessions | json_pp