目的
以下のURLとメソッドを使用して実行済みジョブをクリーン アップまたは削除します。
アイテム | 説明 | ||
---|---|---|---|
URL | /datamover/executedJobs/job-executed-name?cleanupOnly=true | ||
メソッド | DELETE |
リクエストのパラメータ
- cleanupOnly
- 説明: クリーンアップを実行するためのフラグ
応答のパラメータ
応答のパラメータは必要ありません。
応答の例
{ "error":"invalid credential/not authorized to perform the delete action" }
{ "error":"Job [job-executed-name] was not deleted because it is still running" }