pub async fn describe_instance_vnc_url(
client: &TencentCloudClient,
region: &str,
instance_id: &str,
) -> Result<Value, Box<dyn Error>>
Expand description
查询实例管理终端地址 - DescribeInstanceVncUrl
接口描述:
- 接口请求域名:cvm.tencentcloudapi.com
- 默认接口请求频率限制:10次/秒
入参说明:
参数 | 类型 | 说明 |
---|---|---|
Action | String | 固定为 "DescribeInstanceVncUrl" |
Version | String | 固定为 "2017-03-12" |
Region | String | 必填,指定区域(例如:“ap-shanghai”) |
InstanceId | String | 必填,指定单个实例ID |
Body | JSON | 固定为 {"InstanceId": "<实例ID>"} |
出参说明:
字段 | 类型 | 说明 |
---|---|---|
InstanceVncUrl | String | 实例的管理终端地址(VNC 地址) |
RequestId | String | 唯一请求ID,用于问题定位 |