开发者社区> 问答> 正文

怎样对给定的实例设定自动释放时间



描述


对给定的实例设定自动释放时间。

  • 实例必须满足付费类型为:按量付费,才能调用该接口。
  • 设置自动释放时请谨慎操作,配置的时间到期后将自动进行释放操作。


请求参数

名称类型是否必须描述
ActionString系统规定参数,取值:ModifyInstanceAutoReleaseTime
InstanceIdString指定启动的实例 ID
AutoReleaseTimeString自动释放时间。按照 ISO8601 标准表示,并需要使用 UTC 时间。 格式为:yyyy-MM-ddTHH:mm:ssZ。 如果秒不是 00,则自动取为当前分钟开始时。最少在当前时间之后半小时;最多不能超过当前时间起三年。


返回参数


全是公共返回参数,详见 公共返回参数

错误码

错误代码描述Http 状态码语义
MissingParamter.InstanceIdInstanceId should not be null.400指定的 InstanceId 不能为空
InvalidAutoReleaseTime.MalformedThe specified paramter autoReleaseTime is not valid.400指定的时间不正确
UnsupportedParameterThe parameters is unsupported.400不支持的参数
InternalErrorThe request processing has failed due to some unknown error.500内部错误
ChargeTypeViolationThe operation is not permitted due to charge type of the instance.403付费类型不对
NoSuchResourceThe specified resource is not found.404找不到指定资源


示例



请求示例


https://ecs.aliyuncs.com/?Action=ModifyInstanceAutoReleaseTime&InstanceId=i-instance1 &<公共请求参数>
返回示例

XML格式
<ModifyInstanceAutoReleaseTimeResponse>
    <RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</ModifyInstanceAutoReleaseTimeResponse>
JSON格式
{ "RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8" }


展开
收起
boxti 2017-10-19 14:51:52 1887 0
0 条回答
写回答
取消 提交回答
问答地址:
问答排行榜
最热
最新

相关电子书

更多
用计算和数据去改变整个世界 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载

相关实验场景

更多