Configs

Get Cluster Config

Returns the configuration parameter specified by name.

get/clusters/{cluster_id}/broker-configs/{name}

Response

The cluster configuration parameter.

kindstring required
cluster_idstring required
namestring required
valuestring nullable
is_defaultboolean required
is_read_onlyboolean required
is_sensitiveboolean required
source'DYNAMIC_CLUSTER_LINK_CONFIG' | 'DYNAMIC_TOPIC_CONFIG' | 'DYNAMIC_BROKER_LOGGER_CONFIG' | 'DYNAMIC_BROKER_CONFIG' | 'DYNAMIC_DEFAULT_BROKER_CONFIG' | 'STATIC_BROKER_CONFIG' | 'DEFAULT_CONFIG' | 'UNKNOWN' required
config_type'BROKER' required

Changes