Astra Schedule Help (7.5)

Running Import Jobs

Hide Navigation Pane

Running Import Jobs

Previous topic Next topic  

Running Import Jobs

Previous topic Next topic JavaScript is required for the print function  

On the running of import jobs, if we configure the job in the GUI and then just want to run it via the API (with no additional parameters), we do have an API that will do just that:

 

 POST ~api/setup/ate/run/<guid-of-job>

 

No content, just a POST. If we need to parameterize the job, we'll be back to a POST to ~api/entity to setup the parameters and then the above to invoke the job (but no need for a Time Schedule).