Open this page in the API Guide

ServerController.SetServerGroup Method

Sets the server group of the specified server.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPutAttribute("ServerGroup")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult SetServerGroup(
	[FromBodyAttribute] SetServerGroupOptions setServerGroupOptions,
	Guid? sessionId = null
)

Parameters

setServerGroupOptions
Type: Dundas.BI.WebApi.Models.SetServerGroupOptions
The option of setting a server group.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult
See Also