Create Multiple Error Logs
post
/vision/api/errorLogs/import
Creates multiple error logs.
Unified Assurance roles with the following Vision package permissions have access to this endpoint:
Unified Assurance roles with the following Vision package permissions have access to this endpoint:
- Admin
- Operator
- Viewer
- Api
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Nested Schema : schema
Type:
objectThe details of an error log.
Show Source
-
characterSet: string
The error log character set.Example:
utf8mb4 -
columnNumber: integer
(int32)
The column number associated with the error.Example:
5 -
id: integer
(int64)
The error log ID.Example:
123 -
language: string
The error language.Example:
english -
lineNumber: integer
(int32)
The line number that the error is related to.Example:
4569 -
logDate: string
The date of the error log entry.Example:
2025-12-31 -
message: string
The error message.Example:
Exception: Invalid string. -
pageUrl: string
The URL to the page associated associated with the error.Example:
example.com/go/vision/index -
scriptUrl: string
The URL to the script associated associated with the error.Example:
example.com -
stack: string
The error stack trace.Example:
java.lang.Exception: Stack trace at java.base/java.lang.Thread.dumpStack(Thread.java:1380) -
type: string
The error type.Example:
validation -
url: string
The URL associated associated with the error.Example:
example.com -
username: string
The username associated with the error log.Example:
operator
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : SuccessResponse
Type:
objectThe success response details.
Show Source
-
csrfToken: string
The security token to prevent cross-site request forgery (CSRF).Example:
12345 -
message: string
The response message.Example:
The entities were added successfully. -
reason: string
The reason phrase for the response.Example:
OK -
status: integer
(int32)
The response status code.Example:
200
500 Response
An internal server error occurred while accessing the database or performing a database operation.
Root Schema : schema
Type:
objectThe error response details.
Show Source
-
message: string
The error message.Example:
An internal server error occurred. -
reason: string
The reason phrase for the response.Example:
INTERNAL SERVER ERROR -
status: integer
(int32)
The response status code.Example:
500