SymetryML Documentation
Data sources

List available data source types

Get a list of plugin type

GET
/{user}/dss/type

Get a list of plugin type

Authorization

SymetryMLAuth
AuthorizationBearer <token>

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*string

User/Customer identifier

Response Body

application/json

curl -X GET "https://example.com/c1/dss/type"
[  "s3",  "sftp",  "http",  "https",  "gcs",  "azure_blob_storage",  "redshift",  "jdbc",  "localfile",  "bigquery",  "snowflake",  "s3_oci"]