设置镜像仓库密码

Method

GET

描述

若用户没有设置过伪密码,直接生成伪密码账号和密码,加密后入库;若已经存在旧的伪密码,则更新。

请求参数

参数名称说明参数类型是否必填
Password用户设置的密码string
ActionSetPasswordstring
Version2018-03-08string

返回参数

状态码

错误码(Code)错误提示(Message)http status code说明
InvalidParamThe parameter %s can't accept value %s400参数%s的值%s非法

请求示例

GET https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=SetPassword&Password=Whda123722

返回示例

{
    "RequestId": "bcdb95f9-c3c6-40b0-bd98-6f92826fed36"
}