Committing the Draft Software Specification

When you commit a draft software specification, it becomes the desired state for the cluster.

To save the draft that you created for a cluster, call the commit_Task(cluster_ID,draft_ID,commit_spec) method of the Drafts interface. The Image Manager component runs a validation check before the draft gets saved to the database. This method returns a commit ID. You can use the ID to retrieve information about a specific commit such as the author of the commit, the time when the draft was committed, and so on.