Connectors

Get Connector Config Map

Get configuration fields required for a specific connector with type information.

Args: connector_name: Name of the connector to get config map for

Returns: Dictionary mapping field names to their type information. Each field contains: - type: The expected data type (e.g., "str", "SecretStr", "int") - required: Whether the field is required

get/connectors/{connector_name}/config-map

Path parameters

connector_namestring required

Response

Successful Response

object required

Changes

Changed in 3 of the 13 revisions of this API.13

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • endpoint added

      endpoint-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog