Add data source to project
Attach a data source to a project.
Attach a data source to a project.
Authorization
SymetryMLAuth HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
User/Customer identifier
Project identifier
Data source name
Response Body
application/json
application/json
curl -X GET "https://example.com/c1/projects/nbra_prj_iris/addds/nbra_ds_sftp_iris"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 400, "statusString": "Customer [c1]: no RTLM [UnknownRtlmId]", "values": {}}Browse data sources POST
Browse various types of data sources (S3, OCI, SFTP, GCS, Azure, Redshift, JDBC, Snowflake, Local files) to explore available files and directories. Supports filtering and navigation of remote file systems.
Detach data source from project GET
Detach a data source from a project. Detaching a data source that is not currently attached is not an error — the request still succeeds.