pub async fn describe_instances(
client: &TencentCloudClient,
) -> Result<Value, Box<dyn Error>>
Expand description
查看实例列表 - DescribeInstances
接口描述:
- 接口请求域名:cvm.tencentcloudapi.com
- 默认接口请求频率限制:40次/秒
入参说明:
参数 | 类型 | 说明 |
---|---|---|
Action | String | 固定为 "DescribeInstances" |
Version | String | 固定为 "2017-03-12" |
Region | String | 必填,指定区域(例如:“ap-shanghai”) |
Body | JSON | 固定为 {} (无业务参数) |
出参说明:
字段 | 类型 | 说明 |
---|---|---|
TotalCount | Integer | 符合条件的实例数量 |
InstanceSet | Array | 实例详细信息列表(具体字段参见腾讯云文档) |
RequestId | String | 唯一请求ID,用于问题定位 |