For the complete documentation index, see llms.txt. This page is also available as Markdown.

Monitoring Management

Provides functionality to efficiently look up and manage various types of history information in the admin system. You can monitor batch history, user access history, and personal information viewing history to understand system stability and user activity.


Key Features

  • You can look up batch history and status history.

  • Looks up the admin system user's history.

  • Looks up the viewing history for personal information that users have viewed.

Process Definition — Batch and Menu Usage Status Lookup

You can look up batch history and user usage history within the admin system.

1

Batch Management List Lookup

You can view the batch list and count matching the selected conditions.

2

Batch Log List Lookup

You can view the batch log list and count matching the selected conditions.

  • You can view the result history for each batch program.

3

Batch Status Change Processing

Since each batch program cannot be run concurrently, an in-progress batch can be marked as FAILED.

4

According to the search conditions, you can look up the usage count and list by menu for each system (BO, CC, PO).

5

User Menu Usage Status List Lookup

According to the search conditions, you can look up the count and list of user menu usage status for each system (BO, CC, PO).


Process Definition — User Access and Personal Information Viewing History Lookup

You can look up user access information history and personal information viewing history within the admin system.

1

User Access History List Lookup

According to the search conditions, you can look up the login count and list by system user.

2

User Access History Detail List Lookup

You can view the detailed login count and history list for a user selected from the access history list.

3

Personal Information Viewing History Lookup List Lookup

You can look up the count and list of each user's personal information viewing history. If a user entered a reason for viewing on a screen containing personal information, the reason for viewing is looked up together.


API Function List_Batch Management

API
Description
Server
Method
Notes

Batch Management List Lookup

Looks up the batch list.

BO

GET

Batch Management Count Lookup

Looks up the batch list count.

BO

GET

API Function List_Batch Log Lookup

API
Description
Server
Method
Notes

Batch Log Count Lookup

Looks up the count of batch logs.

BO

GET

Batch Log List Lookup

Looks up the list of batch logs.

BO

GET

Batch Status Change Processing

Sets the status of an in-progress batch to failed.

BO

POST

API Function List_Menu Usage Status Lookup

API
Description
Server
Method
Notes

Menu Usage Status Count Lookup

Looks up the count for menu usage status.

BO

GET

Menu Usage Status List Lookup

Looks up the list for menu usage status.

BO

GET

User Menu Usage Status Count Lookup

Looks up the count of user menu usage status.

BO

GET

User Menu Usage Status List Lookup

Looks up the list of user menu usage status.

BO

GET

API Function List_User Access History Lookup

API
Description
Server
Method
Notes

User Access History Count Lookup

Looks up the access history count by user.

BO

GET

User Access History List Lookup

Looks up the access history list by user.

BO

GET

User Access History Detail Count Lookup

Looks up the detailed access history count by user.

BO

GET

User Access History Detail List Lookup

Looks up the detailed access history list by user.

BO

GET

API Function List_Personal Information Viewing History Lookup

API
Description
Server
Method
Notes

Personal Information Viewing History Lookup Count Lookup

Looks up the count of a user's personal information viewing history.

BO

POST

Personal Information Viewing History Lookup List Lookup

Looks up the list of a user's personal information viewing history.

BO

POST