Hello, I am trying to create an Oracle database collector with the REST API. I don't seem to be able to get it working. The example online is of a SQL server, so I was hoping someone could please provide an example of an Oracle server JSON payload. Below is what I get if I do a GET. Also, our controller version is 4.5, so not sure if maybe that is part of the problem. The error I get is just a generic 500 Internal Server Error. { "id": 42, "version": 0, "name": "Oracle-OLTP", "nameUnique": true, "builtIn": false, "createdBy": null, "createdOn": 1531336844000, "modifiedBy": null, "modifiedOn": 1531336844000, "type": "ORACLE", "hostname": "Oracle-OLTP.domain", "useWindowsAuth": false, "username": "USER", "password": "appdynamics_redacted_password", "port": 1521, "loggingEnabled": true, "enabled": true, "excludedSchemas": [ "" ], "jdbcConnectionProperties": [], "databaseName": null, "failoverPartner": null, "connectAsSysdba": false, "useServiceName": true, "sid": "SRVC", "customConnectionString": null, "enterpriseDB": false, "useSSL": false, "enableOSMonitor": false, "hostOS": null, "useLocalWMI": false, "hostDomain": null, "hostUsername": null, "hostPassword": "", "dbInstanceIdentifier": null, "region": null, "certificateAuth": false, "removeLiterals": true, "sshPort": 0, "agentName": "Default Database Agent", "dbCyberArkEnabled": false, "dbCyberArkApplication": null, "dbCyberArkSafe": null, "dbCyberArkFolder": null, "dbCyberArkObject": null, "hwCyberArkEnabled": false, "hwCyberArkApplication": null, "hwCyberArkSafe": null, "hwCyberArkFolder": null, "hwCyberArkObject": null, "orapkiSslEnabled": false, "orasslClientAuthEnabled": false, "orasslTruststoreLoc": null, "orasslTruststoreType": null, "orasslTruststorePassword": "", "orasslKeystoreLoc": null, "orasslKeystoreType": null, "orasslKeystorePassword": "", "ldapEnabled": false, "customMetrics": null, "subConfigs": [], "jmxPort": 0 }
... View more