All Products
Search
Document Center

Security Center:GetObjectScanEvent

Last Updated:Nov 14, 2024

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:GetObjectScanEventget
  • All Resources
    *
    none
none

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
Detailsarray<object>

The details of the alert event.

Detailsobject
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.