Click or drag to resize

IJsonpWsEndUserGetControlToolCheck 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]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetControlToolCheck/{jsonp}/{userName}/{token}/{serverID}")]
Stream GetControlToolCheck(
	string jsonp,
	string userName,
	string token,
	string serverID
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
serverID
Type: SystemString

Return Value

Type: Stream

Return Value

Type: Stream
Examples