Connector APIs
List of APIs to manage data input connectors
Connector Config APIs
Connectors are used to ingest data from external sources. It provides a set of APIs to register, list and read connectors configurations API
Register Connector
Registers a connector by uploading a file.
POSThttp://localhost:3000/v2/connector/register
Body
file3string (binary)
Connector distribution file to upload.
Response
Connector registered successfully.
Body
idstring
Example: "api.connector.register"
verstring
Example: "v2"
tsstring (date-time)
Example: "2024-11-19T09:28:47+00:00"
paramsobject
responseCodestring
Example: "OK"
resultobject
Request
Response
Read Connector
GEThttp://localhost:3000/v2/connectors/read/{connector_id}
Path parameters
connector_id*string
Unique identifier for the connector
Response
OK
Headers
Body
object
Request
List Connectors
POSThttp://localhost:3000/v2/connectors/list
Body
object
Response
OK
Headers
Body
object
Request
Last updated