重新啟動一台已到期或欠費回收中的隨用隨付 ECS 執行個體。
描述
調用該介面時,您需要注意:
請求參數
名稱 | 類型 | 是否必需 | 描述 |
---|---|---|---|
Action | String | 是 | 系統規定參數。取值:ReactivateInstances |
InstanceId | String | 是 | 需要重開機的執行個體 ID。 |
返回參數
全是公共返回參數。參閱 公共返回參數。
樣本
請求樣本https://ecs.aliyuncs.com/?Action=ReactivateInstances
&InstanceId=i-instance1
&<公用請求參數>
返回樣本XML 格式
<ReactivateInstancesResponse>
<RequestId>51AB7717-6E1A-4D1D-A44D-54CBxxxxxxxx</RequestId>
</ReactivateInstancesResponse>
JSON 格式{
"RequestId": "51AB7717-6E1A-4D1D-A44D-54CBxxxxxxxx"
}
錯誤碼
以下為本介面特有的錯誤碼。更多錯誤碼,請訪問 API錯誤中心。
錯誤碼 | 錯誤資訊 | HTTP 狀態代碼 | 說明 |
---|---|---|---|
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 | 請清理完您的雲帳號下所有未支付訂單後重試。 |
ReactivateInstances.InstanceStatusNotValid | Instance status is not Expired, ImageExpired or EcsAndImageExpired. | 403 | 隨用隨付執行個體必須處於 已到期 或者 欠費回收中 狀態。 |
InvalidInstanceId.NotFound | The specified InstanceId does not exist. | 404 | 指定的 InstanceId 不存在。 |
InvalidPayType.NotSupport | The specified pre pay instance not support. | 404 | 只支援隨用隨付執行個體。 |
InternalError | The request processing has failed due to some unknown error. | 500 | 內部錯誤,請稍後重試。 |