Retrieve Server Log Configurations
get
http://{host}:{port}/veridata/v1/services/logs/server/configuration
Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator
Retrieve Server Log configurations.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Retrieved server log configurations successfully.
Nested Schema : LogMetadata
Type:
Show Source
object-
defaultLevel: string
The default log level of the log component
-
description: string
The description of the log component
-
isDefault: boolean
-
level: string
The log level of the log component
-
name: string
The name of the log component
-
supportedLogLevels: array
supportedLogLevels
Example:
{
"name":"oracle.veridata",
"level":"OFF",
"defaultLevel":"INFO",
"description":"Veridata logs",
"isDefault":false,
"supportedLogLevels":[
"INFO",
"FINEST",
"SEVERE"
]
}400 Response
Bad Request.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}401 Response
Unauthorized.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}404 Response
Not Found.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}500 Response
Server Error.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}