ApplicationConfigurationControllerComputeEffectiveLogFilterValue Method

POST /ApplicationConfiguration/ComputeEffectiveLogFilterValue/ Computes what the effective value for a setting would be without having to save the configuration.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("ComputeEffectiveLogFilterValue")]
public IActionResult ComputeEffectiveLogFilterValue(
	[FromBodyAttribute] ConfigValueOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsConfigValueOptions
An object that carries all needed information used to compute the effective value.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
An un-serialized log filter or a status code and error message indicating the problem.
See Also