Post processor

Create FTP post processor

This API helps to create a new ftp post processor

POST/sdpw/configuration/postprocessor/ftp
Query parameters None
Header
  • Content-Type: application/json
Header/Parameter

FtpPostProcessorConfiguration

Body None
Returns creates new ftp post processor
Required role None
Managed errors None

Example request

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

Example response

{
	"id":"d32e0c5a-b782-48dc-b0dc-881498ffef86",
	"name":"FTP post processor",
	"modifiedOn":1499342071885,
	"server":"server1",
	"port":21,
	"username":"matchftp",
	"password":"*****",
	"passive":false,
	"uploadPath":"MyResultFile.zip"
}