延长一个生命周期挂钩触发的被挂起的 ECS 实例的等待时间(RecordLifecycleActionHeartbeat)。ECS 实例的等待时间最长不能超过 6 小时,每次等待状态最多能被延时 20 次。
请求参数
返回参数
示例
请求示例
- http://ess.aliyuncs.com/?Action=RecordLifecycleActionHeartbeat
- &LifecycleHookId=ash-xxxxxxxxxxx
- &LifecycleActionToken=aaaa-bbbbb-cccc-ddddd
- &LifecycleActionResult=CONTINUE
- &<公共请求参数>
返回示例
XML 格式
- <RecordLifecycleActionHeartbeatResponse>
- <RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
- </RecordLifecycleActionHeartbeatResponse>
JSON 格式
- {
- "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
- }
错误码
以下为本接口特有的错误码。更多错误码,请访问
API 错误中心。
[tr=rgb(239, 251, 255)][td]LifecycleAction.TimeExceeded
The specified parameter heartbeatTime exceed lifecycleAction max suspend time. | 400 | 等待时间最长不能超过 6 小时。 |
LifecycleAction.RecordTimesExceeded | The specified lifecycleAction exceed lifecycleAction max record times. | 400 | 每次等待状态最多能被延时 20 次。 |