Data Sources
Update Pipeline Data Source
Get Pipeline Data Source Status
Sync Pipeline Data Source
ModelsExpand Collapse
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 that implements the data source
CloudS3DataSource object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudAzStorageBlobDataSource object { account_url, container_name, account_key, 8 more }
CloudSharepointDataSource object { client_id, client_secret, tenant_id, 11 more }
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, 11 more }
Configuration for handling failures during processing. Key-value object controlling failure handling behaviors.
Example: { “skip_list_failures”: true }
Currently supports:
- skip_list_failures: Skip failed batches/lists and continue processing
sync_permissions: optional boolean
Whether to fetch space-level permissions (allowed users/groups) and attach them to document metadata for access control. Disable for Confluence Server/Data Center versions whose permission APIs are unavailable (e.g. the JSON-RPC API removed in Data Center 9.2.6+), which otherwise surface as 401 errors during sync.
CloudJiraDataSource object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSourceV2 object { authentication_mechanism, query, server_url, 10 more }
CloudBoxDataSource object { authentication_mechanism, class_name, client_id, 6 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 that implements the data source
CloudS3DataSource object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudAzStorageBlobDataSource object { account_url, container_name, account_key, 8 more }
CloudSharepointDataSource object { client_id, client_secret, tenant_id, 11 more }
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, 11 more }
Configuration for handling failures during processing. Key-value object controlling failure handling behaviors.
Example: { “skip_list_failures”: true }
Currently supports:
- skip_list_failures: Skip failed batches/lists and continue processing
sync_permissions: optional boolean
Whether to fetch space-level permissions (allowed users/groups) and attach them to document metadata for access control. Disable for Confluence Server/Data Center versions whose permission APIs are unavailable (e.g. the JSON-RPC API removed in Data Center 9.2.6+), which otherwise surface as 401 errors during sync.
CloudJiraDataSource object { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSourceV2 object { authentication_mechanism, query, server_url, 10 more }
CloudBoxDataSource object { authentication_mechanism, class_name, client_id, 6 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 that implements the data source
CloudS3DataSource object { bucket, aws_access_id, aws_access_secret, 5 more }
CloudAzStorageBlobDataSource object { account_url, container_name, account_key, 8 more }
CloudSharepointDataSource object { client_id, client_secret, tenant_id, 11 more }
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, 11 more }
Configuration for handling failures during processing. Key-value object controlling failure handling behaviors.
Example: { “skip_list_failures”: true }
Currently supports:
- skip_list_failures: Skip failed batches/lists and continue processing
sync_permissions: optional boolean
Whether to fetch space-level permissions (allowed users/groups) and attach them to document metadata for access control. Disable for Confluence Server/Data Center versions whose permission APIs are unavailable (e.g. the JSON-RPC API removed in Data Center 9.2.6+), which otherwise surface as 401 errors during sync.