Click or drag to resize

IJsonpWsEndUserSetControlToolActive Method

Activates ControlTool on the machines related to the request with the specified token.
The SetControlToolActive allows to activate the Extra Control Tool on one or more virtual machines, passing it a token generated by an Extra Control Tool activation request for one or more virtual machines.

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 = "SetControlToolActive/{jsonp}/{userName}/{token}/{activationRequestToken}")]
Stream SetControlToolActive(
	string jsonp,
	string userName,
	string token,
	string activationRequestToken
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
The token.
activationRequestToken
Type: SystemString

Return Value

Type: Stream

Return Value

Type: Stream
Examples