PHP Class Scalr_UI_Controller_Logs

Inheritance: extends Scalr_UI_Controller
Datei anzeigen Open project: scalr/scalr

Public Methods

Method Description
apiAction ( )
apiLogEntryDetailsAction ( )
eventsAction ( )
getOrchestrationLogAction ( )
orchestrationAction ( )
systemAction ( )
xListApiLogsAction ( )
xListEventLogsAction ( integer $farmId = null, string $eventServerId = null, string $eventId = null )
xListLogsAction ( string $serverId = null, integer $farmId = null, string $severity = null, string $byDate = null, string $fromTime = null, string $toTime = null, string $action = null, string $query = null )
xListOrchestrationLogsAction ( integer $farmId, string $serverId = '', string $eventId = '', integer $scriptId, string $eventServerId = '', integer $schedulerId, string $byDate = '', string $fromTime = '', string $toTime = '', string $status = '', string $event = '', JsonData $sort, integer $start, integer $limit = 20, string $query = '' )

Private Methods

Method Description
prepareOrchestrationLogData ( EntityIterator $logs ) : array Returns prepared orchestration log data for response

Method Details

apiAction() public method

public apiAction ( )

apiLogEntryDetailsAction() public method

eventsAction() public method

public eventsAction ( )

getOrchestrationLogAction() public method

orchestrationAction() public method

public orchestrationAction ( )

systemAction() public method

public systemAction ( )

xListApiLogsAction() public method

public xListApiLogsAction ( )

xListEventLogsAction() public method

public xListEventLogsAction ( integer $farmId = null, string $eventServerId = null, string $eventId = null )
$farmId integer
$eventServerId string
$eventId string

xListLogsAction() public method

public xListLogsAction ( string $serverId = null, integer $farmId = null, string $severity = null, string $byDate = null, string $fromTime = null, string $toTime = null, string $action = null, string $query = null )
$serverId string optional
$farmId integer optional
$severity string optional
$byDate string optional
$fromTime string optional
$toTime string optional
$action string optional
$query string optional

xListOrchestrationLogsAction() public method

public xListOrchestrationLogsAction ( integer $farmId, string $serverId = '', string $eventId = '', integer $scriptId, string $eventServerId = '', integer $schedulerId, string $byDate = '', string $fromTime = '', string $toTime = '', string $status = '', string $event = '', JsonData $sort, integer $start, integer $limit = 20, string $query = '' )
$farmId integer
$serverId string
$eventId string
$scriptId integer
$eventServerId string
$schedulerId integer
$byDate string
$fromTime string
$toTime string
$status string
$event string
$sort Scalr\UI\Request\JsonData
$start integer
$limit integer
$query string