Skip to main content

Datapackconnections Model

Overview

The datapackconnections table stores details about connections related to data packs. These connections define how data packs interact with external services, systems, or environments, storing credentials, connection types, and other related data.

Fields

FieldTypeDescriptionRequired
idstringid field
connectionTypestringconnectionType field
connectorIdstringconnectorId field
connectionStringstringconnectionString field
connectionCredentialsstringconnectionCredentials field
environmentIdstringenvironmentId field
created_atdatecreated_at field
modified_atdatemodified_at field
datapackIdstringdatapackId field

Relationships

  • Belongsto Unknown
  • Belongsto Unknown

Sample JSON

{
"id": "example_value",
"connectionType": "example_value",
"connectorId": "example_value",
"connectionString": "example_value",
"connectionCredentials": "example_value",
"environmentId": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"datapackId": "example_value"
}