REST API Jobs Access Logs
On the REST API Jobs Access Logs page, you can check access logs for REST API jobs.
This allows you to check whether HTTP REST requests succeeded or failed. You can also detect unauthorized access.
To check access logs for REST API jobs, select > LOGS > REST API Jobs Access Logs in the navigation menu.
For the names and functions of basic UI elements and other items of HULFT Square, refer to the following topic:
REST API Jobs Access Logs
On the REST API Jobs Access Logs page, you can check access logs for REST API jobs.

- (1) Download Log Archive
-
Downloads the access logs for REST API jobs.
The downloaded file is a compressed file in gzip (gz) format. A file decompression tool is necessary to view the contents of the file.
- (2) Event log list
-
Access logs for REST API jobs are displayed in tabular form.
- Request time
-
The timestamp when the HTTP REST request begins to be processed by the gateway is displayed.
- Remote IP address
-
The IP address of the remote host is displayed.
- HTTP method
-
The HTTP method that is included in the HTTP REST request is displayed.
- Request path
-
The HTTP path that is included in the HTTP REST request is displayed.
- HTTP status code
-
The HTTP status code that is received from REST API is displayed.
- Response length
-
The Content-Length value in the response header that is received from REST API is displayed.