Job Run
Below rest api used to execute job using username, password, and job details.
Request URL:
http://<<uArrow DQ Host/IP:Port No>>/dqrest/api/runJob
Request Method:
Post
HEADERS:
Content-Type: application/json
Body:
{ "email":"bruce@uarrow.cloud", "password":"xxxxxxxx", "job_def_id": "MZVO4XRWNO" }
Requst Response (Sample):
{ "status": "success", "message": "Job execution submitted successfully" }