cURL
curl --request GET \ --url http://localhost:8000/connectors/{connector_name}/config-map \ --header 'Authorization: Basic <encoded-value>'
{}
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:
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successful Response
Was this page helpful?