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 Top

Response

Supported Media Types

200 Response

Retrieved existing server log config Successfully
Body ()
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: object
Show Source

400 Response

Bad Request.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

404 Response

Not Found.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

500 Response

Server Error.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
Back to Top