...
Universal Controller supports the following RESTful-based web services for Database Connection operations, which are listed alphabetically on this page.
...
Description | |
---|---|
URI | |
HTTP Method | POST |
Description | Creates an a Database Connection. |
Example URI | http://localhost:8080/uc/resources/databaseconnection |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example Request | See Create a Database Connection: Example Request, below. |
Example Response |
|
Database Connection Properties | See Database Connection Properties, below. |
...
Description | |
---|---|
URI | http://host_name/uc/resources/databaseconnection |
HTTP Method | DELETE |
Description | Deletes a Database Connection. |
URI Parameters | See Delete a Database Connection: URI Parameters, below. |
Example URI | http://localhost:8080/uc/resources/databaseconnection?connectionname=Test4 |
Example Response |
|
...