Click or drag to resize

IJsonpWsEndUserSetControlToolActivationRequest Method

Sets a new Controltool activation request for the specified servers.
The SetControlToolActivationRequest allows to send an Extra Control Tool activation request for one or more virtual machines; as soon as the request is processed, the token required for the activation will be sent via email.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetControlToolActivationRequest/{jsonp}/{userName}/{token}/{serverIDs}")]
Stream SetControlToolActivationRequest(
	string jsonp,
	string userName,
	string token,
	string serverIDs
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
serverIDs
Type: SystemString
The server IDs, separated with commas.

Return Value

Type: Stream
The result of the operation.

Return Value

Type: Stream
Examples