Domain name for API request: dayu.tencentcloudapi.com.
This API is used to get the DDoS attack source list.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeDDoSAttackSource. |
Version | Yes | String | Common parameter. The value used for this API: 2018-07-09. |
Region | No | String | Common parameter. This parameter is not required for this API. |
Business | Yes | String | Anti-DDoS service type. bgpip : Anti-DDoS Advanced; bgp : Anti-DDoS Pro (single IP); bgp-multip : Anti-DDoS Pro (multi-IP), net : Anti-DDoS Ultimate |
Id | Yes | String | Anti-DDoS instance ID |
StartTime | Yes | Timestamp | Start time |
EndTime | Yes | Timestamp | End time |
Limit | Yes | Integer | Number of entries per page. A value of 0 means no pagination |
Offset | Yes | Integer | Page start offset, whose value is (page number - 1) * number of entries per page |
IpList.N | No | Array of String | IP attack source of specified resource, which is optional |
Parameter Name | Type | Description |
---|---|---|
Total | Integer | Total number of attack sources |
AttackSourceList | Array of DDoSAttackSourceRecord | Attack source list |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=DescribeDDoSAttackSource
&Business=bgpip
&Id=bgpip-0000000x
&IpList.0=1.1.1.1
&StartTime=2019-07-23 11:32:12
&EndTime=2019-07-27 13:35:16
&Limit=1
&Offset=0
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"Total": 1,
"AttackSourceList": [
{
"SrcIp": "1.1.1.1",
"Province": "Zhejiang",
"Nation": "China",
"PacketSum": 132124,
"PacketLen": 12512551
}
]
}
}
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
DryRunOperation | DryRun Operation. It means that the request would have succeeded, but the DryRun parameter was used. |
FailedOperation | Operation failed. |
InternalError | An internal error occurred. |
InvalidParameter | A parameter error occurred. |
InvalidParameterValue | Incorrect parameter value. |
LimitExceeded | The quota limit is exceeded. |
MissingParameter | Missing parameter. |
ResourceInUse | The resource is occupied. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable | The resource is unavailable |
Was this page helpful?