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
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetSystemStatusHistory/{jsonp}/{userName}/{token}/{fromDate}/{toDate}/{groupBy}/{monitoringResource}/{serverId}")>
Function GetSystemStatusHistory (
jsonp As String,
userName As String,
token As String,
fromDate As String,
toDate As String,
groupBy As String,
monitoringResource As String,
serverId As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"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
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetSystemStatusHistory/{jsonp}/{userName}/{token}/{fromDate}/{toDate}/{groupBy}/{monitoringResource}/{serverId}")>]
abstract GetSystemStatusHistory :
jsonp : string *
userName : string *
token : string *
fromDate : string *
toDate : string *
groupBy : string *
monitoringResource : string *
serverId : string -> Stream
function GetSystemStatusHistory(
jsonp : String,
userName : String,
token : String,
fromDate : String,
toDate : String,
groupBy : String,
monitoringResource : String,
serverId : String
) : Stream
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