v5.1.0 filtered by tag: System (6 APIs)
Get All Level Log Cache
Returns logs of all levels from the system log cache.
This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)
Example: GET /system/log-cache/all?limit=50&offset=100
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
-
CanGetSystemLogCacheAll
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Get Debug Level Log Cache
Returns DEBUG level logs from the system log cache.
This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)
Example: GET /system/log-cache/debug?limit=50&offset=100
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
-
CanGetSystemLogCacheDebug
- Please login to request this Role
-
CanGetSystemLogCacheAll
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Get Error Level Log Cache
Returns ERROR level logs from the system log cache.
This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)
Example: GET /system/log-cache/error?limit=50&offset=100
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
-
CanGetSystemLogCacheError
- Please login to request this Role
-
CanGetSystemLogCacheAll
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Get Info Level Log Cache
Returns INFO level logs from the system log cache.
This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)
Example: GET /system/log-cache/info?limit=50&offset=100
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
-
CanGetSystemLogCacheInfo
- Please login to request this Role
-
CanGetSystemLogCacheAll
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Get Trace Level Log Cache
Returns TRACE level logs from the system log cache.
This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)
Example: GET /system/log-cache/trace?limit=50&offset=100
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
-
CanGetSystemLogCacheTrace
- Please login to request this Role
-
CanGetSystemLogCacheAll
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Get Warning Level Log Cache
Returns WARNING level logs from the system log cache.
This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)
Example: GET /system/log-cache/warning?limit=50&offset=100
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
JSON response body fields:
-
CanGetSystemLogCacheWarning
- Please login to request this Role
-
CanGetSystemLogCacheAll
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:

