How can I carry out a heath check in Context Store interfaces?

Last Updated : Jun 26, 2018 |

To check the system health:

In postman use the following GET request:

http://clusterIP/services/ContextStoreRest/cs/contexts/cs_status_check/

If the data grid is in good health, the system displays 200 OK response along with either of the following messages:

  • Context Store cluster is UP.

  • There is an issue with the Context Store cluster.

You can execute this health check from other Context Store interfaces as well:

  • ContextStoreScreenPop: http://clusterIP/services/ContextStoreScreenPop/cs/pop/cs_status_check

  • ContextStoreSoap: Get Status operation

  • CS PDC: Check Context Store status operation

  • Java SDK: checkCSStatus() method

  • JavaScript SDK: getContextStoreStatus() method