重置主机密码-ResetUHostInstancePassword

重置UHost实例的管理员密码。

该操作需要UHost实例处于关闭状态。

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域,参见 地域和可用区列表Yes
Zonestring可用区,参见 可用区列表No
UHostIdstringUHost实例IDYes
PasswordstringUHost新密码(密码格式使用BASE64编码)Yes
ProjectIdstring项目编号(子帐号用) 请参考GetProjectList接口No

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
UhostIdstringUHost实例IDNo

Request Example

http(s)://api.ucloud.cn/?Action=ResetUHostInstancePassword
&Region=cn-bj2
&Zone=cn-bj2-04
&UHostId=uhost-qs20fr
&Password=AutoAI123

Response Example

{
    "Action": "ResetUHostInstancePasswordResponse",
    "UHostId": "uhost-qs20fr",
    "RetCode": 0
}