All Products
Search
Document Center

Anti-DDoS:DescribeSlaEventList

Last Updated:Oct 23, 2024

Queries the destination rate limit events.

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-ddoscoo:DescribeSlaEventListlist
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionstringYes

The type of the service Valid values:

  • cn: Anti-DDoS Pro
  • cn-hongkong: Anti-DDoS Premium
cn
IpstringNo

The IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance.

203.107.XX.XX
StartTimelongYes

The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.

Note This UNIX timestamp must indicate a point in time that is accurate to the minute.
3289457398
EndTimelongYes

The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.

Note This UNIX timestamp must indicate a point in time that is accurate to the minute.
3289457398
PageSizelongNo

The number of entries per page.

10
PagelongNo

The page number.

1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

CF33B4C3-196E-4015-AADD-5CAD00057B80
SlaEventarray<object>

The destination rate limit events.

SlaEventobject
StartTimelong

The beginning of the time range. Unit: seconds.

1678080840
EndTimelong

The end of the time range. Unit: seconds.

1671886740
Ipstring

The IP address of the instance.

203.107.XX.XX
Regionstring

The region to which the destination IP address belongs. Valid values:

  • cn: a region in the Chinese mainland
  • cn-hongkong: China (Hong Kong)
cn
Totallong

The total number of entries returned.

10

Examples

Sample success responses

JSONformat

{
  "RequestId": "CF33B4C3-196E-4015-AADD-5CAD00057B80",
  "SlaEvent": [
    {
      "StartTime": 1678080840,
      "EndTime": 1671886740,
      "Ip": "203.107.XX.XX",
      "Region": "cn"
    }
  ],
  "Total": 10
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-03-19The internal configuration of the API is changed, but the call is not affectedView Change Details