Custom Data Explorer links
Data Explorer enables you to browse and interact with remote data repositories from organization workspaces in Seqera Platform. It supports AWS S3, Azure Blob Storage, and Google Cloud Storage repositories.
Data links are custom bucket directory paths (for new or existing buckets) added to Data Explorer in organization workspaces. To add a data link, the workspace must contain credentials with permissions to access the data.
Path and query parameters
Name | Type | Location | Req/Opt | Description |
---|---|---|---|---|
| integer | query | Optional | Optional workspace numeric identifier |
| string | query | Optional | Optional credentials identifier |
| string | query | Optional | Optional search criteria, allowing free text search on datalink name and keywords: |
| integer | query | Optional | Optional max number of items to be returned, used for pagination |
| integer | query | Optional | Optional offset used for paginated responses |
| string | query | Optional | Optional parameter to filter results by visibility |
| string | path | Required | Datalink identifier |
| string | query | Optional | Optional token used to fetch the next page of items |
| integer | query | Optional | Optional number of items to return per page, if missing a max-allowed default value is used |
| string | path | Required | Content path |
Request body parameters
Name | Type | Req/Opt | Description |
---|---|---|---|
CreateCustomDataLink | Create data link in a user or workspace context | ||
name | string | Optional | |
description | string | Optional | |
type | string | Optional | |
provider | string | Optional | |
resourceRef | string | Optional | |
publicAccessible | boolean | Optional | |
credentialsId | string | Optional | |
UpdateCustomDataLink | Update data link in a user or workspace context | ||
name | string | Optional | |
description | string | Optional | |
credentialsId | string | Optional |