POST /api/v1/admin/watch-folder/start
Start the watch-folder ingest poller.
Response
Response 200 (application/json)
{
"enabled": true,
"running": true,
"processedCount": 0
}Watch-folder poller control.
/api/v1/admin/watch-folder/startStart the watch-folder ingest poller.
{
"enabled": true,
"running": true,
"processedCount": 0
}/api/v1/admin/watch-folder/statusWatch-folder poller status.
{
"enabled": true,
"running": true,
"processedCount": 0
}/api/v1/admin/watch-folder/stopStop the watch-folder ingest poller.
{
"enabled": true,
"running": true,
"processedCount": 0
}