Detach data source from project
Detach a data source from a project. Detaching a data source that is not currently attached is not an error — the request still succeeds.
Detach a data source from a project. Detaching a data source that is not currently attached is not an error — the request still succeeds.
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/detachds/nbra_ds_sftp_iris"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 400, "statusString": "Customer [c1]: no RTLM [ProjectDetachDSTest-unknown]", "values": {}}Add data source to project GET
Attach a data source to a project.
Create encoder POST
Create a new, empty Encoder for the calling customer. The request body is optional; when present it's a `KSVSMap`-shaped JSON object whose first entry may set `minTrimSize` (a bin is only used if it has at least this many observations; unset entries below the trim size fall back to the encoder's overall mean). Defaults to `1` if omitted.