Retry failed migration items asynchronous
POST /policies/push/migrate-data/retry-failed
Retry failed migration items asynchronous. Only users with the Standard Registry role are allowed to make the request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
description: Created task.
content:
application/json:
schema:
$ref: ‘#/components/schemas/TaskDTO’description: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: ‘#/components/schemas/InternalServerErrorDTO’PreviousResume migration asynchronous.
NextReturns latest migration run status for source/destination pair.
Was this helpful?