ODBC
Send HTTP queries to connect to an ODBC driver and read data through SQL queries.
HTTP API
Status
curl --location 'http://localhost:2224/api/odbc/id/status'
Connection
curl --location --request PUT 'http://localhost:2224/api/odbc/id/connect' \
--header 'Content-Type: application/json' \
--data '{
"connectionString": "Driver={AspenTech SQLplus};HOST=localhost;PORT=10014",
"connectionTimeout": 10000
}'