IWsDBaaSGetDbaasAccountStatistics Method
|
Gets the statistics about the usages of a Dbaas Account.
Namespace:
Aruba.Cloud.WsDBaaS
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<List<DbaasAccountStatistics>> GetDbaasAccountStatistics(
GetDbaasAccountStatisticsRequest request
)
<OperationContractAttribute>
Function GetDbaasAccountStatistics (
request As GetDbaasAccountStatisticsRequest
) As WsResult(Of List(Of DbaasAccountStatistics))
[OperationContractAttribute]
WsResult<List<DbaasAccountStatistics^>^>^ GetDbaasAccountStatistics(
GetDbaasAccountStatisticsRequest^ request
)
[<OperationContractAttribute>]
abstract GetDbaasAccountStatistics :
request : GetDbaasAccountStatisticsRequest -> WsResult<List<DbaasAccountStatistics>>
function GetDbaasAccountStatistics(
request : GetDbaasAccountStatisticsRequest
) : WsResult<List<DbaasAccountStatistics>>
Parameters
- request
- Type: Aruba.Cloud.WsDBaaS.RequestsGetDbaasAccountStatisticsRequest
A GetDbaasAccountStatisticsRequest object, it defines the DbaasAccountID, ResourceType and Period.
ResourceType can be null (no filter applied), "cpu", "ram", "storage".
Period cannot be null and it must be "24h" (day stats), "7d" (week stats), "30d" (month stats).
Return Value
Type:
WsResultListDbaasAccountStatistics
See Also