重启轻量算力平台实例-RebootCompShareInstance
重启轻量算力平台实例
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
Region | string | 地域。 cn-wlcb | Yes |
Zone | string | 可用区。cn-wlcb-01 | Yes |
ProjectId | string | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 (opens in a new tab) | No |
UHostId | string | 实例Id | Yes |
Response Elements
Parameter name | Type | Description | Required |
---|---|---|---|
RetCode | int | 返回码 | Yes |
Action | string | 操作名称 | Yes |
UHostId | string | 实例Id | Yes |
Request Example
https://api.compshare.cn/?Action=RebootCompShareInstance
&Region=cn-zj
&Zone=cn-zj-01
&ProjectId=IjGiyTeV
&UHostId=GYaCFELy
Response Example
{
"Action": "RebootCompShareInstanceResponse",
"UHostId": "FprxeYMp",
"RetCode": 0
}