Get all logs. Note that the logs will be returned in order from most recent to least recent.
Securityapi_key
Request
query Parameters
log_level
string
The log level of the log file. Note that, if this parameter is excluded, the log files will be returned in alphabetical order with respect to their log level.
Enum:"DEBUG""ERROR""INFO""WARN"
page_number
integer <int64>
Default: 1
The page number for which to get logs. This will default to the first page if excluded
page_size
integer <int64>
The maximum number of objects to return. This will default to the DefaultApiPageSize setting if not provided
Responses
201
Success
403
Forbidden access
get/application-logs
Response samples
201
application/json
{
"_pageInfo": {
"numberOnPage": 0,
"total": 0
},
"responseList": [
{
"fileDownloadId": "string",
"file-number": 0,
"logLevel": "DEBUG"
}
]
}
Get all audit logs
Securityapi_key
Request
query Parameters
user_name
string <= 1000 characters
The name of the user that took the action for this entry.
action_type
string
The type of action that occurred for this Audit Log entry.
The status of the action that occurred for this Audit Log entry. This can change over time as ATTEMPTED actions are completed.
Enum:"ATTEMPTED""FAILED""SUCCEEDED"
start_time
string
The date after which all audit logs should be retrieved. Note that the format of the string should be the same date-time format as in the response bodies.
end_time
string
The date before which all audit logs should be retrieved. Note that the format of the string should be the same date-time format as in the response bodies.
search_string
string
Search for activity description containing substring.