调用 ModifyPlannedEventExecuteTime 接口修改运维事件的执行时间。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
InstanceId | String | 是 | postgres-a2f9831f**** | 实例 ID。 |
EventId | String | 是 | 7ccb2271846b439892797fe81219**** | 事件 ID。 |
TaskEventOperation | String | 是 | ChangeToSpecifiedTime | 修改任务的修改类型。取值:
说明 取值为 |
ModifyBeginTime | String | 否 | 2025-08-03T06:00:00Z | 指定时间段执行时时间段的起始时间。时间格式为 说明 将任务的修改为指定时间段执行时,即 TaskEventOperation 取值为 |
ModifyEndTime | String | 否 | 2025-08-03T07:59:00Z | 指定时间段执行时时间段的结束时间。时间格式为 说明 将任务的修改为指定时间段执行时,即 TaskEventOperation 取值为 |
null
POST /?Action=DescribeWALLogBackups&Version=2022-01-01 HTTP/1.1 Content-Type: application/json Host: rds-postgresql.cn-beijing.volcengineapi.com X-Date: 20231002T101010Z Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_postgresql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458**** { "InstanceId": "postgres-08f97473****", "EventId": "f760e6d119e14fcda9ee12f8075f****", "TaskEventOperation": "ChangeToSpecifiedTime", "ModifyBeginTime": "2025-12-06T06:00:00Z", "ModifyEndTime": "2025-12-06T07:59:00Z" }
{ "ResponseMetadata": { "RequestId": "20251204164500F1614C86F6D536E36C76-c86048", "Action": "ModifyPlannedEventExecuteTime", "Version": "2022-01-01", "Service": "rds_postgresql", "Region": "cn-beijing" }, "Result": {} }