Retrieve Agent Log Configurations
get
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration
Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator
Retrieve Agent Log configurations.
Request
Path Parameters
-
Id(required): integer
Agent ID.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Retrieved agent 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"
}