重装物理机-ReinstallPHost

重装物理机操作系统

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
Zonestring可用区。参见 可用区列表Yes
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
PHostIdstringPHost资源IDYes
Passwordstring密码Yes
ImageIdstring镜像Id,参考镜像列表,默认使用原镜像No
Namestring物理机名称,默认不更改No
Remarkstring物理机备注,默认为不更改。No
Tagstring业务组,默认不更改。No
ReserveDiskstring是否保留数据盘,保留:Yes,不报留:No, 默认:YesNo
Raidstring不保留数据盘重装,可选RaidNo
密码需要通过base64进行编码

# echo password1 | base
ugfzc3dvcmqxcg==

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
PHostIdstringPHost 的资源IDNo

Request Example

https://api.ucloud.cn/?Action=ReinstallPHost
&Region=cn-bj2
&Zone=cn-bj2-04
&ProjectId=org-xxx
&PHostId=upm-xxx
&Password=xxx
&ImageId=pimg-xxx
&Name=123
&ReserveDisk=Yes

Response Example

{
    "RetCode": 0,
    "PHostId": "upm-xxx",
    "Action": "ReinstallPHostResponse"
}