Retrieve Existing Server Log Configuration
get
http://{host}:{port}/veridata/v1/services/logs/server/configuration
Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator
Retrieve Existing Server Log Configuration
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 existing server log config Successfully
Root Schema : RetrieveServerLogConfigs
Type:
object
Additional Properties Allowed
Show Source Example:
{ "io.helidon.microprofile.cdi.HelidonContainerImpl$3@2147faae":{ "localizedName":"ALL", "name":"ALL", "resourceBundleName":"sun.util.logging.resources.logging" }, "java.util.logging.ConsoleHandler@19577e51":{ "localizedName":"INFO", "name":"INFO", "resourceBundleName":"sun.util.logging.resources.logging" }, "oracle.veridata.server.performance":{ "localizedName":"FINEST", "name":"FINEST", "resourceBundleName":"sun.util.logging.resources.logging" }, "oracle.veridata.server":{ "localizedName":"ALL", "name":"ALL", "resourceBundleName":"sun.util.logging.resources.logging" } }
Nested Schema : RetrieveServerLogConfigsEntry
Type:
Show Source object
- localizedName: string The name of the log level
- name: string The name of the log level
- resourceBundleName: string The name of the resource bundle for the log level
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" }