pub async fn start_instances(
client: &TencentCloudClient,
region: &str,
instance_ids: Vec<&str>,
) -> Result<Value, Box<dyn Error>>
Expand description
启动实例 - StartInstances
接口描述:
- 接口请求域名:cvm.tencentcloudapi.com
- 默认接口请求频率限制:10次/秒
入参说明:
参数 | 类型 | 说明 |
---|---|---|
Action | String | 固定为 "StartInstances" |
Version | String | 固定为 "2017-03-12" |
Region | String | 必填,指定区域(例如:“ap-shanghai”) |
InstanceIds | Array | 必填,实例ID数组(最多支持100个实例ID) |
Body | JSON | 由上述参数构成的 JSON 字符串 |
出参说明:
字段 | 类型 | 说明 |
---|---|---|
RequestId | String | 唯一请求ID |