Utilisez ce point de terminaison pour arrêter vos travaux de balayage rétro.
Point final de la demande
https://<tenant-URL>/api/v1/retro_scan/?token=<token>&op=stop
Valid parameters include:
| Clé | Type | Value | Description |
|---|---|---|---|
op | string | list | Il s'agit d'une obligation. Opération effectuée. |
scan_name | string | Ex: Scan12 | Il s'agit d'une obligation. Le nom de la numérisation doit être un nom de travail de numérisation existant. |
Exemple de demande d'arrêt du balayage rétroactif
POST 'https://<tenant-URL>/api/v1/retro_scan?token=xxx&op=stop&scan_name=Scan12'

