Click or drag to resize

IJsonPostWsEndUserSetEnqueueServerStop Method

This method executes shutdown of virtual server. By SetEnqueueServerStart it’s possible add shutdown operation (Job) of virtual server with serverId in input

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
Stream SetEnqueueServerStop(
	ServerRequest request
)

Parameters

request
Type: Aruba.Cloud.WsEndUser.JsonServerRequest

Return Value

Type: Stream
WsResult contain call information. For more information consult WsResult
Examples
The method can be called using the following notation:
https://api.dc1.computing.cloud.it/wsenduser/v1.3/jsonp/SetEnqueueServerStop/ArubaCloud.Response.ServerStop.call/ARU-0000/e20cf5fa-ce5c-489c-9160-b26efdc1bad8/859

Below an example of response:

ArubaCloud.Response.ServerStop.call({
  "ExceptionInfo": null,
  "ResultCode": 0,
  "ResultMessage": null,
  "Success": true
})
See Also