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
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetPreConfiguredPackages/{jsonp}/{userName}/{token}/{hypervisorType}")>
Function GetPreConfiguredPackages (
jsonp As String,
userName As String,
token As String,
hypervisorType As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetPreConfiguredPackages/{jsonp}/{userName}/{token}/{hypervisorType}")]
Stream^ GetPreConfiguredPackages(
String^ jsonp,
String^ userName,
String^ token,
String^ hypervisorType
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetPreConfiguredPackages/{jsonp}/{userName}/{token}/{hypervisorType}")>]
abstract GetPreConfiguredPackages :
jsonp : string *
userName : string *
token : string *
hypervisorType : string -> Stream
function GetPreConfiguredPackages(
jsonp : String,
userName : String,
token : String,
hypervisorType : String
) : Stream
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:
StreamList of Packages
See Also