Restart Job
Learn about restarting failed or canceled jobs.
You can restart jobs with status FAILED
or CANCELED
.
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 | Access Token in format "Bearer (see details in Authentication API) Note: Required parameter if you do not specify Reltio-User and Reltio-Password . | |
TenantId | Yes | Tenant Id: data is extracted from this tenant. Value: {{tenantID}} . | |
Reltio-User | No | Reltio login Note: Required parameter if Authorization is not specified. | |
Reltio-Password | No | Reltio password Note: Required parameter if Authorization is not specified. |
Example:
Request
POST https://dev-dnbconnector.reltio.com/b2bIntegration/dnb/batch/restart/5741031244955648
{
"jobId": 5668600916475904,
"success": "OK",
"message": "Restarted"
}