Post processor

Update DB post processor

This API helps to update database post processor and save in repository

PUT/sdpw/configuration/postprocessor/db/{id}
Query parameters None
Header
  • Content-Type: application/json
Header/Parameter

id, DatabasePostProcessorConfiguration

Body None
Returns updates database details
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/postprocessor/db/19b9fef1-9aba-4c38-83b4-b7faf7fe901f'

Example response

{
	"id":"19b9fef1-9aba-4c38-83b4-b7faf7fe901f",
	"name":"Database connection to server",
	"modifiedOn":1499341855184,
	"url":"jdbc:postgresql://localhost:5432/SmartDataProcessorTest",
	"username":"post",
	"password":"********"
}