Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
kvstore:ModifyEventInfo |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region. |
cn-hangzhou |
| EventId |
string |
Yes |
The ID of the event. You can specify up to 20 event IDs. Separate multiple IDs with commas. |
5422964 |
| EventAction |
string |
No |
The action to perform on the event. Valid values:
|
archive |
| ActionParams |
string |
No |
The parameters for the action, in JSON format. For example:
|
{"recoverTime":"2023-04-17T14:02:35Z","recoverMode":"timePoint"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
6C9E114C-217C-4118-83C0-B4070222**** |
| ErrorEventId |
string |
The IDs of the events that failed to be processed. |
12343 |
| SuccessCount |
integer |
The number of events that were successfully processed. |
2 |
| ErrorCode |
string |
The error code. |
mst.errorcode.success.errormessage |
| SuccessEventId |
string |
The IDs of the events that were successfully processed. |
234221 |
Examples
Success response
JSON format
{
"RequestId": "6C9E114C-217C-4118-83C0-B4070222****",
"ErrorEventId": "12343",
"SuccessCount": 2,
"ErrorCode": "mst.errorcode.success.errormessage",
"SuccessEventId": "234221"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.