What is unauthenticated SDC API for a health check ping?

  • 17 January 2022
  • 0 replies
  • 20 views

Userlevel 4
Badge

In Kubernetes implementation, you may want to put liveness probe check.  The below api will tell you whether the sdc webserver is alive or not.

GET http://${SDC_URL}:18630/public-rest/ping

 

Note: This API does not confirm whether SDC is healthy/ready in case you need to differentiate. This just checks for sdc webserver is alive or not.


This topic has been closed for comments