Scanning tasks
The task scanner lets you perform a batch scan for a specified date, on a scheduled interval, and then execute a task when this date is reached.
The following table lists the endpoints associated with the task scanner:
URI | HTTP Operation | Description |
---|---|---|
/openidm/taskscanner |
GET |
Returns all present and past scanning tasks. |
/openidm/taskscanner/id |
GET |
Returns a task by |
/openidm/taskscanner?_action=execute&name=name |
POST |
Triggers the specified task scan run. |
/openidm/taskscanner/id?_action=cancel |
POST |
Cancels the specified task scan run. |