启动实例
描述
启动一个指定的实例。
接口调用成功后实例进入 Starting 状态。
实例状态必须为 Stopped,才可以调用该接口。
被安全控制在实例的 OperationLocks 中标记了 "LockReason" : "security" 的锁定状态时,不能启动实例。
请求参数
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
Action | String | 是 | 系统规定参数,取值:StartInstance |
InstanceId | String | 是 | 指定启动的实例 ID |
返回参数
全是公共返回参数,详见公共返回参数
错误码
错误代码 | 描述 | Http 状态码 | 语义 |
---|---|---|---|
InvalidInstanceId.NotFound | The InstanceId provided does not exist in our records. | 404 | 指定的 InstanceId 不存在 |
MissingParameter | The input parameter "InstanceId" that is mandatory for processing this request is not supplied. | 400 | 缺少 InstanceId 值 |
IncorrectInstanceStatus | The current status of the resource does not support this operation. | 403 | 该资源目前的状态不支持此操作 |
InstanceLockedForSecurity | The specified operation is denied as your instance is locked for security reasons. | 403 | 该资源目前被安全锁定被拒绝操作 |
InsufficientBalance | Your account does not have enough balance. | 403 | 实例欠费,拒绝启动 |
InternalError | The request processing has failed due to some unknown error. | 500 | 内部错误 |
InstanceNotReady | The specified instance is not ready for use | 403 | 指定的 Instance 还没有创建完 |
DiskError | IncorrectDiskStatus | 403 | 不正常的磁盘状态 |
示例
请求示例
https://ecs.aliyuncs.com/?Action=StartInstance
&InstanceId=i-instance1
&<公共请求参数>
返回示例
XML格式
C0003E8B-B930-4F59-ADC0-0E209A9012A8
JSON格式
{
"RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8"
}
时间: 2024-12-30 11:33:25