Skip to main content

connectors_with_expansions

Creates, updates, deletes, gets or lists a connectors_with_expansions resource.

Overview

Nameconnectors_with_expansions
TypeResource
Idconfluent.connect.connectors_with_expansions

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
list_connectv1connectors_with_expansionsSELECTenvironment_id, kafka_cluster_idGeneral Availability Retrieve an object with the queried expansions of all connectors. Without expand query parameter, this list connector’s endpoint will return a list of only the connector names.

SELECT examples

General Availability Retrieve an object with the queried expansions of all connectors. Without expand query parameter, this list connector’s endpoint will return a list of only the connector names.

SELECT

FROM confluent.connect.connectors_with_expansions
WHERE environment_id = '{{ environment_id }}'
AND kafka_cluster_id = '{{ kafka_cluster_id }}';