All Products
Search
Document Center

Security Center:GetAttackEventDashboard

Last Updated:Mar 20, 2026
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Get Attack Analysis Dashboard Information

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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:GetAttackEventDashboardget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
StartTimelongNo

Timestamp of the start time.

1752548337284
EndTimelongNo

Timestamp of the end time.

1753153137284
LangstringNo

Language type for request and response messages. Default value is zh. Values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

PageResult

Dataobject

Returned data.

AttackAllCountinteger

Number of attacks.

18
LatestTimeHourCountarray<object>

List of attack counts by hour.

LatestTimeHourCountobject

Statistical object.

StatisticsValuestring

Statistical value.

1752642000000
StatisticsCountinteger

Count of statistical values.

1
AttackTypeTopCountarray<object>

List of attack counts by attack type.

AttackTypeTopCountobject

Statistical object.

StatisticsValuestring

Statistical value.

PHP Webshell Upload
StatisticsCountinteger

Count of statistical values.

5
SrcIpTopCountarray<object>

List of attack counts by source IP.

SrcIpTopCountobject

Statistical object.

StatisticsValuestring

Statistical value.

140.205.11.**
StatisticsCountinteger

Count of statistical values.

17
AttackInstanceTopCountarray<object>

List of attack counts by attacked asset.

AttackInstanceTopCountobject

Statistical object.

StatisticsValuestring

Statistical value.

{\"internetIp\":\"101.37.86.**\",\"instanceName\":\"na**me\",\"intranetIp\":\"10.1.0.*\"}
StatisticsCountinteger

The count of the statistics value.

18
Successboolean

Indicates whether the API call was successful. Values:

  • true: Success
  • false: Failure
true
Codestring

Result code, 200 indicates success, any other value indicates failure. The caller can use this field to determine the reason for the failure.

200
Messagestring

The message returned by the API request.

successful
RequestIdstring

The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.

F8B6F758-BCD4-597A-8A2C-DA5A552C****
HttpStatusCodeinteger

The HTTP response status code, 200 indicates that the request was sent successfully.

200

Examples

Sample success responses

JSONformat

{
  "Data": {
    "AttackAllCount": 18,
    "LatestTimeHourCount": [
      {
        "StatisticsValue": 1752642000000,
        "StatisticsCount": 1
      }
    ],
    "AttackTypeTopCount": [
      {
        "StatisticsValue": "PHP Webshell Upload",
        "StatisticsCount": 5
      }
    ],
    "SrcIpTopCount": [
      {
        "StatisticsValue": "140.205.11.**",
        "StatisticsCount": 17
      }
    ],
    "AttackInstanceTopCount": [
      {
        "StatisticsValue": "{\\\"internetIp\\\":\\\"101.37.86.**\\\",\\\"instanceName\\\":\\\"na**me\\\",\\\"intranetIp\\\":\\\"10.1.0.*\\\"}",
        "StatisticsCount": 18
      }
    ]
  },
  "Success": true,
  "Code": 200,
  "Message": "successful",
  "RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****",
  "HttpStatusCode": 200
}

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.

Change history

Change timeSummary of changesOperation
2026-03-19Add OperationView Change Details