Data Sources
List Pipeline Data Sources
GET/api/v1/pipelines/{pipeline_id}/data-sources
Add Data Sources To Pipeline
PUT/api/v1/pipelines/{pipeline_id}/data-sources
Update Pipeline Data Source
PUT/api/v1/pipelines/{pipeline_id}/data-sources/{data_source_id}
Get Pipeline Data Source Status
GET/api/v1/pipelines/{pipeline_id}/data-sources/{data_source_id}/status
Sync Pipeline Data Source
POST/api/v1/pipelines/{pipeline_id}/data-sources/{data_source_id}/sync
ModelsExpand Collapse
PipelineDataSource = object { id, component, data_source_id, 13 more }
PipelineDataSource = object { id, component, data_source_id, 13 more }
Schema for a data source in a pipeline.
component: map[unknown] or CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } or CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } or 9 more
component: map[unknown] or CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } or CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } or 9 more
Component that implements the data source
One of the following:
CloudS3DataSource = object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudS3DataSource = object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudAzStorageBlobDataSource = object { account_url, container_name, account_key, 8 more }
CloudAzStorageBlobDataSource = object { account_url, container_name, account_key, 8 more }
CloudGoogleDriveDataSource = object { folder_id, class_name, service_account_key, supports_access_control }
CloudGoogleDriveDataSource = object { folder_id, class_name, service_account_key, supports_access_control }
CloudSharepointDataSource = object { client_id, client_secret, tenant_id, 11 more }
CloudSharepointDataSource = object { client_id, client_secret, tenant_id, 11 more }
exclude_path_patterns: optional array of string
exclude_path_patterns: optional array of string
List of regex patterns for file paths to exclude. Files whose paths (including filename) match any pattern will be excluded. Example: [‘/temp/’, ‘/backup/’, ‘.git/’, ‘.tmp$’, ’^~’]
CloudConfluenceDataSource = object { authentication_mechanism, server_url, api_token, 10 more }
CloudConfluenceDataSource = object { authentication_mechanism, server_url, api_token, 10 more }
CloudJiraDataSource = object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSource = object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSourceV2 = object { authentication_mechanism, query, server_url, 10 more }
CloudJiraDataSourceV2 = object { authentication_mechanism, query, server_url, 10 more }
CloudBoxDataSource = object { authentication_mechanism, class_name, client_id, 6 more }
CloudBoxDataSource = object { authentication_mechanism, class_name, client_id, 6 more }
DataSourceGetDataSourcesResponse = array of PipelineDataSource { id, component, data_source_id, 13 more }
DataSourceGetDataSourcesResponse = array of PipelineDataSource { id, component, data_source_id, 13 more }
component: map[unknown] or CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } or CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } or 9 more
component: map[unknown] or CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } or CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } or 9 more
Component that implements the data source
One of the following:
CloudS3DataSource = object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudS3DataSource = object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudAzStorageBlobDataSource = object { account_url, container_name, account_key, 8 more }
CloudAzStorageBlobDataSource = object { account_url, container_name, account_key, 8 more }
CloudGoogleDriveDataSource = object { folder_id, class_name, service_account_key, supports_access_control }
CloudGoogleDriveDataSource = object { folder_id, class_name, service_account_key, supports_access_control }
CloudSharepointDataSource = object { client_id, client_secret, tenant_id, 11 more }
CloudSharepointDataSource = object { client_id, client_secret, tenant_id, 11 more }
exclude_path_patterns: optional array of string
exclude_path_patterns: optional array of string
List of regex patterns for file paths to exclude. Files whose paths (including filename) match any pattern will be excluded. Example: [‘/temp/’, ‘/backup/’, ‘.git/’, ‘.tmp$’, ’^~’]
CloudConfluenceDataSource = object { authentication_mechanism, server_url, api_token, 10 more }
CloudConfluenceDataSource = object { authentication_mechanism, server_url, api_token, 10 more }
CloudJiraDataSource = object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSource = object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSourceV2 = object { authentication_mechanism, query, server_url, 10 more }
CloudJiraDataSourceV2 = object { authentication_mechanism, query, server_url, 10 more }
CloudBoxDataSource = object { authentication_mechanism, class_name, client_id, 6 more }
CloudBoxDataSource = object { authentication_mechanism, class_name, client_id, 6 more }
DataSourceUpdateDataSourcesResponse = array of PipelineDataSource { id, component, data_source_id, 13 more }
DataSourceUpdateDataSourcesResponse = array of PipelineDataSource { id, component, data_source_id, 13 more }
component: map[unknown] or CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } or CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } or 9 more
component: map[unknown] or CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } or CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } or 9 more
Component that implements the data source
One of the following:
CloudS3DataSource = object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudS3DataSource = object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudAzStorageBlobDataSource = object { account_url, container_name, account_key, 8 more }
CloudAzStorageBlobDataSource = object { account_url, container_name, account_key, 8 more }
CloudGoogleDriveDataSource = object { folder_id, class_name, service_account_key, supports_access_control }
CloudGoogleDriveDataSource = object { folder_id, class_name, service_account_key, supports_access_control }
CloudSharepointDataSource = object { client_id, client_secret, tenant_id, 11 more }
CloudSharepointDataSource = object { client_id, client_secret, tenant_id, 11 more }
exclude_path_patterns: optional array of string
exclude_path_patterns: optional array of string
List of regex patterns for file paths to exclude. Files whose paths (including filename) match any pattern will be excluded. Example: [‘/temp/’, ‘/backup/’, ‘.git/’, ‘.tmp$’, ’^~’]
CloudConfluenceDataSource = object { authentication_mechanism, server_url, api_token, 10 more }
CloudConfluenceDataSource = object { authentication_mechanism, server_url, api_token, 10 more }
CloudJiraDataSource = object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSource = object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSourceV2 = object { authentication_mechanism, query, server_url, 10 more }
CloudJiraDataSourceV2 = object { authentication_mechanism, query, server_url, 10 more }
CloudBoxDataSource = object { authentication_mechanism, class_name, client_id, 6 more }
CloudBoxDataSource = object { authentication_mechanism, class_name, client_id, 6 more }