RecreateClusterInstance
描述
重新创建集群实例:释放当前实例,重新启动一个新的实例。
请求语法
请求行:
POST /clusters/{ClusterId}/groups/{GroupName}/instances/{InstanceId}/recreate HTTP/1.1
请求方法为 POST,请求资源为 clusters,属性说明:
属性名称 | 类型 | 是否必须 | 描述 |
ClusterId | String | 是 | 集群标识符。 |
GroupName | string | 是 | 该集群中的group名字。 |
InstanceId | string | 是 | 该group中instance的id。 |
无请求数据。
返回信息
成功
响应行:
HTTP/1.1 201 OK
无响应数据。
错误
状态码 | 错误码 | 错误信息 | 语义 |
404 | InvalidResource.NotFound | Specified resource is not found. | 用户请求的资源不存在。 |
409 | StateConflict | User operation is invalid. The current resource state is {state}. | 当前资源处于{state}状态,操作无效。 |
文档内容是否对您有帮助?