The StorageServer application can be monitored using a REST call to the following endpoint:

https://<serveraddress>:<portnumber>/health

If the service is in a healthy state. it will return the body "Service is Ready" and a 200 response code.

If the service is not in a healthy state, it will return a 4XX response code.