このエンドポイントを使用して、レトロ スキャン ジョブをリストします。
リクエストエンドポイント
https://<tenant-URL>/api/v1/retro_scan/?token=<token>&op=list
Valid parameters include:
| 鍵 | タイプ | Value | デスクリプション |
|---|---|---|---|
op | string | list | 必須。手術は完了しました。 |
filters | object | status | Optional. Applies status value. |
status | string | in-progress | pending | completed | stopped | 任意。スキャンステータスデスクリプション。 |
例リスト レトロスキャン ポリシーリクエスト
POST 'https://<tenant-URL>/api/v1/retro_scan?token=xxx&op=list'
--header 'Content-Type: application/json'
--data-raw '{
"filters": {
"status": "completed"
}
}'

