Convert for a datasource connection
POST {{baseUrl}}/api/datasources/connections/:id/conversion
Convert connection string from DSN to DSN-less format connection string for a specific datasource connection. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You specify the datasource connection ID in the path of the request; you obtain the datasource connection ID using GET /datasources/connections. You check if it's DSN based connection string that you want to convert.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token | |
Content-Type | string |