Retrieve the config element: Logging.config-service

get

https://cloud-native-SBC-IP/config/v1/logging/config-service

Retrieve the config element: Logging.config-service

Request

Query Parameters
  • Integer value of saved revision, or 'latest', 'active' to show the running config, or 'staging' to show complete configuration to be activated

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

return config element: ConfigServiceLogging
Body ()
Root Schema : schema
Type: object
used to configure the log levels for different components of Configuration Manager
Show Source
Nested Schema : all
used to configure the log level for all components of Configuration Manager
Match All
used to configure the log level for all components of Configuration Manager
Show Source
  • Default Value: INFO
    Allowed Values: [ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]
Nested Schema : coherence
used to configure the log level for coherence
Match All
used to configure the log level for coherence
Show Source
  • Default Value: INFO
    Allowed Values: [ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]
Nested Schema : config-service
used to configure the log level for Configuration Manager
Match All
used to configure the log level for Configuration Manager
Show Source
  • Default Value: INFO
    Allowed Values: [ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]
Nested Schema : handlers
used to configure the log level for handlers
Match All
used to configure the log level for handlers
Show Source
  • Default Value: INFO
    Allowed Values: [ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]
Nested Schema : validators
used to configure the log level for validators
Match All
used to configure the log level for validators
Show Source
  • Default Value: INFO
    Allowed Values: [ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]

404 Response

Not Found
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source
Back to Top