HealthControllerCheckHealth Method

POST /Health/ Starts the health check.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Index")]
public HttpResponseMessage CheckHealth(
	[FromBodyAttribute] HealthCheckOptions options,
	Nullable<Guid> sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsHealthCheckOptions
List of options to be used by the health check.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A Guid associated with the health check, or a status code indicating the problem.
See Also