All REST Endpoints
            Automation
        
        
    The operations from the Automation category.
- Get Automation Job Status
 - Method: getPath:
/taas/getAutomationJobStatus/{jobID} - Run Automation
 - Method: postPath:
/taas/runAutomationJob 
            Job
        
        
    The operations from the Job category.
- Get Job Status by ID
 - Method: getPath:
/taas/job/{executionID} - Run a Job by ID
 - Method: postPath:
/taas/runJob/{jobID} - Stop Job Execution
 - Method: postPath:
/taas/job/stop/{executionID}