Click or drag to resize

IWsEndUserSetEnqueueServerReset Method

Performs a restart operation of the virtual server specified. By the method SetEnqueueServerPowerOff() of Aruba WsEndUser, you can append operation (Job) to reset the virtual server specified by parameter ServerID.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
WsResult SetEnqueueServerReset(
	int serverId
)

Parameters

serverId
Type: SystemInt32
Value of type string that represents the unique identifier of the virtual server to restart.

Return Value

Type: WsResult
The method returns the serialization in JavaScript Object Notation (JSON) class WsResult.
Examples
The method can be called using the following notation:
https://api.dc1.computing.cloud.it/wsenduser/v1.3/jsonp/SetEnqueueServerRestart/ArubaCloud.Response.ServerRestart.call/ARU-0000/e20cf5fa-ce5c-489c-9160-b26efdc1bad8/859

The following is an example of the response body.

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