Click or drag to resize

IJsonPostWsEndUserGetSystemStatusHistory Method

By the method GetSystemStatusHistory you can show the statistics of use for the server's resources (CPU, RAM, Disks) The method return an object with the list of statistics about CPU, RAM and Disks for a specific server.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
Stream GetSystemStatusHistory(
	GetSystemStatusHistoryRequest request
)

Parameters

request
Type: Aruba.Cloud.WsEndUser.JsonGetSystemStatusHistoryRequest

Return Value

Type: Stream
See Also