class LogController

Methods

array|string
__invoke($job_id)

Returns a single log.

void
delete($job_id)

Removes the contents of a log. It gets replace with the message: Log removed at 2017-02-13 16:00:00 UTC.

Details

at line 24
array|string __invoke($job_id)

Returns a single log.

/job/{job_id}/log

Parameters

$job_id

Return Value

array|string

Exceptions

Exception

at line 46
void delete($job_id)

Removes the contents of a log. It gets replace with the message: Log removed at 2017-02-13 16:00:00 UTC.

Delete

/job/{job_id}/log

Parameters

$job_id

Return Value

void

Exceptions

Exception