Description
Request Method
ActionUrl/api/v1/watchfolder/{watchfolder-uuid}/start
Request Parameter Name | Description | Required | {watchfolder-uuid} | the watchfolder to start | YES |
Response Elements Name | Description | id | the id from the generated Entity |
Examples
Example Request
URL: http://localhost:8080/api/v1/watchfolder/98447d3a-4b42-11e1-a6ae-0023ae8ddf40/start
Example Response {
"response" : {
"status" : "ok",
"message" : "",
"requestID" : "98447a4c-4b42-11e1-a569-0023ae8ddf40"
},
"uuid" : "98447d3a-4b42-11e1-a6ae-0023ae8ddf40"
}
Related Operations
|
|