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
-
revision-id: string
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 TopResponse
Supported Media Types
- application/json
200 Response
return config element: ConfigServiceLogging
Root Schema : schema
Type:
object
used to configure the log levels for different components of Configuration Manager
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
all: string
all
used to configure the log level for all components of Configuration Manager
-
coherence: string
coherence
used to configure the log level for coherence
-
config-service: string
config-service
used to configure the log level for Configuration Manager
-
handlers: string
handlers
used to configure the log level for handlers
-
validators: string
validators
used to configure the log level for validators
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
-
string
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
-
string
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
-
string
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
-
string
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
-
string
Default Value:
INFO
Allowed Values:[ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]