Updates the scheduled execution time for an operation event.
Try it now
Test
RAM authorization
Request syntax
POST /api/v1/instances/{instanceId}/updateOperationEventScheduleTime HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The ID of the instance. |
hgprecn-cn-zvp2qfwecxxxx |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| id |
string |
Yes |
The event ID. |
2034449120420339713 |
| scheduleTime |
string |
Yes |
The new scheduled time in |
2024-08-23 14:55:00 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Container for the response data. |
||
| RequestId |
string |
The unique identifier for the request. |
11F64C4C-EC50-5472-BC5D-7FD9F51499F6 |
| Data |
boolean |
Returns |
true |
Examples
Success response
JSON format
{
"RequestId": "11F64C4C-EC50-5472-BC5D-7FD9F51499F6",
"Data": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.