Pipeline

Retry failed transfers

Retry all failed Azure transfers in the pipeline

post/upload/pipeline/retry

Response

Retry results

retriedCountinteger
successCountinteger
failedCountinteger

Example response

{
  "retriedCount": 3,
  "successCount": 2,
  "failedCount": 1
}