Method GetHealthCheck
GetHealthCheck()
Health check with HTTP GET
Declaration
string GetHealthCheck()
Returns
Type | Description |
---|---|
System.String | If the HealthCkeck is correct. "OK" will be returned |
Examples
GET http://YourServerName/InfoShare/Json/Server/GetHealthCheck
Example for health check.{ }
Response:
{
"GetHealthCheckResult": "OK"
}