Merge branch 'edit' into cn-Media-Processing-Service · codegate/jdcloud-api-cn@931001a · GitHub
Skip to content

Commit 931001a

Browse files
author
qinchuan13
committed
Merge branch 'edit' into cn-Media-Processing-Service
2 parents 4954f69 + 234ab02 commit 931001a

2,478 files changed

Lines changed: 68621 additions & 18850 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 67 additions & 67 deletions
Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
# describeAttackStatistics
2-
3-
4-
## 描述
5-
攻击情况统计
6-
7-
## 请求方式
8-
GET
9-
10-
## 请求地址
11-
https://baseanti.jdcloud-api.com/v1/describeAttackStatistics
12-
13-
14-
## 请求参数
15-
|名称|类型|是否必需|默认值|描述|
16-
|---|---|---|---|---|
17-
|**startTime**|String|True| |开始时间, UTC 时间, 格式: yyyy-MM-dd'T'HH:mm:ssZ|
18-
|**endTime**|String|True| |结束时间, UTC 时间, 格式: yyyy-MM-dd'T'HH:mm:ssZ|
19-
|**ip**|String[]|False| |基础防护已防护的公网 IP, ip 不为空时, 统计 ip 对应的攻击情况, ip 为空时, 统计用户所有公网 IP 的攻击情况. <br>- 使用 <a href='http://docs.jdcloud.com/anti-ddos-basic/api/describeelasticipresources'>describeElasticIpResources</a> 接口查询基础防护已防护的私有网络弹性公网 IP. <br>- 使用 <a href='http://docs.jdcloud.com/anti-ddos-basic/api/describecpsipresources'>describeCpsIpResources</a> 接口查询基础防护已防护的云物理服务器公网IP 和 弹性公网 IP. <br>- 使用 <a href='http://docs.jdcloud.com/anti-ddos-basic/api/describeccsipresources'>describeCcsIpResources</a> 接口查询基础防护已防护的托管区公网 IP|
20-
21-
22-
## 返回参数
23-
|名称|类型|描述|
24-
|---|---|---|
25-
|**result**|Result| |
26-
|**requestId**|String| |
27-
|**error**|Error| |
28-
29-
### Error
30-
|名称|类型|描述|
31-
|---|---|---|
32-
|**err**|Err| |
33-
### Err
34-
|名称|类型|描述|
35-
|---|---|---|
36-
|**code**|Long|同http code|
37-
|**details**|Object| |
38-
|**message**|String| |
39-
|**status**|String|具体错误|
40-
### Result
41-
|名称|类型|描述|
42-
|---|---|---|
43-
|**attackCount**|Integer|攻击次数|
44-
|**blackHoleCount**|Integer|黑洞次数|
45-
|**peak**|Number|攻击流量峰值|
46-
|**unit**|String|攻击流量单位|
47-
48-
## 返回码
49-
|返回码|描述|
50-
|---|---|
51-
|**200**|OK|
1+
# describeAttackStatistics
2+
3+
4+
## 描述
5+
攻击情况统计
6+
7+
## 请求方式
8+
GET
9+
10+
## 请求地址
11+
https://baseanti.jdcloud-api.com/v1/describeAttackStatistics
12+
13+
14+
## 请求参数
15+
|名称|类型|是否必需|默认值|描述|
16+
|---|---|---|---|---|
17+
|**startTime**|String|True| |开始时间, UTC 时间, 格式: yyyy-MM-dd'T'HH:mm:ssZ|
18+
|**endTime**|String|True| |结束时间, UTC 时间, 格式: yyyy-MM-dd'T'HH:mm:ssZ|
19+
|**ip**|String[]|False| |基础防护已防护的公网 IP, ip 不为空时, 统计 ip 对应的攻击情况, ip 为空时, 统计用户所有公网 IP 的攻击情况. <br>- 使用 <a href='http://docs.jdcloud.com/anti-ddos-basic/api/describeelasticipresources'>describeElasticIpResources</a> 接口查询基础防护已防护的私有网络弹性公网 IP. <br>- 使用 <a href='http://docs.jdcloud.com/anti-ddos-basic/api/describecpsipresources'>describeCpsIpResources</a> 接口查询基础防护已防护的云物理服务器公网IP 和 弹性公网 IP. <br>- 使用 <a href='http://docs.jdcloud.com/anti-ddos-basic/api/describeccsipresources'>describeCcsIpResources</a> 接口查询基础防护已防护的托管区公网 IP|
20+
21+
22+
## 返回参数
23+
|名称|类型|描述|
24+
|---|---|---|
25+
|**result**|[Result](describeattackstatistics#result)| |
26+
|**requestId**|String| |
27+
|**error**|[Error](describeattackstatistics#error)| |
28+
29+
### <div id="error">Error</div>
30+
|名称|类型|描述|
31+
|---|---|---|
32+
|**err**|[Err](describeattackstatistics#err)| |
33+
### <div id="err">Err</div>
34+
|名称|类型|描述|
35+
|---|---|---|
36+
|**code**|Long|同http code|
37+
|**details**|Object| |
38+
|**message**|String| |
39+
|**status**|String|具体错误|
40+
### <div id="result">Result</div>
41+
|名称|类型|描述|
42+
|---|---|---|
43+
|**attackCount**|Integer|攻击次数|
44+
|**blackHoleCount**|Integer|黑洞次数|
45+
|**peak**|Double|攻击流量峰值|
46+
|**unit**|String|攻击流量单位|
47+
48+
## 返回码
49+
|返回码|描述|
50+
|---|---|
51+
|**200**|OK|
Lines changed: 53 additions & 53 deletions

0 commit comments

Comments
 (0)