controlm / automation-api-community-solutions

Control-M Automation API community solutions
Other
49 stars 89 forks source link

Can i generate job configs from exsiting jobs in my Controlm ? So I can use them to automate going forward. #128

Closed TejjeT closed 1 year ago

nathanw9722 commented 1 year ago

Hi @TejjeT, you can use Automation API to GET the job definitions for any existing jobs. You can then use Automation API to DEPLOY those jobs after modifying them to the same environment or a different one. You can also automate these deployments with a tool such as Jenkins or Gitlab. You can find the documentation for Automation API's latest monthly release here.