Click or drag to resize

IJsonpWsEndUserGetControlToolCommandResult Method

The GetControlToolCommandResult allows to send a text command to the Extra Control Tool on an individual virtual machine, and get the result back.

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

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
serverId
Type: SystemString
command
Type: SystemString

Return Value

Type: Stream
Examples