LogsResource

The following resources are part of this group:

/logs

GET

Retrieve the logs based on URI parameter criteria.

Parameters

name description type default
limit - Max result size. Required. query
offset - The offset from the first result. Default 0. query
component - The components names. Could be more than one parameter with the same name. query
level - The log levels. Could be more than one parameter. Must be a valid log4j logging level name. query
accountName - The account name. query
threadName - The thread name. query
fromDate - The from date in RFC2822 string. query
endDate - The end date in RFC2822 string. query
sessionIdentifier - the session identifier. query
transferIdentifier - the transfer identifier. query
message - The message. query
version (no documentation provided) path

Response Body

element: logEntries

the logs

/logs/export

GET

Export the logs in CSV format, based on URL parameter criteria.

Parameters

name description type default
component - The components names. Could be more than one parameter with the same name. query
level - The log levels. Could be more than one parameter. Must be a valid log4j logging level name. query
accountName - The account name. query
threadName - The thread name. query
fromDate - The from date in RFC2822 string. query
endDate - The end date in RFC2822 string. query
sessionIdentifier - the session identifier. query
transferIdentifier - the transfer identifier. query
message - The message. query
version (no documentation provided) path

Response Body

element: (custom)

the logs

/logs/{logId}

GET

Gets a single log entry including the exception.

Parameters

name description type default
logId (no documentation provided) path
version (no documentation provided) path

Response Body

element: logEntry

the log