MetricSetControllerAddScriptMetricSet Method

POST /MetricSet/AddScriptMetricSet/ Generate a script metric set.

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("AddScriptMetricSet")]
public HttpResponseMessage AddScriptMetricSet(
	[FromBodyAttribute] AddScriptMetricSetOptions options,
	Nullable<Guid> sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsAddScriptMetricSetOptions
The measure usage containing the information to generate a metric set.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A MetricSetData Object containing the generated script metric set.
See Also