Retrieves the details of an alert event that is generated for a malicious object.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetObjectScanEvent |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EventId |
string |
No |
The ID of the alert event. |
81**** |
| Lang |
string |
No |
The language of the content in the request and response. Default value: zh. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
30CBF632-109F-596F-97F2-451C8B2A**** |
| Data |
object |
The response parameters. |
|
| FileName |
string |
The name of the object. |
sca_2023**** |
| Md5 |
string |
The MD5 hash value of the object. |
0552c44e243abdea1729d4507bce**** |
| EventName |
string |
The name of the alert item. |
WebShell |
| Details |
array<object> |
The details of the alert event. |
|
|
object |
|||
| InfoType |
string |
The type of the item. |
html |
| Name |
string |
The name of the item. |
DownloadUrl. |
| NameDisplay |
string |
The display name of the item. |
DownloadUrl. |
| Type |
string |
The type of the item. |
html |
| Value |
string |
The value of the item. |
http://**** |
| ValueDisplay |
string |
The display value of the item. |
http://**** |
Examples
Success response
JSON format
{
"RequestId": "30CBF632-109F-596F-97F2-451C8B2A****",
"Data": {
"FileName": "sca_2023****",
"Md5": "0552c44e243abdea1729d4507bce****",
"EventName": "WebShell",
"Details": [
{
"InfoType": "html",
"Name": "DownloadUrl.",
"NameDisplay": "DownloadUrl.",
"Type": "html",
"Value": "http://****",
"ValueDisplay": "http://****"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.