Admin

Watch-folder poller control.

POST /api/v1/admin/watch-folder/start

Start the watch-folder ingest poller.

Response

Response 200 (application/json)
{
  "enabled": true,
  "running": true,
  "processedCount": 0
}

GET /api/v1/admin/watch-folder/status

Watch-folder poller status.

Response

Response 200 (application/json)
{
  "enabled": true,
  "running": true,
  "processedCount": 0
}

POST /api/v1/admin/watch-folder/stop

Stop the watch-folder ingest poller.

Response

Response 200 (application/json)
{
  "enabled": true,
  "running": true,
  "processedCount": 0
}