ServerControllerRegisterServer Method

Register a server with the specified name.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
[HttpPostAttribute]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<ServerInfoData> RegisterServer(
	[FromBodyAttribute] string name,
	Guid? sessionId = null
)

Parameters

name
Type: SystemString
The name of the server to be registered.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: ActionResultServerInfoData
The operation completed successfully. The payload contains a ServerInfoData object.
See Also