tccli 3.0.1363.1__py2.py3-none-any.whl → 3.0.1365.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/bi/v20220105/api.json +97 -5
- tccli/services/bi/v20220105/examples.json +5 -5
- tccli/services/cam/cam_client.py +61 -8
- tccli/services/cam/v20190116/api.json +96 -0
- tccli/services/cam/v20190116/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +35 -35
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdn/cdn_client.py +161 -1380
- tccli/services/cdn/v20180606/api.json +5302 -9471
- tccli/services/cdn/v20180606/examples.json +0 -184
- tccli/services/cfs/cfs_client.py +817 -128
- tccli/services/cfs/v20190719/api.json +2256 -848
- tccli/services/cfs/v20190719/examples.json +104 -0
- tccli/services/clb/v20180317/api.json +29 -9
- tccli/services/cls/v20201016/api.json +76 -72
- tccli/services/cls/v20201016/examples.json +3 -3
- tccli/services/ctem/v20231128/api.json +331 -97
- tccli/services/ctem/v20231128/examples.json +8 -8
- tccli/services/dlc/dlc_client.py +1622 -403
- tccli/services/dlc/v20210125/api.json +10882 -8052
- tccli/services/dlc/v20210125/examples.json +184 -0
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/es/v20250101/api.json +38 -1
- tccli/services/ess/ess_client.py +110 -4
- tccli/services/ess/v20201111/api.json +354 -1
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/hunyuan/hunyuan_client.py +73 -179
- tccli/services/hunyuan/v20230901/api.json +0 -190
- tccli/services/hunyuan/v20230901/examples.json +0 -16
- tccli/services/kms/v20190118/api.json +2 -2
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lowcode/lowcode_client.py +212 -0
- tccli/services/lowcode/v20210108/api.json +239 -0
- tccli/services/lowcode/v20210108/examples.json +32 -0
- tccli/services/monitor/v20180724/api.json +2 -2
- tccli/services/mps/v20190612/api.json +5 -5
- tccli/services/mqtt/v20240516/api.json +84 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/ssl/v20191205/api.json +38 -28
- tccli/services/teo/teo_client.py +1266 -206
- tccli/services/teo/v20220901/api.json +1818 -116
- tccli/services/teo/v20220901/examples.json +160 -0
- tccli/services/tione/v20211111/api.json +10 -0
- tccli/services/trtc/v20190722/api.json +40 -7
- tccli/services/waf/v20180125/api.json +499 -0
- tccli/services/waf/v20180125/examples.json +32 -0
- tccli/services/waf/waf_client.py +224 -12
- tccli/services/wedata/v20210820/api.json +191 -11
- tccli/services/wedata/v20210820/examples.json +10 -2
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/RECORD +57 -57
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/license_files/LICENSE +0 -0
@@ -40,30 +40,6 @@
|
|
40
40
|
"title": "动态打包任务提交"
|
41
41
|
}
|
42
42
|
],
|
43
|
-
"CreateScdnDomain": [
|
44
|
-
{
|
45
|
-
"document": "",
|
46
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=CreateScdnDomain\n&Domain=www.test.com\n&Waf.Switch=on\n&CC.Switch=on\n&<公共请求参数>",
|
47
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08b287d9-6342-4b70-9ec7-201efcd93b9d\",\n \"Result\": \"Success\"\n }\n}",
|
48
|
-
"title": "创建SCDN域名"
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"CreateScdnFailedLogTask": [
|
52
|
-
{
|
53
|
-
"document": "",
|
54
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=CreateScdnFailedLogTask\n&TaskId=835cac73-c7f5-4ef9-a52d-1a50bf11d2bd\n&<公共请求参数>",
|
55
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123\",\n \"Result\": \"Success\"\n }\n}",
|
56
|
-
"title": "重新创建SCDN事件日志任务"
|
57
|
-
}
|
58
|
-
],
|
59
|
-
"CreateScdnLogTask": [
|
60
|
-
{
|
61
|
-
"document": "",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScdnLogTask\n<公共请求参数>\n\n{\n \"Domain\": \"test.com\",\n \"AttackType\": \"xss\",\n \"Ip\": \"10.0.0.1\",\n \"AttackTypes\": [\n \"xss\"\n ],\n \"DefenceMode\": \"observe\",\n \"Mode\": \"waf\",\n \"StartTime\": \"2020-09-22 00:00:00\",\n \"Domains\": [\n \"test.com\"\n ],\n \"EndTime\": \"2020-09-22 00:00:00\",\n \"Conditions\": [\n {\n \"Operator\": \"include\",\n \"Value\": \"10.0.0.1\",\n \"Key\": \"ip\"\n }\n ]\n}",
|
63
|
-
"output": "{\n \"Response\": {\n \"Result\": \"0\",\n \"RequestId\": \"1abbe623-4b0e-4727-ab51-7624902d47f4\"\n }\n}",
|
64
|
-
"title": "创建scdn日志事件任务"
|
65
|
-
}
|
66
|
-
],
|
67
43
|
"CreateVerifyRecord": [
|
68
44
|
{
|
69
45
|
"document": "正常回包",
|
@@ -88,14 +64,6 @@
|
|
88
64
|
"title": "删除日志主题"
|
89
65
|
}
|
90
66
|
],
|
91
|
-
"DeleteScdnDomain": [
|
92
|
-
{
|
93
|
-
"document": "",
|
94
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DeleteScdnDomain\n&Domain='www.test.com'\n&<公共请求参数>",
|
95
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123\",\n \"Result\": \"Success\"\n }\n}",
|
96
|
-
"title": "删除SCDN域名"
|
97
|
-
}
|
98
|
-
],
|
99
67
|
"DescribeBillingData": [
|
100
68
|
{
|
101
69
|
"document": "",
|
@@ -104,14 +72,6 @@
|
|
104
72
|
"title": "计费数据查询"
|
105
73
|
}
|
106
74
|
],
|
107
|
-
"DescribeCcData": [
|
108
|
-
{
|
109
|
-
"document": "",
|
110
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeCcData\n&Domain=www.test.com\n&StartTime=2019-06-11 00:00:00\n&EndTime=2019-06-11 23:59:59\n&Interval=hour\n&<公共请求参数>",
|
111
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d9b58c40-562c-4ac1-8aea-755547beefa3\",\n \"Data\": [\n {\n \"Time\": \"2019-06-26 00:00:00\",\n \"Value\": 0\n },\n {\n \"Time\": \"2019-06-26 01:00:00\",\n \"Value\": 1\n }\n ],\n \"InterceptQpsData\": [\n {\n \"Time\": \"2019-06-26 00:00:00\",\n \"Value\": 0\n },\n {\n \"Time\": \"2019-06-26 01:00:00\",\n \"Value\": 1\n }\n ],\n \"ObserveQpsData\": [\n {\n \"Time\": \"2019-06-26 00:00:00\",\n \"Value\": 0\n },\n {\n \"Time\": \"2019-06-26 01:00:00\",\n \"Value\": 1\n }\n ],\n \"RedirectQpsData\": [\n {\n \"Time\": \"2019-06-26 00:00:00\",\n \"Value\": 0\n },\n {\n \"Time\": \"2019-06-26 01:00:00\",\n \"Value\": 1\n }\n ],\n \"Interval\": \"hour\"\n }\n}",
|
112
|
-
"title": "CC统计数据查询"
|
113
|
-
}
|
114
|
-
],
|
115
75
|
"DescribeCdnData": [
|
116
76
|
{
|
117
77
|
"document": "",
|
@@ -152,14 +112,6 @@
|
|
152
112
|
"title": "提取SSL证书中的可配置域名"
|
153
113
|
}
|
154
114
|
],
|
155
|
-
"DescribeDDoSData": [
|
156
|
-
{
|
157
|
-
"document": "",
|
158
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeDDoSData\n&StartTime=2020-09-22 00:00:00\n&EndTime=2020-09-22 01:00:00\n&Interval=min\n&<公共请求参数>",
|
159
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123\",\n \"AttackBandwidthData\": [\n {\n \"Time\": \"2020-01-01 00:00:00\",\n \"Value\": 0.0,\n \"AttackType\": \"all\"\n }\n ],\n \"Data\": [\n {\n \"Time\": \"2020-01-01 00:00:00\",\n \"Value\": 1\n },\n {\n \"Time\": \"2020-01-01 00:01:00\",\n \"Value\": 1\n }\n ],\n \"Interval\": \"min\"\n }\n}",
|
160
|
-
"title": "DDoS统计数据查询"
|
161
|
-
}
|
162
|
-
],
|
163
115
|
"DescribeDiagnoseReport": [
|
164
116
|
{
|
165
117
|
"document": "",
|
@@ -200,14 +152,6 @@
|
|
200
152
|
"title": "查询动态打包任务状态列"
|
201
153
|
}
|
202
154
|
],
|
203
|
-
"DescribeEventLogData": [
|
204
|
-
{
|
205
|
-
"document": "",
|
206
|
-
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEventLogData\n<公共请求参数>\n\n{\n \"StartTime\": \"2020-09-22 00:00:00\",\n \"EndTime\": \"2020-09-22 00:10:00\",\n \"Domain\": \"www.test.com\",\n \"Url\": \"/1.jpg\",\n \"Mode\": \"cc\",\n \"ActionName\": \"intercept\"\n}",
|
207
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"1abbe623-4b0e-4727-ab51-7624902d47f4\",\n \"Results\": []\n }\n}",
|
208
|
-
"title": "DescribeEventLogData 用于查询事件日志统计曲线"
|
209
|
-
}
|
210
|
-
],
|
211
155
|
"DescribeHttpsPackages": [
|
212
156
|
{
|
213
157
|
"document": "HTTPS请求包查询",
|
@@ -304,46 +248,6 @@
|
|
304
248
|
"title": "查询报表数据"
|
305
249
|
}
|
306
250
|
],
|
307
|
-
"DescribeScdnBotData": [
|
308
|
-
{
|
309
|
-
"document": "",
|
310
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeScdnBotData\n&Domains.0=zc-test-a.qcloudwaf.com\n&StartTime=2020-04-20 00:00:00\n&EndTime=2020-04-20 23:59:59\n&Interval=2min\n&Area=overseas\n&<公共请求参数>",
|
311
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Metric\": \"bot\",\n \"DetailData\": [\n {\n \"Time\": \"2020-04-24 00:00:00\",\n \"Value\": 735\n },\n {\n \"Time\": \"2020-04-24 01:00:00\",\n \"Value\": 1124\n }\n ]\n },\n {\n \"Metric\": \"total\",\n \"DetailData\": [\n {\n \"Time\": \"2020-04-24 00:00:00\",\n \"Value\": 735\n },\n {\n \"Time\": \"2020-04-24 01:00:00\",\n \"Value\": 1124\n }\n ]\n },\n {\n \"Metric\": \"qps\",\n \"DetailData\": [\n {\n \"Time\": \"2020-04-24 00:00:00\",\n \"Value\": 735\n },\n {\n \"Time\": \"2020-04-24 01:00:00\",\n \"Value\": 1124\n }\n ]\n }\n ],\n \"Interval\": \"2min\",\n \"RequestId\": \"8d492352-67f4-4fac-a752-331b973b3dcc\"\n }\n}",
|
312
|
-
"title": "获取bot统计曲线图( Bot流量统计)"
|
313
|
-
}
|
314
|
-
],
|
315
|
-
"DescribeScdnBotRecords": [
|
316
|
-
{
|
317
|
-
"document": "",
|
318
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeScdnBotRecords\n&BotType=TCB\n&Domain=123.com\n&StartTime=2020-04-20 12:00:00\n&EndTime=2020-04-20 23:59:59\n&Offset=0\n&Limit=20\n&SortBy.0.Key=timestamp\n&SortBy.0.Sequence=desc\n&Area=overseas\n&<公共请求参数>",
|
319
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Data\": [],\n \"RequestId\": \"6d04373b-ba59-4a4f-a96e-9fe53b59a536\"\n }\n}",
|
320
|
-
"title": "获取指定类型的BOT记录"
|
321
|
-
}
|
322
|
-
],
|
323
|
-
"DescribeScdnConfig": [
|
324
|
-
{
|
325
|
-
"document": "查询SCDN域名配置",
|
326
|
-
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScdnConfig\n<公共请求参数>\n\n{\n \"Domain\": \"www.test.com\"\n}",
|
327
|
-
"output": "{\n \"Response\": {\n \"CC\": {\n \"Rules\": [\n {\n \"FrequencyLimit\": 1,\n \"RuleType\": \"file\",\n \"DetectionTime\": 1,\n \"RuleValue\": [\n \"html\"\n ],\n \"PunishmentTime\": 1,\n \"RedirectUrl\": \"https://test.com/redirect\",\n \"Action\": \"redirect\",\n \"Qps\": 1,\n \"PunishmentSwitch\": \"on\"\n }\n ],\n \"Switch\": \"on\"\n },\n \"Waf\": {\n \"Rules\": [\n {\n \"Operate\": \"observe\",\n \"AttackType\": \"xss\"\n }\n ],\n \"WebShellSwitch\": \"on\",\n \"Switch\": \"on\",\n \"ErrorPage\": {\n \"RedirectUrl\": \"https://test.com/redirect\",\n \"RedirectCode\": 302\n },\n \"Mode\": \"observe\"\n },\n \"Bot\": {\n \"Switch\": \"on\",\n \"BotJavaScript\": [\n {\n \"RuleType\": \"file\",\n \"RuleValue\": [\n \"html\"\n ],\n \"UpdateTime\": \"2020-09-22 00:00:00\",\n \"RedirectUrl\": \"https://test.com/redirect\",\n \"Switch\": \"on\",\n \"Action\": \"monitor\"\n }\n ],\n \"BotCookie\": [\n {\n \"RuleType\": \"all\",\n \"RuleValue\": [\n \"*\"\n ],\n \"UpdateTime\": \"2020-09-22 00:00:00\",\n \"RedirectUrl\": \"https://test.com/redirect\",\n \"Switch\": \"on\",\n \"Action\": \"monitor\"\n }\n ]\n },\n \"Acl\": {\n \"Switch\": \"on\",\n \"ScriptData\": [\n {\n \"Status\": \"active\",\n \"Configure\": [\n {\n \"MatchKey\": \"ip\",\n \"MatchValue\": \"10.0.0.1\",\n \"LogiOperator\": \"include\"\n }\n ],\n \"Result\": \"intercept\",\n \"RuleName\": \"rule1\"\n }\n ],\n \"ErrorPage\": {\n \"RedirectUrl\": \"https://test.com/redirect\",\n \"RedirectCode\": 301\n }\n },\n \"Status\": \"online\",\n \"Ddos\": {\n \"Switch\": \"on\"\n },\n \"RequestId\": \"1abbe623-4b0e-4727-ab51-7624902d47f4\"\n }\n}",
|
328
|
-
"title": "查询SCDN域名配置"
|
329
|
-
}
|
330
|
-
],
|
331
|
-
"DescribeScdnIpStrategy": [
|
332
|
-
{
|
333
|
-
"document": "",
|
334
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeScdnIpStrategy\n&<公共请求参数>",
|
335
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a4ac88a3-a159-47ac-9b87-19185d7deb09\",\n \"IpStrategyList\": [\n {\n \"Domain\": \"www.test.com\",\n \"StrategyId\": 1,\n \"IpList\": [\n \"1.1.1.1\",\n \"2.2.2.2\"\n ],\n \"UpdateTime\": \"2020-09-22 15:00:00\",\n \"Remark\": \"test\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
336
|
-
"title": "查询SCDN的IP白名单列表"
|
337
|
-
}
|
338
|
-
],
|
339
|
-
"DescribeScdnTopData": [
|
340
|
-
{
|
341
|
-
"document": "",
|
342
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeScdnTopData\n&Domain=www.test.com\n&Mode=waf\n&Filter=request\n&Metric=url\n&StartTime=2019-06-2600:00:00\n&EndTime=2019-06-2603:00:00\n&<公共请求参数>",
|
343
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4f1bb066-524f-4857-87f4-0ae56439179b\",\n \"TopTypeData\": [\n {\n \"AttackType\": \"xss\",\n \"Value\": 20\n },\n {\n \"AttackType\": \"sql\",\n \"Value\": 831\n }\n ],\n \"TopIpData\": [\n {\n \"Time\": \"2019-06-26 05:42:56\",\n \"Value\": 18,\n \"Isp\": \"中国电信\",\n \"Ip\": \"222.186.20.85\"\n }\n ],\n \"Mode\": \"waf\"\n }\n}",
|
344
|
-
"title": "获取SCDN的Top数据"
|
345
|
-
}
|
346
|
-
],
|
347
251
|
"DescribeTopData": [
|
348
252
|
{
|
349
253
|
"document": "查询ua_device指标的数据",
|
@@ -368,14 +272,6 @@
|
|
368
272
|
"title": "违规历史查询"
|
369
273
|
}
|
370
274
|
],
|
371
|
-
"DescribeWafData": [
|
372
|
-
{
|
373
|
-
"document": "",
|
374
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeWafData\n&Domain=www.test.com\n&StartTime=2019-06-11 00:00:00\n&EndTime=2019-06-11 23:59:59\n&Interval=hour\n&<公共请求参数>",
|
375
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d9b58c40-562c-4ac1-8aea-755547beefa3\",\n \"Data\": [\n {\n \"Time\": \"2019-06-26 00:00:00\",\n \"Value\": 0\n },\n {\n \"Time\": \"2019-06-26 01:00:00\",\n \"Value\": 1\n },\n {\n \"Time\": \"2019-06-26 02:00:00\",\n \"Value\": 2\n },\n {\n \"Time\": \"2019-06-26 03:00:00\",\n \"Value\": 9\n },\n {\n \"Time\": \"2019-06-26 04:00:00\",\n \"Value\": 0\n }\n ],\n \"Interval\": \"hour\"\n }\n}",
|
376
|
-
"title": "Waf统计数据查询"
|
377
|
-
}
|
378
|
-
],
|
379
275
|
"DisableCaches": [
|
380
276
|
{
|
381
277
|
"document": "",
|
@@ -448,46 +344,6 @@
|
|
448
344
|
"title": "获取诊断任务列表"
|
449
345
|
}
|
450
346
|
],
|
451
|
-
"ListScdnDomains": [
|
452
|
-
{
|
453
|
-
"document": "查询SCDN域名列表",
|
454
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=ListScdnDomains\n&<公共请求参数>",
|
455
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123\",\n \"DomainList\": [\n {\n \"Domain\": \"www.test.com\",\n \"Status\": \"online\",\n \"Waf\": \"/\",\n \"Acl\": \"yes\",\n \"WafLevel\": 200,\n \"CC\": \"close\",\n \"Area\": \"global\",\n \"AclRuleNumbers\": 3,\n \"Ddos\": \"close\",\n \"ProjectId\": \"0\",\n \"Bot\": \"close\"\n }\n ],\n \"TotalCount\": 11\n }\n}",
|
456
|
-
"title": "查询SCDN域名列表"
|
457
|
-
}
|
458
|
-
],
|
459
|
-
"ListScdnLogTasks": [
|
460
|
-
{
|
461
|
-
"document": "",
|
462
|
-
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListScdnLogTasks\n<公共请求参数>\n\n{}",
|
463
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"TaskList\": [\n {\n \"Status\": \"created\",\n \"Domain\": \"test.com\",\n \"StartTime\": \"2020-09-22 00:00:00\",\n \"Area\": \"mainland\",\n \"DefenceMode\": \"observe\",\n \"DownloadUrl\": \"https://downlaod.com\",\n \"Mode\": \"waf\",\n \"AttackType\": \"xss\",\n \"TaskID\": \"taskId\",\n \"EndTime\": \"2020-09-22 00:00:00\",\n \"Conditions\": [\n {\n \"Operator\": \"include\",\n \"Value\": \"10.0.0.1\",\n \"Key\": \"ip\"\n }\n ],\n \"CreateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"1abbe623-4b0e-4727-ab51-7624902d47f4\"\n }\n}",
|
464
|
-
"title": "查询SCDN事件日志下载任务列表"
|
465
|
-
}
|
466
|
-
],
|
467
|
-
"ListScdnTopBotData": [
|
468
|
-
{
|
469
|
-
"document": "查询bot的topN域名",
|
470
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=ListScdnTopBotData\n&TopCount=10\n&StartTime=2020-04-20 12:00:00\n&EndTime=2020-04-20 23:59:00\n&Area=overseas\n&<公共请求参数>",
|
471
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Count\": 1,\n \"Value\": \"110.242.68.66\",\n \"Province\": \"广东\",\n \"Country\": \"中国\",\n \"Isp\": \"电信\"\n }\n ],\n \"RequestId\": \"requestid0000000\"\n }\n}",
|
472
|
-
"title": "查询bot的topN域名"
|
473
|
-
}
|
474
|
-
],
|
475
|
-
"ListTopBotData": [
|
476
|
-
{
|
477
|
-
"document": "",
|
478
|
-
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListTopBotData\n<公共请求参数>\n\n{\n \"EndTime\": \"2020-04-20 23:59:00\",\n \"StartTime\": \"2020-04-20 12:00:00\",\n \"TopCount\": \"10\"\n}",
|
479
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Domain\": \"zc-work.qcloudwaf.com\",\n \"Count\": 1,\n \"Value\": \"\",\n \"Isp\": \"dianxin\",\n \"Province\": \"\",\n \"Country\": \"\"\n }\n ],\n \"RequestId\": \"requestid0000000\"\n }\n}",
|
480
|
-
"title": "查询bot的topN域名"
|
481
|
-
}
|
482
|
-
],
|
483
|
-
"ListTopCcData": [
|
484
|
-
{
|
485
|
-
"document": "",
|
486
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=ListTopCcData\n&Domain=www.test.com\n&StartTime=2020-09-22 00:00:00\n&EndTime=2020-09-22 01:00:00\n&<公共请求参数>",
|
487
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123456\",\n \"Data\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Url\": \"/test.html?key=value\",\n \"UserAgent\": \"\",\n \"Value\": 1000,\n \"Domain\": \"123.com\"\n },\n {\n \"Ip\": \"2.2.2.2\",\n \"Url\": \"/test.html\",\n \"UserAgent\": \"\",\n \"Value\": 900,\n \"Domain\": \"123.com\"\n }\n ]\n }\n}",
|
488
|
-
"title": "安全加速CC攻击Top N数据查询"
|
489
|
-
}
|
490
|
-
],
|
491
347
|
"ListTopClsLogData": [
|
492
348
|
{
|
493
349
|
"document": "",
|
@@ -496,14 +352,6 @@
|
|
496
352
|
"title": "通过CLS日志计算Top信息"
|
497
353
|
}
|
498
354
|
],
|
499
|
-
"ListTopDDoSData": [
|
500
|
-
{
|
501
|
-
"document": "",
|
502
|
-
"input": "POST / HTTP/1.1\nHost: cdn.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListTopDDoSData\n<公共请求参数>\n\n{\n \"EndTime\": \"2020-09-22 01:00:00\",\n \"StartTime\": \"2020-09-22 00:00:00\"\n}",
|
503
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123456\",\n \"Data\": [\n {\n \"Value\": 1,\n \"AttackType\": \"ddos\"\n }\n ],\n \"IPData\": [\n {\n \"Province\": \"广东省\",\n \"Country\": \"中国\",\n \"Isp\": \"中国电信\",\n \"AttackCount\": 100,\n \"AttackIP\": \"10.32.1.3\"\n }\n ]\n }\n}",
|
504
|
-
"title": "获取DDoS攻击Top数据"
|
505
|
-
}
|
506
|
-
],
|
507
355
|
"ListTopData": [
|
508
356
|
{
|
509
357
|
"document": "",
|
@@ -512,14 +360,6 @@
|
|
512
360
|
"title": "查询Top Url访问数据"
|
513
361
|
}
|
514
362
|
],
|
515
|
-
"ListTopWafData": [
|
516
|
-
{
|
517
|
-
"document": "",
|
518
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=ListTopWafData\n&Domain=www.test.com\n&StartTime=2019-06-2600:00:00\n&EndTime=2019-06-2603:00:00\n&Metric=url\n&<公共请求参数>",
|
519
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4f1bb066-524f-4857-87f4-0ae56439179b\",\n \"TopTypeData\": [\n {\n \"AttackType\": \"xss\",\n \"Value\": 20\n },\n {\n \"AttackType\": \"sql\",\n \"Value\": 831\n }\n ],\n \"TopIpData\": [\n {\n \"Time\": \"2019-06-26 05:42:00\",\n \"Value\": 18,\n \"District\": \"江苏\",\n \"Isp\": \"中国电信\",\n \"Ip\": \"222.186.20.85\"\n }\n ],\n \"TopUrlData\": [\n {\n \"Time\": \"2019-06-26 05:42:00\",\n \"Value\": 18,\n \"Domain\": \"www.test.com\",\n \"Url\": \"/path\"\n }\n ],\n \"TopDomainData\": [\n {\n \"Value\": 18,\n \"Percent\": 0.0,\n \"Domain\": \"www.test.com\"\n },\n {\n \"Value\": 9,\n \"Percent\": 0.0,\n \"Domain\": \"www.123.com\"\n }\n ]\n }\n}",
|
520
|
-
"title": "获取Waf攻击Top数据"
|
521
|
-
}
|
522
|
-
],
|
523
363
|
"ManageClsTopicDomains": [
|
524
364
|
{
|
525
365
|
"document": "",
|
@@ -602,14 +442,6 @@
|
|
602
442
|
"title": "启用加速域名"
|
603
443
|
}
|
604
444
|
],
|
605
|
-
"StartScdnDomain": [
|
606
|
-
{
|
607
|
-
"document": "",
|
608
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=StartScdnDomain\n&Domain=www.test.com\n&<公共请求参数>",
|
609
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"oe5xr2grk86h86sd842tq\",\n \"Result\": \"Success\"\n }\n}",
|
610
|
-
"title": "开启域名安全防护"
|
611
|
-
}
|
612
|
-
],
|
613
445
|
"StopCdnDomain": [
|
614
446
|
{
|
615
447
|
"document": "",
|
@@ -618,14 +450,6 @@
|
|
618
450
|
"title": "停用加速域名"
|
619
451
|
}
|
620
452
|
],
|
621
|
-
"StopScdnDomain": [
|
622
|
-
{
|
623
|
-
"document": "",
|
624
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=StopScdnDomain\n&Domain=www.test.com\n&<公共请求参数>",
|
625
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"oe5xr2grk86h86sd842tq\",\n \"Result\": \"Success\"\n }\n}",
|
626
|
-
"title": "关闭域名安全防护"
|
627
|
-
}
|
628
|
-
],
|
629
453
|
"UpdateDomainConfig": [
|
630
454
|
{
|
631
455
|
"document": "更新域名配置",
|
@@ -650,14 +474,6 @@
|
|
650
474
|
"title": "修改计费类型"
|
651
475
|
}
|
652
476
|
],
|
653
|
-
"UpdateScdnDomain": [
|
654
|
-
{
|
655
|
-
"document": "SCDN域名配置变更",
|
656
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=UpdateScdnDomain\n&Domain=www.test.com\n&Acl.Switch=on\n&Acl.ScriptData.0.RuleName=test\n&Acl.ScriptData.0.Result=refuse\n&Acl.ScriptData.0.Configure.0.MatchKey=params\n&Acl.ScriptData.0.Configure.0.LogiOperator=exclude\n&Acl.ScriptData.0.Configure.0.MatchValue=www.attatck.com\n&<公共请求参数>",
|
657
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08b287d9-6342-4b70-9ec7-201efcd93b9d\",\n \"Result\": \"Success\"\n }\n}",
|
658
|
-
"title": "SCDN域名配置变更"
|
659
|
-
}
|
660
|
-
],
|
661
477
|
"VerifyDomainRecord": [
|
662
478
|
{
|
663
479
|
"document": "异常返回",
|