You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Allows the execution of the Process event, of the modules configured in the storage unit, for content that is already stored in a storage unit. Execution is scheduled by key(s) or by storage unit.

Note: for the key to be executed, the reprocessing queue needs to be enabled on the storage unit (see here) and the reprocessing job needs to be running (see here).

Reprocess Single Key

Puts the specified scope of the key in the reprocess queue to execute the Process events of the configured modules for that scope. 

Request

The reprocess single key GET/POST request, requires the storage unit name, the key and the scope to put in the reprocess queue.

POST reprocess/key/<storage-unit-name>/<key>/<scope>

Response

If the scope of the key is added correctly to the reprocess queue, a 200 response code and an OK message are returned.

 {"message":"OK"}
 
  • No labels