All Products
Search
Document Center

Elastic Compute Service:view the information of an OOS public template

Last Updated:Mar 13, 2024

CloudOps Orchestration Service (OOS) provides public templates for common O&M tasks to meet your O&M requirements and reduce the cost of developing templates. This topic describes how to view the information of a public template to understand its execution process and impacts before you execute the template.

Procedure

  1. Log on to the OOS console.

  2. In the left-side navigation pane, choose Automated Task > Public Template.

  3. On the Public Template page, click the name of the public template that you want to view.

    You can filter public templates by category or enter a template name to search for a template. For example, enter ACS-ECS-CreateAndCopyImage to search for the public template that is used to create custom images and copy the created images to other regions.ACS-ECS-CreateAndCopyImage

  4. On the template details page, view the information of the template.

    • Click Show More to view more basic information of the template.

    • Click the Process Configuration tab to view parameters, task steps, and output of the template.

      Item

      Description

      Parameters

      The parameters that you can specify to create an execution of the template.

      Task Step

      The operations involved in the template execution process. During an execution of the template, task steps are performed or skipped based on the parameter settings. For example, if you did not specify the targetRegionId parameter when you created an execution of the ACS-ECS-CreateAndCopyImage template, the step to copy the created image to other regions is skipped during the execution.

      Output

      The information returned after an execution of the template is complete.

    • Click the YAML or JSON tab to view the detailed code of the template.