Custom Connector Plugins (connect/v1)

List of Custom Connector Plugins

General Availability

Retrieve a sorted, filtered, paginated list of all custom connector plugins.

If no cloud filter is specified, returns custom connector plugins from all clouds.

get/connect/v1/custom-connector-plugins

Query parameters

cloudstring

Filter a collection by a string search

Filter the results by exact match for cloud.

page_sizeinteger

A pagination size for collection requests.

page_tokenstring

An opaque pagination token for collection requests.

Response

Custom Connector Plugin.

api_version'connect/v1' required

APIVersion defines the schema version of this representation of a resource.

kind'CustomConnectorPluginList' required

Kind defines the object this REST resource represents.

Example response

{
  "metadata": {
    "first": "https://api.confluent.cloud/connect/v1/custom-connector-plugins",
    "last": "https://api.confluent.cloud/connect/v1/custom-connector-plugins?page_token=bcAOehAY8F16YD84Z1wT",
    "prev": "https://api.confluent.cloud/connect/v1/custom-connector-plugins?page_token=YIXRY97wWYmwzrax4dld",
    "next": "https://api.confluent.cloud/connect/v1/custom-connector-plugins?page_token=UvmDWOB1iwfAIBPj6EYb",
    "total_size": 123
  },
  "data": [
    {
      "id": "dlz-f3a90de",
      "metadata": {
        "self": "https://api.confluent.cloud/connect/v1/custom-connector-plugins/ccp-12345",
        "resource_name": "crn://confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/custom-connector-plugin=ccp-12345",
        "created_at": "2006-01-02T15:04:05-07:00",
        "updated_at": "2006-01-02T15:04:05-07:00",
        "deleted_at": "2006-01-02T15:04:05-07:00"
      },
      "content_format": "ZIP",
      "documentation_link": "https://github.com/confluentinc/kafka-connect-datagen",
      "connector_class": "io.confluent.kafka.connect.datagen.DatagenConnector",
      "connector_type": "SOURCE",
      "cloud": "AWS",
      "sensitive_config_properties": [
        "passwords",
        "keys",
        "tokens"
      ],
      "upload_source": {
        "location": "PRESIGNED_URL_LOCATION",
        "upload_id": "e53bb2e8-8de3-49fa-9fb1-4e3fd9a16b66"
      },
      "runtime_language": "JAVA"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.