Retrieve the config element: Logging.cdr-manager
get
https://cloud-native-SBC-IP/config/v1/logging/cdr-manager
Retrieve the config element: Logging.cdr-manager
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: CDRManager
Root Schema : schema
Type:
objectused to configure the log levels for different components in CDR Manager
Show Source
-
_elementKey: string
Read Only:
trueIdentifier for the element or sub-element -
all: string
all
used to configure the log levels for all components of CDR Manager
-
xferService: string
xferService
used to configure the log level for CDR Manager
Nested Schema : all
used to configure the log levels for all components of CDR Manager
Match All
used to configure the log levels for all components of CDR Manager
Show Source
-
string
Default Value:
INFOAllowed Values:[ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]
Nested Schema : xferService
used to configure the log level for CDR Manager
Match All
used to configure the log level for CDR Manager
Show Source
-
string
Default Value:
INFOAllowed Values:[ "FATAL", "ERROR", "WARN", "DEBUG", "INFO", "TRACE" ]
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object-
_elementKey: string
Read Only:
trueIdentifier 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:
trueIdentifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]