View JDBC Drivers
Select
SaaS
Customer Managed
This operation returns a list of the JDBC drivers that are available on a specific Index Server.
Path Parameters
- cloudId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- View J D B C Drivers
Schema
- drivers string[]
{
"drivers": [
"string"
]
}
{
"drivers": [
"com.mysql.cj.jdbc.Driver",
"oracle.jdbc.OracleDriver",
"com.microsoft.sqlserver.jdbc.SQLServerDriver"
]
}
Loading...