Skip to main content

Datapackconnectors Model

Overview

The datapackconnectors table stores the configuration details for the connectors that are used in data packs. Each connector defines a specific type of integration with external services or systems, including the necessary connection parameters, credentials, and metadata.

Fields

FieldTypeDescriptionRequired
idstringid field
UniqueIdstringUniqueId field
TitlestringTitle field
ItemTypestringItemType field
ConnectionTypenumberConnectionType field
ImagePathstringImagePath field
created_atdatecreated_at field
modified_atdatemodified_at field
DbProviderstringDbProvider field
CredentialsFormatstringCredentialsFormat field
CredentialsMetaDataarrayCredentialsMetaData field
activestringactive field

Sample JSON

{
"id": "example_value",
"UniqueId": "example_value",
"Title": "example_value",
"ItemType": "example_value",
"ConnectionType": "example_value",
"ImagePath": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"DbProvider": "example_value",
"CredentialsFormat": "example_value",
"CredentialsMetaData": "example_value",
"active": "example_value"
}