IJsonPostWsEndUserGetControlToolCheck Method
|
This operation verifies if Controltool is active on the specified machine.
The GetControlToolCheck method allows to check whether the Extra Control Tool is active for a given virtual machine.
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)]
Stream GetControlToolCheck(
ServerRequest request
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json)>
Function GetControlToolCheck (
request As ServerRequest
) As Stream
[OperationContractAttribute]
[WebInvokeAttribute(Method = L"POST", ResponseFormat = WebMessageFormat::Json)]
Stream^ GetControlToolCheck(
ServerRequest^ request
)
[<OperationContractAttribute>]
[<WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)>]
abstract GetControlToolCheck :
request : ServerRequest -> Stream
function GetControlToolCheck(
request : ServerRequest
) : Stream
Parameters
- request
- Type: Aruba.Cloud.WsEndUser.JsonServerRequest
Return Value
Type:
StreamReturn Value
Type:
Stream
Examples
See Also