SysLog
SysLog.listing
list all log-entries
Permission
admin
customer
Parameter
Field | Type | Description |
---|---|---|
sql_search | array | optional array with index = fieldname, and value = array with 'op' => operator (one of <, > or =),LIKE is used if left empty and 'value' => searchvalue |
sql_limit | int | optional specify number of results to be returned |
sql_offset | int | optional specify offset for resultset |
sql_orderby | array | optional array with index = fieldname and value = ASC|DESC to order the resultset by one or morefields |
Response
string
as json-encoded array count|list
SysLog.listingCount
returns the total number of log-entries
Permission
admin
Response
string
as json-encoded response message
SysLog.get
You cannot get log entries
SysLog.add
You cannot add log entries
SysLog.update
You cannot update log entries
SysLog.delete
delete log entries
Permission
admin
Parameter
Field | Type | Description |
---|---|---|
min_to_keep | int | optional minutes to keep, default is 10 |
Response
string
as json-encoded array