v5.1.0 filtered by tag: System (6 APIs)

Bank
Accounts
Views
Counterparties
Transactions

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:

Typical Successful Response:

								
									
Required Roles:
  • CanGetSystemLogCacheAll - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Connector Methods:
Version: OBPv5.1.0, function_name: by logCacheAllEndpoint, operation_id: OBPv5.1.0-logCacheAllEndpoint Tags: System, API, Log-Cache,

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:

Typical Successful Response:

								
									
Required Roles:
  • CanGetSystemLogCacheDebug - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Connector Methods:
Version: OBPv5.1.0, function_name: by logCacheDebugEndpoint, operation_id: OBPv5.1.0-logCacheDebugEndpoint Tags: System, API, Log-Cache,

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:

Typical Successful Response:

								
									
Required Roles:
  • CanGetSystemLogCacheError - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Connector Methods:
Version: OBPv5.1.0, function_name: by logCacheErrorEndpoint, operation_id: OBPv5.1.0-logCacheErrorEndpoint Tags: System, API, Log-Cache,

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:

Typical Successful Response:

								
									
Required Roles:
  • CanGetSystemLogCacheInfo - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Connector Methods:
Version: OBPv5.1.0, function_name: by logCacheInfoEndpoint, operation_id: OBPv5.1.0-logCacheInfoEndpoint Tags: System, API, Log-Cache,

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:

Typical Successful Response:

								
									
Required Roles:
  • CanGetSystemLogCacheTrace - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Connector Methods:
Version: OBPv5.1.0, function_name: by logCacheTraceEndpoint, operation_id: OBPv5.1.0-logCacheTraceEndpoint Tags: System, API, Log-Cache,

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:

Typical Successful Response:

								
									
Required Roles:
  • CanGetSystemLogCacheWarning - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Connector Methods:
Version: OBPv5.1.0, function_name: by logCacheWarningEndpoint, operation_id: OBPv5.1.0-logCacheWarningEndpoint Tags: System, API, Log-Cache,