/api/v1/hotfolder
GET /hotfolder/{collectionUuid}/{path} — Read the on-disk staging area (not the collection's objects).
GET /hotfolder/{collectionUuid}/{path} — Read the on-disk staging area (not the collection's objects).Access token in the Authorization header:
Authorization: Bearer <token>.
The collection to ingest into — the name of its auto-created hotfolder sub-directory, which is the collection UUID. A file must be dropped under a collection UUID to be imported; files at the hotfolder root are ignored.
Any further path below the collection UUID. Sub-directories are allowed (the crawler imports their files flat); the final segment is the dropped file's name.
The bytes of a staged file, an IMPORTING-/ERROR- marker, or
hotfolder.log.
The path does not exist on disk.
The hotfolder share is not enabled (code: WebdavNotEnabled).
PUT /hotfolder/{collectionUuid}/{path} — Drop a file into the collection's hotfolder for ingestion.
PUT /hotfolder/{collectionUuid}/{path} — Drop a file into the collection's hotfolder for ingestion.The file is written to the on-disk staging directory. It is imported
into the collection — creating a record / linked file — by the crawler
once it has settled, not synchronously with this request. Watch
hotfolder.log in the collection directory, or the new objects in the
collection, for the outcome.
Access token in the Authorization header:
Authorization: Bearer <token>.
The collection to ingest into — the name of its auto-created hotfolder sub-directory, which is the collection UUID. A file must be dropped under a collection UUID to be imported; files at the hotfolder root are ignored.
Any further path below the collection UUID. Sub-directories are allowed (the crawler imports their files flat); the final segment is the dropped file's name.
The file was written to the staging directory.
No content
An existing staged file was overwritten.
The hotfolder share is not enabled (code: WebdavNotEnabled).
No content
Last updated