Loading
close

密钥

time 更新时间:2023-06-28 17:23:42

密钥

密钥列表

约束条件

secret_type支持类型有 Opaque / Dockerconfigjson / Tls , 如不设置将查询所有类型的

URI

示例:product_type_list=[eks, hybrid, security]

GET /api/ecns/${product type}/kubernetes/secret/?type=<secret_type>

请求消息

参数 参数类型 是否必选 描述
secrets list(secret_info) secret info列表

secret_info Type 定义:

参数 Type 是否必选 描述
name str secret 名称
type str 类型
keys list(str) 所有建
creation_time str

列举密钥的键

URI

示例:product_type_list=[eks, hybrid, security]

GET /api/ecns/${product type}/kubernetes/secret/<secrets_name>/keys/

响应消息

参数 参数类型 描述
keys list(str) 密文的所有键

创建密钥

URI

示例:product_type_list=[eks, hybrid, security]

POST /api/ecns/${product type}/kubernetes/secret/

请求消息

参数 参数类型 是否必选 描述
secret secret secret内容

secret Type定义:

参数 参数类型 是否必选 描述
name str secret名称
type str Opaque / Dockerconfigjson / Tls
opaque opaque opaque密钥类型的值
tls tls tls密钥类型的值
dockerconfigjson dockerconfigjson dockerconfigjson密钥类型的值

opaque Type定义:

参数 参数类型 是否必选 描述
dict(str:str) opaque的key-value列表

tls Type定义:

参数 参数类型 是否必选 描述
cert str 证书文件内容
key str 私钥内容
ca str ca证书内容

dockerconfigjson Type定义:

参数 参数类型 是否必选 描述
URI str 镜像仓库地址
username str
password str
mail str

响应消息

参数 参数类型 描述
secret_info secret 信息

更新密钥

URI

示例:product_type_list=[eks, hybrid, security]

PATCH /api/ecns/${product type}/kubernetes/secret/

请求消息

参数 参数类型 是否必选 描述
secret secret secret内容

删除密钥

URI

示例:product_type_list=[eks, hybrid, security]

DELETE /api/ecns/${product type}/kubernetes/secret/

请求消息

参数 参数类型 是否必选 描述
secrets list(secret_info) secret内容

密钥详情

URI

示例:product_type_list=[eks, hybrid, security]

GET /api/ecns/${product type}/kubernetes/secret/<secrets_name>/

响应消息

参数 参数类型 描述
secret secret 密钥的内容
secret_info secret_info
此篇文章对你是否有帮助?
没帮助
locked-file

您暂无权限访问该产品