调用RestartCluster接口,重启集群。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String RestartCluster

系统规定参数。取值:RestartCluster

RegionId String cn-hangzhou

区域ID

ClusterId String C-D7958B72E59B****

集群ID

RestartWithRollingMode Boolean true

循环启动集群

UpgradedHostGroupOnly Boolean true

只升级主机组

返回数据

名称 类型 示例值 描述
ClusterId String C-D7958B72E59BA**

集群ID

RequestId String BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22

请求ID

示例

请求示例

http(s)://[Endpoint]/?Action=RestartCluster
&RegionId=cn-hangzhou
&ClusterId=C-D7958B72E59B****
&RestartWithRollingMode=true
&UpgradedHostGroupOnly=true
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<RestartClusterResponse>
    <ClusterId>C-D7958B72E59BA**</ClusterId>
    <RequestId>BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22</RequestId>
</RestartClusterResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "ClusterId" : "C-D7958B72E59BA**",
  "RequestId" : "BF4FBAC6-B03E-4BFB-B6DB-EB53C34F2E22"
}

错误码

HttpCode 错误码 错误信息 描述
400 RAM.Permission.NotAllow You are not authorized to perform the operation. 没有权限执行此操作,请联系主账号授权
400 DB.Fail A database access error occurred. 数据库访问错误,请重试或者提工单
400 InternalError The request processing has failed due to some unknown error. 内部错误,请提工单
400 User.OtherUserResource.NotAllow You are not authorized to operate other users resource. 不能操作其它用户的资源
403 Params.Illegal The format of the specified parameter is invalid. 参数格式错误

访问错误中心查看更多错误码。

访问错误中心查看更多错误码。