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
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetControlToolCommandResult/{jsonp}/{userName}/{token}/{serverId}/{command}")>
Function GetControlToolCommandResult (
jsonp As String,
userName As String,
token As String,
serverId As String,
command As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetControlToolCommandResult/{jsonp}/{userName}/{token}/{serverId}/{command}")]
Stream^ GetControlToolCommandResult(
String^ jsonp,
String^ userName,
String^ token,
String^ serverId,
String^ command
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetControlToolCommandResult/{jsonp}/{userName}/{token}/{serverId}/{command}")>]
abstract GetControlToolCommandResult :
jsonp : string *
userName : string *
token : string *
serverId : string *
command : string -> Stream
function GetControlToolCommandResult(
jsonp : String,
userName : String,
token : String,
serverId : String,
command : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- serverId
- Type: SystemString
- command
- Type: SystemString
Return Value
Type:
Stream
Examples
See Also