POST /Server/

Register a server with the specified name.
 

Request

Method Request URI
POST /API/Server/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session.

Request Body

Name: name
Type: System.String

Response

Response Body

false if the specified server name is already registered; otherwise, true.