动作描述
在ECS实例上,检测客户命令和默认命令
语法
Action: ACS::ECS::SMCVerifyInstanceByRunCommand
Properties:
regionId: String
instanceId: String
isDeleteInstance: Boolean
commandType: String
commandContent: String
timeout: Number
workingDir: String
属性
属性名称 | 描述 | 类型 | 是否必填 | 默认值 | 约束 |
regionId | 地域ID | String | 否 | {{ ACS::RegionId }} | |
instanceId | ECS实例ID | String | 是 | ||
isDeleteInstance | 在检测完毕后,选择是否删除实例(默认为不删除) | Boolean | 否 | False | |
commandType | 命令类型 | String | 否 | RunShellScript | |
commandContent | 命令内容 | String | 否 | "" | |
timeout | 执行脚本的超时时间 | Number | 否 | 60 | |
workingDir | 在ECS实例上执行脚本的位置 | String | 否 | /root |
返回值
返回值名称 | 描述 | 类型 |
invocationOutput | Json |
详情
文档内容是否对您有帮助?