How to monitor Data Loader activity and find the Job ID or stop the Job via API call

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

data_loader_monitor_jobs.PNG

 

 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"
}

dataloader_job_status_job_body.PNG

 Result: [Job Stopped]

dataloader_job_stop_api_put.PNG

 

Results in the Data Loader Console UI

dataloader_job_stopped.PNG

 

References

Dataloader APIs

https://361-dataloader.reltio.com/swagger-ui.html#!/DataLoader32Job32Details32Service/getJobDetailsByIdV2UsingGET

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.