Restart Job
Learn about the operation to restart failed or canceled jobs.
You can restart jobs with status FAILED
or CANCELED
.
Restarting a job will create a child job according to the schedule. For example, a job scheduled to run once per day at midnight, when restarted with status Failed
or Canceled
, will create a child job scheduled for the next midnight.
Request
POST {DnBConnectorUri}/batch/restart/{JobId}
Parameter | Required | Description | |
---|---|---|---|
Headers | Content-Type | Yes |
Must be
|
EnvironmentUrl | Yes | Environment URL of the tenant. For example: https://dev.reltio.com | |
Authorization | No | Reltio access token in the form Bearer: <<token>> , see Authentication API. | |
TenantId | Yes | Tenant Id: data is extracted from this tenant. Value: {{tenantID}} . |
Example:
Request
POST https://dev-dnbconnector.reltio.com/b2bIntegration/dnb/batch/restart/5741031244955648
{
"jobId": 5668600916475904,
"success": "OK",
"message": "Restarted"
}