Configuration API
Vendors
It retrieves the list of available database vendors
GET/rest/configuration/connections/databases/vendors
Query parameters | none |
Header | auth-token: token from authentication |
Header/Parameter | tenant |
Body | none |
Returns | List<String> |
Required role | MWP_ADMIN |
Managed errors | 401: insufficient privileges |
Example request
curl http://localhost:8080/mwp/rest/configuration/connections/databases/vendors -H 'auth-token:4ab2af8e-c1ac-4eb6-af03-8975fb834eca._hzInstance_1_dev' -H 'tenant:default'
Example response
{ "vendors": [ "POSTGRESQL", "HSQLDB", "MSSQL", "MSSQL2005", "ORACLE", "DB2" ] }