IJsonpWsEndUserGetServerSchedulesLogs Method
|
Recover log on scheduled operations of a given Cloud Server. By the method GetServerSchedulesLogs()
Aruba's WsEndUser you can recover all the logs (between 2 dates) of scheduled operations performed
on a particular Cloud 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 = "GetServerSchedulesLogs/{jsonp}/{userName}/{token}/{serverID}?startDate={startDate}&endDate={endDate}")]
Stream GetServerSchedulesLogs(
string jsonp,
string userName,
string token,
string serverID,
string startDate,
string endDate
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetServerSchedulesLogs/{jsonp}/{userName}/{token}/{serverID}?startDate={startDate}&endDate={endDate}")>
Function GetServerSchedulesLogs (
jsonp As String,
userName As String,
token As String,
serverID As String,
startDate As String,
endDate As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetServerSchedulesLogs/{jsonp}/{userName}/{token}/{serverID}?startDate={startDate}&endDate={endDate}")]
Stream^ GetServerSchedulesLogs(
String^ jsonp,
String^ userName,
String^ token,
String^ serverID,
String^ startDate,
String^ endDate
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetServerSchedulesLogs/{jsonp}/{userName}/{token}/{serverID}?startDate={startDate}&endDate={endDate}")>]
abstract GetServerSchedulesLogs :
jsonp : string *
userName : string *
token : string *
serverID : string *
startDate : string *
endDate : string -> Stream
function GetServerSchedulesLogs(
jsonp : String,
userName : String,
token : String,
serverID : String,
startDate : String,
endDate : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- serverID
- Type: SystemString
- startDate
- Type: SystemString
- endDate
- Type: SystemString
Return Value
Type:
Stream
See Also