Add a new config element: Logging.transcode-controller-logging

post

https://cloud-native-SBC-IP/config/v1/logging/transcode-controller-logging

Add a new config element: Logging.transcode-controller-logging

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
used to configure the log level for Transcode Controller
Show Source
Nested Schema : levels
Type: array
Log levels for Transcode Controller
Show Source
Nested Schema : LogLevelInfo
Type: object
Show Source
Nested Schema : group
Group of the logger
Match All
Group of the logger
Show Source
  • Allowed Values: [ "CNSBC", "COHERENCE", "VENDOR", "ORG" ]
Nested Schema : level
log level
Match All
log level
Show Source
  • Allowed Values: [ "ERROR", "WARN", "INFO", "DEBUG", "TRACE" ]
Nested Schema : subgroup
Sub Group of the logger
Match All
Sub Group of the logger
Show Source
  • Allowed Values: [ "API", "CONTROLLER", "INSTANCE", "HSM", "CONFIG_MGR", "METRICS", "SERVER", "CDI" ]
Back to Top

Response

Supported Media Types

200 Response

return config element: TranscodeControllerLogging
Body ()
Root Schema : schema
Type: object
used to configure the log level for Transcode Controller
Show Source
Nested Schema : levels
Type: array
Log levels for Transcode Controller
Show Source
Nested Schema : LogLevelInfo
Type: object
Show Source
Nested Schema : group
Group of the logger
Match All
Group of the logger
Show Source
  • Allowed Values: [ "CNSBC", "COHERENCE", "VENDOR", "ORG" ]
Nested Schema : level
log level
Match All
log level
Show Source
  • Allowed Values: [ "ERROR", "WARN", "INFO", "DEBUG", "TRACE" ]
Nested Schema : subgroup
Sub Group of the logger
Match All
Sub Group of the logger
Show Source
  • Allowed Values: [ "API", "CONTROLLER", "INSTANCE", "HSM", "CONFIG_MGR", "METRICS", "SERVER", "CDI" ]

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

406 Response

Validation Failure
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