Click or drag to resize

IWsCommonJsonpGetDatacenterConfigurations Method

The method gets the data center configurations available. Using the method GetDatacenterConfigurations() you can get information about the configuration settings of datacenter available at the time of the call.

Namespace:  Aruba.Cloud.WsCommon
Assembly:  Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetDatacenterConfigurations/{jsonp}")]
Stream GetDatacenterConfigurations(
	string jsonp
)

Parameters

jsonp
Type: SystemString

Return Value

Type: Stream
See Also