Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Client Failover Service

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

TitleResults for “How to create a CRG?”Also Available in