Config Scope - Cloud - 8.0

Talend ESB Container Administration Guide

Version
Cloud
8.0
Language
English
Product
Talend Cloud
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

The commands within the config: scope are used to modify configuration data of Karaf instances (data stored in the /etc folder of the Karaf instance.) Updates take effect immediately without need of restarting Karaf. Note there is also a ConfigMBean that can be used to do this configuration within JMX.

config Scope commands

Command

Parameters

Description

config:cancel   Cancels the changes to the configuration being edited.
config:delete [options] pid Deletes a configuration.
config:edit [options] pid Creates or edits a configuration.
config:list [query] Lists existing configurations.
config:meta [options] Lists meta type information.
config:property-append [options] name value Appends the given value to an existing property or creates the property with the specified name and value.
config:property-delete [options] property Deletes a property from the configuration being edited.
config:property-list [options] Lists properties from the currently edited configuration.
config:property-set [options] property value Sets a property in the currently edited configuration.
config:update   Saves and propagates changes from the configuration being edited