Click or drag to resize

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
)

Parameters

request
Type: Aruba.Cloud.WsEndUser.JsonGetSerialCommandResultRequest

Return Value

Type: Stream

Return Value

Type: Stream
Examples