PHP 클래스 Scalr_UI_Controller_Logs

상속: extends Scalr_UI_Controller
파일 보기 프로젝트 열기: scalr/scalr

공개 메소드들

메소드 설명
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 = '' )

비공개 메소드들

메소드 설명
prepareOrchestrationLogData ( EntityIterator $logs ) : array Returns prepared orchestration log data for response

메소드 상세

apiAction() 공개 메소드

public apiAction ( )

apiLogEntryDetailsAction() 공개 메소드

eventsAction() 공개 메소드

public eventsAction ( )

getOrchestrationLogAction() 공개 메소드

orchestrationAction() 공개 메소드

public orchestrationAction ( )

systemAction() 공개 메소드

public systemAction ( )

xListApiLogsAction() 공개 메소드

public xListApiLogsAction ( )

xListEventLogsAction() 공개 메소드

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

xListLogsAction() 공개 메소드

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 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