# Create Jdbc Driver Endpoint: POST /jdbc-drivers Version: 5.1.42 Security: api_key ## Request fields (application/json): - `driverName` (string, required) The name of the driver. Example: "HANA driver" - `driverClassName` (string, required) The name of the class to use. Example: "com.sap.db.jdbc.Driver" - `description` (string) A description of the driver. - `fileReferenceId` (string) The file references ID of the uploaded zip file Example: "delphix-file://upload/f_08bb469a2ddc407bb97a31e96ed0a76a/foo.bar" - `driverSupportId` (integer) The ID of the Driver Support plugin to use for this JDBC Driver. ## Response 201 fields (application/json): - `jdbcDriverId` (integer) The ID number of the driver. This field is auto-generated by the Masking Engine. - `driverName` (string, required) The name of the driver. Example: "HANA driver" - `driverClassName` (string, required) The name of the class to use. Example: "com.sap.db.jdbc.Driver" - `description` (string) A description of the driver. - `version` (string) The version of the driver. - `uploadedBy` (string) The name of the user that uploaded the driver - `uploadDate` (string) The date the driver was updated. - `checksum` (string) The md5 checksum of the uploaded driver. - `builtIn` (boolean) Whether this is a JDBC driver that is supported natively by the engine. - `loggerInstalled` (boolean) Whether a logger is successfully installed. - `fileReferenceId` (string) The file references ID of the uploaded zip file Example: "delphix-file://upload/f_08bb469a2ddc407bb97a31e96ed0a76a/foo.bar" - `driverSupportId` (integer) The ID of the Driver Support plugin to use for this JDBC Driver. ## Response 403 fields ## Response 409 fields