All REST Endpoints

Automation
The operations from the Automation category.
Get Automation Job Status
Method: get
Path: /taas/getAutomationJobStatus/{jobID}
Run Automation
Method: post
Path: /taas/runAutomationJob
Job
The operations from the Job category.
Get Job Status by ID
Method: get
Path: /taas/job/{executionID}
Run a Job by ID
Method: post
Path: /taas/runJob/{jobID}
Stop Job Execution
Method: post
Path: /taas/job/stop/{executionID}