Click or drag to resize

IJsonpWsEndUserGetPreConfiguredPackages Method

This method allows to recover pre configured packages.

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 = "GetPreConfiguredPackages/{jsonp}/{userName}/{token}/{hypervisorType}")]
Stream GetPreConfiguredPackages(
	string jsonp,
	string userName,
	string token,
	string hypervisorType
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
User to authenticate
token
Type: SystemString
Token or password of the user
hypervisorType
Type: SystemString
Hypervisor type to search

Return Value

Type: Stream
List of Packages
See Also