AdminControllerDownloadDiagnostics Method

Downloads application and system diagnostics.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
[HttpGetAttribute("diagnostics/{diagnosticsId}/download")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult DownloadDiagnostics(
	Guid diagnosticsId,
	Guid? sessionId = null,
	string? key = null,
	string? mode = null
)

Parameters

diagnosticsId
Type: SystemGuid
The ID of the diagnostics.
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: ActionResult
The generated diagnostics.
See Also