Relative Content

Tag Archive for control-m

Get a list of folder names with the Control-M Automation API

I use the Control-M Automation API version 9.0.21.100 to discover folders, jobs, calendars, resources and other Control-M configuration and then push them into an Azure DevOps repo so I can track changes. Today I use the GET /deploy/jobs endpoint to search Control-M for folders matching wildcard patterns. But that takes a lot of time and requests.

Control M Dynamic job variables according to order date

We have some embedded script jobs that are deployed with calendars in Control M. Those jobs are orders and run as calendars are defined. Those embedded script jobs need some parameters to run for now we fetch these arguments using LIBMEMSYM and deriving variable name using Smart folder name, job name and order date. Are there any way to tie arguments with calendar date. we have specific values for these arguments on different order days.