Configuration API
Get connections
Lists all the connections that are not database connections
GET/rest/configuration/connections/
Body none
Query parameters | none |
Header | auth-token: token from authentication |
Header/Parameter | tenant |
Returns | List of database names |
Required role | MWP_ADMIN |
Example request
curl -H "auth-token:4dbd0d4f-9f44-41ab-ba68-3a51f7fd834a.local" -H "tenant:default" -X GET http://localhost:8080/mwp/rest/configuration/connections/
Example response
[ { "name" : "conn1", "type" : "ftp" }, { "FTP - Test", "ftp" } ]