全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

查询已经存在的云服务器

接口说明

该接口用于查询已经存在的云服务器实例,如果需要查询可添加到某个集群的云服务器实例,请指定集群ID参数。

请求参数

以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见公共请求参数
参数名称
类型
必填
描述
Action String
公共参数,本接口取值:DescribeExistedInstances。
Version String
公共参数,本接口取值:2019-08-06。
ClusterId String

集群id

InstanceId.N String

云服务器id

Marker Int

分页标识,单次调用未返回全部实例时,标记下次调用的返回值的起点,默认值是0。

MaxResults String

单次调用所返回的最大实例数目,默认10, 范围(0-50]。

Filter.N Object
Name String

一个或者多个过滤器,有效值:
vpc id:vpc-id
子网id:subnet-id
可用区:availability-zone.name
实例状态:instance-state.name

Value.N String
Search String

模糊匹配,可匹配如下字段:
服务器名称(InstanceName)、主网卡私有IP(PrivateIpAddress)。

返回参数

参数名称
类型
描述
InstanceSet Object[]

存在的云服务器信息

InstanceId String

实例id

示例值:ee355b5d-79e4-4505-b0a5-xxxxxx
InstanceName String

实例名称

示例值:xxxxxx
InstanceType String

实例类型

示例值:N3.2B
PrivateIpAddress String

主网卡私有IP地

示例值:10.0.11.xxx
Available Boolean

是否支持移入容器集群

示例值:true
UnavailableReason String

不支持移入集群的原因

示例值: The instance is already in a k8s cluster
ClusterId String

集群id

示例值:db62b583-9e2d-97e3-7bc0-3bae41748008
TotalCount Int

实例数量

示例值:1
MaxResults Int

单次调用返回的最大数

示例值:10
Marker Int

分页标识,如果调用未返回全部实例,标记下次调用的返回值的起点,如果已返回全部实例,则其值为0。

示例值:0
RequestId String

请求id

示例值:0dd5d0de-cd9f-4ca9-b2c2-xxxxxx

请求示例

curl -X POST
'http://kce.api.ksyun.com/?Action=DescribeExistedInstances&Version=2019-08-06'
-H 'authorization: xxx, SignedHeaders=content-type;host;x-amz-date, Signature=xxx'
-H 'cache-control: no-cache'
-H 'content-type: application/x-www-form-urlencoded'
-H 'host: kce.api.ksyun.com'
-H 'x-amz-date: 20170720T022802Z'
-d 'ClusterId=xxx&InstanceId.N=xxx&Marker=xxx&MaxResults=xxx&Filter.N.Name=xxx&Filter.N.Value.N=xxx&Search=xxx'

返回示例

JSON格式

{
"InstanceSet":[
{
"InstanceId":"ee355b5d-79e4-4505-b0a5-xxxxxx",
"InstanceName":"xxxxxx",
"InstanceType":"N3.2B",
"PrivateIpAddress":"10.0.11.xxx",
"Available":true,
"UnavailableReason":null,
"ClusterId":null
}
],
"TotalCount":1,
"MaxResults":10,
"Marker":0,
"RequestId":"0dd5d0de-cd9f-4ca9-b2c2-xxxxxx"
}

错误码

以下仅列出了接口业务逻辑相关的错误码,其他错误码详见公共错误码

错误码
错误信息
Http状态码
描述
ClusterIdInvalidClusterId must match `^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$`400集群ID必须满足 `^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$`
MarkerInvalidMarker must be greater or equal to 0400Marker必须大于等于0
MaxResultsInvalidMaxResults must be equal or less than 50400MaxResults必须小于等于50
InstanceIdSizeExceedthe number of InstanceId can't exceed 100400实例ID数量不能超过100
InstanceIdInvalidInstanceId contains repeat value400实例ID列表包含重复值
ClusterNotFoundcluster xx is not found400集群不存在
GetClusterErrorfailed to get cluster400获取集群信息失败
纯净模式常规模式

纯净模式

点击可全屏预览文档内容