databasedrivers

API Name

databasedrivers

Description

Provides the database drivers information for Server Manager Console.

REST Methods

GET

Precondition

Server Manager Console up and running.

Input Params

TOKEN: Header returned as a response to the /authenticate Server Manager REST API Call.

TOKEN: Cookie returned as a response to the /authenticate Server Manager REST API Call.

AUTHORIZATION: Base64 encoded Basic username:password combination necessary for Authentication.

Sample Request

curl --location 'http://phoenix175736.appsdev0.fusionappsdphx1.oraclevcn.com:7101/manage/mgmtrestservice/databasedrivers' \

--header 'Authorization: Basic amRlX2FkbWluOmpkZV9hZG1pbg==' \

--header 'Cookie: SMCONSOLE_SSID=Kw75HPi6oMCFZ_Yg3SmiqxcX09uMG2o_h955MywDkcqTotIUVuYV!1833693386'

Return

HTTP status 200 is returned.

Sample Response

[

"oracle12_13",

"oracle14",

"oracle15",

"oracle16",

"oracle17",

"oracle18",

"sql14_15",

"sql16",

"sql17",

"sql18",

"sql19",

"sql19_22",

"udb214_15",

"udb414_15",

"udb16",

"as400.db214_15",

"as400.db216"

]

Exception

302: Found the Managed Instance with the passed in Instance Name.

403: Forbidden Status Code is returned if the Authentication information passed with the Request is not valid.

500: Internal Server Error, In the unlikely case of error occurring on the Server. Refer to the logs for more details.