Post processor

Fetch DB post processor

This API helps to get a database post processor

GET/sdpw/configuration/postprocessor/db/{id}
Query parameters None
Header None
Header/Parameter None
Body None
Returns Returns a database post processor
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/postprocessor/db/6c525a61-bd70-4582-bced-a3fc6a5425e1'

Example response

{
	"id": "6c525a61-bd70-4582-bced-a3fc6a5425e1",
	"name": "DB1",
	"modifiedOn": 1496843070978,
	"url": "jdbc:postgresql://localhost:5432/SmartDataProcessorTest",
	"username": "postgres",
	"password": "kennis"
}