Click or drag to resize

IJsonpWsEndUserGetSystemStatusHistory 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]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetSystemStatusHistory/{jsonp}/{userName}/{token}/{fromDate}/{toDate}/{groupBy}/{monitoringResource}/{serverId}")]
Stream GetSystemStatusHistory(
	string jsonp,
	string userName,
	string token,
	string fromDate,
	string toDate,
	string groupBy,
	string monitoringResource,
	string serverId
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
fromDate
Type: SystemString
toDate
Type: SystemString
groupBy
Type: SystemString
monitoringResource
Type: SystemString
serverId
Type: SystemString

Return Value

Type: Stream
See Also