查询实例VPC

本页目录

https://www.cloudam.cn/vps/cvmresource/describeInstanceVncUrl?accountId={ACCOUNT_ID}&ip={IP}

请求方式:GET

查询实例管理终端地址

URL Parameters

ParameterTypeDescription
IPString弹性公网ip地址
Example: 121.41.107.138
ACCOUNT_IDString你的Cloudam账户ID, Cloudam会随Token一起提前发送给客户
Example: demoaccount

Request(请求)

Headers(HTTP头) 注: 请首先联系Cloudam获取API Token,token相当于密码,请妥善保护。

{
"Authorization": "Bearer ${token}",
"Content-Type": "application/json"
}

Response(响应) - 200

Headers(响应头)

{
"Content-Type": "application/json"
}

Body(响应体JSON) -- 正确响应

{
"vncUrl" : "https://g.alicdn.comxxx",
"errorCode": ""
}

Response Body Attributes(响应Body属性)

AttributeTypeDescription
vncUrlboolean终端管理地址
errorCodeString如果执行失败,则此属性不为空,可能取值如下:
User.IpNotExist:用户名下无法找到该ip.Instance.NotReady:该实例暂时不可用,请稍后重试或咨询管理员.