….
Base URL, authentication, data formats
The operations described below work for both Cloud and On-Premise instances of Zephyr Enterprise. They use the same authentication parameters and data formats that other Zephyr API operations use. For complete information on these, see Zephyr REST API.
Create an automation job
To create a new automation job, use the following operation:
POST http://<zephyr-server-address>/flex/services/rest/v4/upload-file/automation/create-job-detail
Request data
Response data
Schedule a job run
To schedule the run of one or multiple jobs, use the following operation:
POST http://<zephyr-server-address>/flex/services/rest/v4/upload-file/automation/execute-job
Request data
Response data
Create and execute a job
The following operation creates a new job and command the test engine to run it:
POST http://<zephyr-server-address>/flex/services/rest/v4/upload-file/automation/create-and-execute-job