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 | Workspace numeric identifier |
| string | query | Optional | Credentials identifier |
| string | query | Optional | Free text search criteria — data-link name and keywords: |
| integer | query | Optional | Pagination max results |
| integer | query | Optional | Pagination offset |
| string | query | Optional | Filter results by visibility |
| string | path | Required | Data-link string identifier |
| string | path | Required | Content path |
| string | query | Optional | Token used to fetch the next page of items |
| integer | query | Optional | Number of items to return per page. If ommitted, a default maximum value is returned. |
| array | query | Optional | List of paths |
| string | path | Required | File path to download |
| string | query | Optional | File path to download |
| boolean | query | Optional | Whether to generate the URL for preview purposes or direct download (default: false) |
| array | query | Optional | List of paths to directories to download |
| array | query | Optional | List of paths to files to download |
| string | path | Required | Path to the destination directory |
| string | header | Optional |
Request body parameters
Name | Type | Req/Opt | Description |
---|---|---|---|
CreateCustomDataLink | Create data-link | ||
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 | ||
name | string | Optional | |
description | string | Optional | |
credentialsId | string | Optional | |
DeleteDataLinkItem | Delete data-link content | ||
files | array | Optional | |
dirs | array | Optional | |
GenerateDataLinkUploadUrl | Generate data-link file upload URL (to given path) | ||
fileName | string | Optional | |
contentLength | integer | Optional | |
contentType | string | Optional | |
FinishDataLinkUpload | Finish data-link file upload to given path | ||
uploadId | string | Optional | |
fileName | string | Optional | |
tags | array | Optional | |
tags[].partNumber | integer | Optional | |
tags[].eTag | string | Optional | |
withError | boolean | Optional | |
FinishDataLinkUpload_1 | Finish data-link file upload to given path | ||
uploadId | string | Optional | |
fileName | string | Optional | |
tags | array | Optional | |
tags[].partNumber | integer | Optional | |
tags[].eTag | string | Optional | |
withError | boolean | Optional | |
GenerateDataLinkUploadUrl_1 | Generate data-link file upload URL (to given path) | ||
fileName | string | Optional | |
contentLength | integer | Optional | |
contentType | string | Optional |