If the data import process ends with FAILED status, you can retry it for failover.
Make an API call using the following endpoint to retry importing data.
/api/v1/import/{importProcessId}/retry
Parameter name
Format / location
Description
importProcessId
string
path
The unique identifier of the initiated data import process you obtained from the response to the import data API call. For example, ID-1090.
Outcome of retry
Suppose your retrial of imported data from FAILED status is successful. In that case, valid data entities are set to the status of DONE to create respective records in the target API and complete the data import process.
Suppose your retrial of imported data from failed status is not successful. If feasible, you can rerun the retrial until it succeeds.