IJsonpWsEndUserGetVDCGraph Method
|
The method retrieve a graphical view related the virtualdatanceter owned by logged user.
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 = "GetVDCGraph/{jsonp}/{userName}/{token}")]
Stream GetVDCGraph(
string jsonp,
string userName,
string token
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetVDCGraph/{jsonp}/{userName}/{token}")>
Function GetVDCGraph (
jsonp As String,
userName As String,
token As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetVDCGraph/{jsonp}/{userName}/{token}")]
Stream^ GetVDCGraph(
String^ jsonp,
String^ userName,
String^ token
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetVDCGraph/{jsonp}/{userName}/{token}")>]
abstract GetVDCGraph :
jsonp : string *
userName : string *
token : string -> Stream
function GetVDCGraph(
jsonp : String,
userName : String,
token : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
Return Value
Type:
Stream
Examples
See Also