Automation plans / Updated source content

We have separate automation plans for all our Microsoft Clusters. In the plans we have different baselines included the contains patches for OS, SQL and third party applications.

When we update the included baselines, we need to update the Automation plans to reflect the updated Source content in the baselines.

This works fine, but we would like to automate this instead of doing this manually through the console.

Is is possible to “re-synch” an automation plan through the REST API?

Thanks,
Stefan

Take a look at Task ID 137: Dynamically Run Baselines from a Site.

Use this Task with the Server Automation application to dynamically run all of the Baselines contained in a site that you target. When you include this Task as a step in an Automation Plan, you do not need to update the Automation Plan to add or change Baselines. Instead, you can add new Baselines to the site you want to target and simply run the plan. Using this Task in an Automation Plan is particularly useful for automated patching of clusters, simplifying plan creation, management, and reuse.

Thanks a lot, we will look into this as an alternative!