Post processor
Create DB post processor
This API helps to create a new data base post processor
POST/sdpw/configuration/postprocessor/db
Query parameters | None |
Header | Content-Type: application/json |
Header/Parameter | DatabasePostProcessorConfiguration |
Body | None |
Returns | creates new database post processor |
Required role | None |
Managed errors | None |
Example request
curl 'http://localhost:8080/sdpw/sdpw/configuration/postprocessor/db'
Example response
{ "id":"19b9fef1-9aba-4c38-83b4-b7faf7fe901f", "name":"Database connection to server", "modifiedOn":1499341855184, "url":"jdbc:postgresql://localhost:5432/SmartDataProcessorTest", "username":"postgres", "password":"*****" }