Modifies the execution time of an O&M event.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hologram:UpdateOperationEventScheduleTime |
update |
*Instance
|
None | None |
Request syntax
POST /api/v1/instances/{instanceId}/updateOperationEventScheduleTime HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
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 scheduled execution time. Format: YYYY-MM-DD HH:mm:ss. Time zone: UTC+8. |
2024-08-23 14:55:00 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
11F64C4C-EC50-5472-BC5D-7FD9F51499F6 |
| Data |
boolean |
Indicates whether the operation is successful. Valid values:
|
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.