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.