IJsonPostWsEndUserGetSerialCommandResult Method
|
Note: This API is now obsolete.
This operation sends a command to a Virtual Machine and returns its output.
The GetSerialCommandResult 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]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
[ObsoleteAttribute("This Method is deprecated")]
Stream GetSerialCommandResult(
GetSerialCommandResultRequest request
)<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json)>
<ObsoleteAttribute("This Method is deprecated")>
Function GetSerialCommandResult (
request As GetSerialCommandResultRequest
) As Stream[OperationContractAttribute]
[WebInvokeAttribute(Method = L"POST", ResponseFormat = WebMessageFormat::Json)]
[ObsoleteAttribute(L"This Method is deprecated")]
Stream^ GetSerialCommandResult(
GetSerialCommandResultRequest^ request
)
[<OperationContractAttribute>]
[<WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)>]
[<ObsoleteAttribute("This Method is deprecated")>]
abstract GetSerialCommandResult :
request : GetSerialCommandResultRequest -> Stream
function GetSerialCommandResult(
request : GetSerialCommandResultRequest
) : Stream
Parameters
- request
- Type: Aruba.Cloud.WsEndUser.JsonGetSerialCommandResultRequest
Return Value
Type:
StreamReturn Value
Type:
Stream
Examples
See Also