Accelerate the Value of Data

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}
Table 1. Parameters
Parameter Required Description
HeadersContent-TypeYes Must be Content-Type: application/json.
EnvironmentUrlYesEnvironment URL of the tenant.

For example: https://dev.reltio.com

AuthorizationNoReltio access token in the form Bearer: <<token>>, see Authentication API.
TenantIdYesTenant Id: data is extracted from this tenant. Value: {{tenantID}}.

Example:

Request

POST https://dev-dnbconnector.reltio.com/b2bIntegration/dnb/batch/restart/5741031244955648
Response
{
    "jobId": 5668600916475904,
    "success": "OK",
    "message": "Restarted"
}