Configs (v3)

List Cluster Configs

Generally Available

Returns a list of configuration parameters for the specified Kafka cluster. Note that this API call is used for cluster-wide default configs. The endpoint will only return configs when there is an override for the cluster-wide default config. If a cluster-wide default config is not set, this endpoint returns an empty response.

get/clusters/{cluster_id}/broker-configs

Response

The list of cluster configs.

kindstring required

Changes