All Products
Search
Document Center

Security Center:GetObjectScanEvent

Last Updated:Feb 20, 2024

Queries the details of an alert event that is generated for a malicious object.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
EventIdstringNo

The ID of the alert event.

81****
LangstringNo

The language of the content in the request and response. Default value: zh. Valid values:

  • zh: Chinese.
  • en: English.
zh

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

30CBF632-109F-596F-97F2-451C8B2A****
Dataobject

The response parameters.

FileNamestring

The name of the object.

sca_2023****
Md5string

The MD5 hash value of the object.

0552c44e243abdea1729d4507bce****
EventNamestring

The name of the alert item.

WebShell
Detailsobject []

The details of the alert event.

InfoTypestring

The type of the item.

html
Namestring

The name of the item.

DownloadUrl
NameDisplaystring

The display name of the item.

DownloadUrl
Typestring

The type of the item.

html
Valuestring

The value of the item.

http://****
ValueDisplaystring

The display value of the item.

http://****

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.