Accelerate the Value of Data

Restart Job

Learn about restarting failed or canceled jobs.

You can restart jobs with status FAILED or CANCELED.

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

AuthorizationNoAccess Token in format "Bearer <accessToken>" (see details in Authentication API)
Note: Required parameter if you do not specify Reltio-User and Reltio-Password.
TenantIdYesTenant Id: data is extracted from this tenant. Value: {{tenantID}}.
Reltio-UserNoReltio login
Note: Required parameter if Authorization is not specified.
Reltio-PasswordNoReltio password
Note: Required parameter if Authorization is not specified.

Example:

Request

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