All Products
Search
Document Center

CloudOps Orchestration Service:Atom actions

Last Updated:Sep 14, 2024

API actions

Action

Description

ACS::ExecuteAPI

Calls an API operation of a cloud service.

ACS::WaitFor

Calls an API operation to query the status of a resource until the resource enters the expected state.

ACS::CheckFor

Calls an API operation to check whether a resource is in the expected state.

ACS::ExecuteHttpRequest

Calls an external API operation by using an HTTP or HTTPS request.

Trigger actions

Action

Description

ACS::TimerTrigger

Triggers an action at the specified point in time.

ACS::AlarmTrigger

Triggers an action when a metric reaches the alert threshold.

ACS::EventTrigger

Triggers an action when a specific event occurs.

Control actions

Action

Description

ACS::Approve

Approves the execution of an O&M task.

ACS::Choice

Selects the O&M tasks to be executed based on the specified conditions.

ACS::Notify

Sends notifications when an O&M task is complete.

ACS::Sleep

Blocks a template for a period of time.

ACS::SelectTargets

Selects multiple resources at a time when you create an execution.

Embedding action

Action

Description

ACS::Template

Embeds a template into another template as an action.

CI/CD action

Action

Description

ACS::GitCodeRepo

Generates a URL of the user-specified GitHub or Gitee code repository.