Question
1. How to monitor Job-status and find the job_id ?
2. How to stop the Job ?
Answer
To monitor jobs and find the data loader Job ID.
- Use the API Call [Postman]
GET https://361-dataloader.reltio.com/dataloader/api/TENANT_ID/project/jobs
- Specify the Tenant ID
To Stop the data loader Job
- Use the API Call [Postman]
PUT https://361-dataloader.reltio.com/dataloader/api/tenant_id/project/job/job_id
- In the Body, specify:
{
"jobStatus": "STOPPED"
}
Result: [Job Stopped]
Results in the Data Loader Console UI
References
Dataloader APIs
Comments
Please sign in to leave a comment.