AdminControllerDiagnostics Method

GET /Admin/DiagnosticsFile Gets application and system diagnostics.

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("DiagnosticsFile")]
public HttpResponseMessage Diagnostics(
	Nullable<Guid> sessionId = null,
	string key = null,
	string mode = null
)

Parameters

sessionId (Optional)
Type: SystemNullableGuid
The current session ID.
key (Optional)
Type: SystemString
The local access key.
mode (Optional)
Type: SystemString
The view mode.

Return Value

Type: HttpResponseMessage
The diagnostic results.
See Also