Skip to main content

View JDBC Drivers

This operation returns a list of the JDBC drivers that are available on a specific Index Server.

More Details

Path Parameters
  • cloudId string required
Responses

OK


Schema
  • drivers string[]
GET /dcube/getjdbcdrivers/:cloudid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
cloudId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetJDBCDrivers/:cloudId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'