QueryObjectLogList
Query information from the object log
Possible Gateways
The command QueryObjectLogList is available via the following gateways:
Required Parameters
The following parameters are standard parameters for this command.
Command
COMMAND = QueryObjectLogListResponse
code = (INT)
description = (TEXT)
property[LOG][n] = (INT)
property[LOG_DATE][n] = (DATE)
property[OBJECT_CLASS][n] = (TEXT)
property[OBJECT_ID][n] = (TEXT)
property[OPERATION_TYPE][n] = (TEXT)
property[OPERATION_STATUS][n] = REQUEST
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)Attributes
| LOG | ID of the log - entry |
| LOG_DATE | Date, when this request was made |
| OBJECT_CLASS | Class of the object for which the request was made |
| OBJECT_ID | Identifier of the object for which this request was made |
| OPERATION_TYPE | Type of operation made in this request |
| COUNT | Total number of log entries shown |
| FIRST | Pointer to the first shown ID |
| LAST | Pointer to the last shown ID |
| LIMIT | The limit given in the command |
| TOTAL | Total number of log entries |
Optional
The following parameters are optional for this command.
Command
COMMAND = QueryObjectLogList
OBJECTID = (PATTERN)
OBJECTCLASS = (PATTERN)
MINDATE = (TEXT)
MAXDATE = (TEXT)
WIDE = 0|1
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
FIRST = (INT)
LIMIT = (INT)
ORDER = (ASC|DESC|<NULL>)
ORDERBY = (LOG|LOGDATE|COMMANDNAME|OBJECTCLASS|<NULL>)Response
code = (INT)
description = (TEXT)
property[LOG][n] = (INT)
property[LOG_DATE][n] = (DATE)
property[OBJECT_CLASS][n] = (TEXT)
property[OBJECT_ID][n] = (TEXT)
property[OPERATION_TYPE][n] = (TEXT)
property[OPERATION_STATUS][n] = REQUEST
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)Attributes
| OBJECTID | Optional |
| OBJECTCLASS | Optional |
| MINDATE | Optional |
| MAXDATE | Optional |
| WIDE | Optional |
| GENERATELIST | Show result on screen|Generate a CSV File and upload to ftp (optional) |
| SENDLISTEMAIL | Email address where the CSV will be sent to (optional) |
| FIRST | Start the output of results from this item (optional) |
| LIMIT | Show only this many items in the response (optional) |
| ORDER | Ascending or descending, relevant if ORDERBY is used (optional) |
| ORDERBY | Results can be ordered by log, logdate, command name and object class (optional) |