All Products
Search
Document Center

CloudOps Orchestration Service:ACS::ECD::RunCommand

Last Updated:Jun 22, 2026

Description

Runs a command on a cloud desktop.

Syntax

Action: ACS::ECD::RunCommand
Properties:
 regionId: String
 desktopId: String
 commandType: String
 contentEncoding: String
 commandContent: String
 timeout: Number

Attributes

Attribute

Description

Type

Required

Default value

Limit

regionId

The region ID.

String

No

{{ ACS::RegionId }}

desktopId

The ID of the cloud desktop.

String

Yes

commandType

The Cloud Assistant command type.

String

Yes

contentEncoding

The encoding method for the command content.

String

No

PlainText

commandContent

The Cloud Assistant command content.

String

Yes

timeout

The command execution timeout period.

Number

No

600

Output

Output item

Description

Type

invocationOutput

String

References

For more information, see ACS::ECD::RunCommand at GitHub.