Update the Log Limit
post
/vision/api/logSize
Updates the number of Vision UI console log rows to retain and the number of rows to delete when the limit is reached.
Unified Assurance roles with the Admin Vision package permissions have access to this endpoint.
Unified Assurance roles with the Admin Vision package permissions have access to this endpoint.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
The log limit details.
Show Source
-
deleteAmount: integer
(int32)
The number of lines to delete from the log when the limit is reached. The default is 500.Example:
600
-
limit: integer
(int32)
The maximum number of lines in the log. The default is 5000.Example:
6000
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : SuccessResponse
Type:
object
The 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
401 Response
Unauthorized Access
Root Schema : schema
Type:
object
The 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
500 Response
An internal server error occurred while accessing the database or performing a database operation.
Root Schema : schema
Type:
object
The 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