全部文档
当前文档

暂无内容

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

文档中心

下载集群配置文件

接口说明

下载集群的kubeconfig配置文件

请求参数

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

集群id

示例值:5ba97a92-7553-14de-ca3b-0504ade259bb
IsPublic Boolean

获取的config类型
true:公网访问config文件
false:VPC内网config文件
默认值:true

示例值:true
默认值:true

返回参数

参数名称
类型
描述
RequestId String

请求id

示例值:431d64e4-25b8-b76a-da0b-63dea00095a1
Expose Boolean

是否开启apiserver访问
true:已开启
false:未开启

示例值:false
ClusterConfig String

集群访问凭证
若Expose为false,该字段返回为空。

示例值:xxxxxxxx

请求示例

curl -X GET|POST
'http://kce.api.ksyun.com/?Action=DownloadClusterConfig&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&IsPublic=true'

返回示例

JSON格式

{
"RequestId":"431d64e4-25b8-b76a-da0b-63dea00095a1",
"Expose":true,
"ClusterConfig":"xxxxxxxx"
}

错误码

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

错误码
错误信息
Http状态码
描述
ClusterIdRequiredClusterId is required400集群ID必须填写
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}$`
ClusterNotFoundcluster xx is not found400集群不存在
GetClusterErrorfailed to get cluster400获取集群信息失败
GetClusterCAErrorfailed to get cluster ca400获取集群CA失败
纯净模式常规模式

纯净模式

点击可全屏预览文档内容