ServerControllerRegisterServer Method

POST /Server/ 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 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Index")]
public HttpResponseMessage RegisterServer(
	[FromBodyAttribute] string name,
	Nullable<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: HttpResponseMessage
if the specified server name is already registered; otherwise, .
See Also