Secrets
List Connect cluster secrets
List Kafka Connect cluster secrets. Optional: filter based on secret name and labels.
get/v1/kafka-connect/clusters/{cluster_name}/secrets
Path parameters
cluster_namestring required
Unique name of target connect cluster. For Redpanda Cloud, use redpanda.
Query parameters
filter.name_containsstring
Substring match on secret name. Case-sensitive.
filter.labels[string][string]string
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18
filter.scopesstring[]
Secret scopes to search for
page_tokenstring
Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.
page_sizeinteger
Limit the paginated response to a number of items. Defaults to 100. Use -1 to disable pagination.
Response
OK