Skip to main content

List Data Source Definitions

GET 

/api/v1/component-definition/data-sources

List data source component definitions.

Responses

Successful Response

Schema

  • Array [

  • label Label (string)required

    The label field will be used to display the name of the component in the UI

    json_schema objectrequired

    The json_schema field can be used by clients to determine how to construct the component

    source_type ConfigurableDataSourceNames (string)required

    Possible values: [S3, AZURE_STORAGE_BLOB, GOOGLE_DRIVE, MICROSOFT_ONEDRIVE, MICROSOFT_SHAREPOINT, SLACK, NOTION_PAGE, CONFLUENCE, JIRA, BOX]

    The name field will act as the unique identifier of DataSourceDefinition objects

  • ]

Loading...