HealthControllerIsAlive Method

GET /Health/IsAlive/ Gets an empty ok result to indicate that the Dundas BI application is running.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("IsAlive")]
public HttpResponseMessage IsAlive()

Return Value

Type: HttpResponseMessage
A status code indicating success.
See Also