文档

StartInstance - 启动实例

更新时间:

调用StartInstance启动一台实例。

接口说明

  • 实例状态必须为已停止(Stopped),才可以调用该接口。
  • 接口调用成功后实例进入启动中 (Starting) 状态。

调试

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

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
InstanceIdstring

实例 ID,仅支持启动单个。

i-instance****

返回参数

名称类型描述示例值
object
Codeinteger

返回的业务码,正常成功为 0。

0
RequestIdstring

请求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

示例

正常返回示例

JSON格式

{
  "Code": 0,
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

错误码

HTTP status code错误码错误信息描述
400MissingParameterThe input parameters that is mandatory for processing this request is not supplied.-
400InstanceNotFoundThe input parameter instancdId that is not found.指定的InstanceId不存在。
400NoPermissionPermission denied.没有足够的权限,请联系云账号管理员授予您相应权限。
400CallInterfaceCall Interface Happen Error.接口调用出错。
400IncorrectInstanceStatusThe current status of the instance does not support this operation.当前实例状态不支持此操作。
400InvalidParameter.%sThe specified field %s invalid. Please check it again.-

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

  • 本页导读 (1)
文档反馈