Post processor

Fetch DB post processor’s

This API helps to get a list of database post processor from repository

GET/sdpw/configuration/postprocessor/db
Query parameters None
Header None
Header/Parameter None
Body None
Returns List of all data base post processor
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/postprocessor/db'

Example response

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