tccli 3.0.1364.1__py2.py3-none-any.whl → 3.0.1366.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/cdb/v20170320/api.json +12 -12
- 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/v20190719/api.json +7 -7
- tccli/services/chc/v20230418/api.json +1 -1
- tccli/services/cls/v20201016/api.json +28 -24
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/cynosdb/v20190107/examples.json +1 -1
- tccli/services/dlc/dlc_client.py +1622 -403
- tccli/services/dlc/v20210125/api.json +10988 -8007
- tccli/services/dlc/v20210125/examples.json +186 -2
- 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 +359 -6
- tccli/services/ess/v20201111/examples.json +22 -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/ims/v20201229/api.json +2 -2
- tccli/services/lke/v20231130/api.json +47 -4
- tccli/services/mongodb/v20190725/api.json +2 -2
- tccli/services/mongodb/v20190725/examples.json +1 -1
- 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 +49 -3
- tccli/services/partners/v20180321/api.json +4 -4
- tccli/services/postgres/v20170312/api.json +20 -20
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +10 -10
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +114 -9
- tccli/services/tcr/v20190924/api.json +2 -2
- tccli/services/teo/teo_client.py +1266 -206
- tccli/services/teo/v20220901/api.json +1798 -116
- tccli/services/teo/v20220901/examples.json +160 -0
- tccli/services/tione/v20211111/api.json +48 -38
- tccli/services/tione/v20211111/examples.json +1 -1
- 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/wsa/v20250508/api.json +2 -2
- tccli/services/wsa/v20250508/examples.json +2 -2
- {tccli-3.0.1364.1.dist-info → tccli-3.0.1366.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1364.1.dist-info → tccli-3.0.1366.1.dist-info}/RECORD +55 -55
- {tccli-3.0.1364.1.dist-info → tccli-3.0.1366.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1364.1.dist-info → tccli-3.0.1366.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1364.1.dist-info → tccli-3.0.1366.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": "异常返回",
|
@@ -3002,7 +3002,7 @@
|
|
3002
3002
|
"members": [
|
3003
3003
|
{
|
3004
3004
|
"disabled": false,
|
3005
|
-
"document": "文件系统ID",
|
3005
|
+
"document": "文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取",
|
3006
3006
|
"example": "cfs-gagaggag",
|
3007
3007
|
"member": "string",
|
3008
3008
|
"name": "FileSystemId",
|
@@ -3011,7 +3011,7 @@
|
|
3011
3011
|
},
|
3012
3012
|
{
|
3013
3013
|
"disabled": false,
|
3014
|
-
"document": "快照ID",
|
3014
|
+
"document": "快照 ID",
|
3015
3015
|
"example": "snapcfs-xx",
|
3016
3016
|
"member": "string",
|
3017
3017
|
"name": "SnapshotId",
|
@@ -3038,7 +3038,7 @@
|
|
3038
3038
|
},
|
3039
3039
|
{
|
3040
3040
|
"disabled": false,
|
3041
|
-
"document": "过滤条件。\n<br>SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。\n<br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。\n<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。\n<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。\n<br>Status - Array of String - 是否必填:否
|
3041
|
+
"document": "过滤条件。\n<br>SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。\n<br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。\n<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。\n<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。\n<br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤。状态分类:creating:创建中 | available:运行中 | deleting:删除中 | rollbacking_new:由快照创建新文件系统中 | create-failed:创建失败。\n<br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。\n<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key 使用具体的标签键进行替换。",
|
3042
3042
|
"example": "无",
|
3043
3043
|
"member": "Filter",
|
3044
3044
|
"name": "Filters",
|
@@ -3056,7 +3056,7 @@
|
|
3056
3056
|
},
|
3057
3057
|
{
|
3058
3058
|
"disabled": false,
|
3059
|
-
"document": "
|
3059
|
+
"document": "排序;升序或者降序",
|
3060
3060
|
"example": "ASC,DESC",
|
3061
3061
|
"member": "string",
|
3062
3062
|
"name": "Order",
|
@@ -5425,7 +5425,7 @@
|
|
5425
5425
|
},
|
5426
5426
|
{
|
5427
5427
|
"disabled": false,
|
5428
|
-
"document": "快照状态,
|
5428
|
+
"document": "快照状态,creating-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败",
|
5429
5429
|
"example": "available ",
|
5430
5430
|
"member": "string",
|
5431
5431
|
"name": "Status",
|
@@ -5525,7 +5525,7 @@
|
|
5525
5525
|
},
|
5526
5526
|
{
|
5527
5527
|
"disabled": false,
|
5528
|
-
"document": "
|
5528
|
+
"document": "快照类型,general为通用系列快照,turbo为Turbo系列快照\n注意:此字段可能返回 null,表示取不到有效值。",
|
5529
5529
|
"example": "turbo",
|
5530
5530
|
"member": "string",
|
5531
5531
|
"name": "SnapshotType",
|
@@ -5535,7 +5535,7 @@
|
|
5535
5535
|
},
|
5536
5536
|
{
|
5537
5537
|
"disabled": false,
|
5538
|
-
"document": "
|
5538
|
+
"document": "实际快照时间,反映快照对应文件系统某个时刻的数据。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5539
5539
|
"example": "2023-05-16 14:45:15",
|
5540
5540
|
"member": "string",
|
5541
5541
|
"name": "SnapshotTime",
|
@@ -269,7 +269,7 @@
|
|
269
269
|
},
|
270
270
|
"metadata": {
|
271
271
|
"apiVersion": "2023-04-18",
|
272
|
-
"api_brief": "
|
272
|
+
"api_brief": "IDC企业用户平台 API接口,协助客户提交现场服务工单申请与资源管理。",
|
273
273
|
"serviceNameCN": "云托付物理服务器",
|
274
274
|
"serviceShortName": "chc"
|
275
275
|
},
|
@@ -3254,10 +3254,11 @@
|
|
3254
3254
|
"members": [
|
3255
3255
|
{
|
3256
3256
|
"disabled": false,
|
3257
|
-
"document": "内容格式,支持json
|
3257
|
+
"document": "内容格式,支持json,csv,parquet",
|
3258
3258
|
"example": "json",
|
3259
3259
|
"member": "string",
|
3260
3260
|
"name": "Format",
|
3261
|
+
"output_required": true,
|
3261
3262
|
"required": true,
|
3262
3263
|
"type": "string",
|
3263
3264
|
"value_allowed_null": false
|
@@ -3268,6 +3269,7 @@
|
|
3268
3269
|
"example": "无",
|
3269
3270
|
"member": "CsvInfo",
|
3270
3271
|
"name": "Csv",
|
3272
|
+
"output_required": true,
|
3271
3273
|
"required": false,
|
3272
3274
|
"type": "object",
|
3273
3275
|
"value_allowed_null": true
|
@@ -3278,6 +3280,7 @@
|
|
3278
3280
|
"example": "无",
|
3279
3281
|
"member": "JsonInfo",
|
3280
3282
|
"name": "Json",
|
3283
|
+
"output_required": true,
|
3281
3284
|
"required": false,
|
3282
3285
|
"type": "object",
|
3283
3286
|
"value_allowed_null": true
|
@@ -3288,6 +3291,7 @@
|
|
3288
3291
|
"example": "无",
|
3289
3292
|
"member": "ParquetInfo",
|
3290
3293
|
"name": "Parquet",
|
3294
|
+
"output_required": true,
|
3291
3295
|
"required": false,
|
3292
3296
|
"type": "object",
|
3293
3297
|
"value_allowed_null": true
|
@@ -6740,8 +6744,8 @@
|
|
6740
6744
|
"members": [
|
6741
6745
|
{
|
6742
6746
|
"disabled": false,
|
6743
|
-
"document": "仪表盘订阅记录id。",
|
6744
|
-
"example": "
|
6747
|
+
"document": "仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。",
|
6748
|
+
"example": "10000123",
|
6745
6749
|
"member": "uint64",
|
6746
6750
|
"name": "Id",
|
6747
6751
|
"required": true,
|
@@ -7833,7 +7837,7 @@
|
|
7833
7837
|
"members": [
|
7834
7838
|
{
|
7835
7839
|
"disabled": false,
|
7836
|
-
"document": "
|
7840
|
+
"document": "dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否\n\n- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
|
7837
7841
|
"example": "无",
|
7838
7842
|
"member": "Filter",
|
7839
7843
|
"name": "Filters",
|
@@ -10266,8 +10270,8 @@
|
|
10266
10270
|
},
|
10267
10271
|
{
|
10268
10272
|
"disabled": false,
|
10269
|
-
"document": "元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10270
|
-
"example": "[__SOURCE__
|
10273
|
+
"document": "元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。\n\n- __SOURCE__:日志采集的源 IP,示例:10.0.1.2\n- __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log\n- __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188\n- __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost\n注意:此字段可能返回 null,表示取不到有效值。",
|
10274
|
+
"example": "[\"__SOURCE__\",\"__FILENAME__\",\"__TIMESTAMP__\",\"__HOSTNAME__\"]",
|
10271
10275
|
"member": "string",
|
10272
10276
|
"name": "MetaFields",
|
10273
10277
|
"output_required": true,
|
@@ -12471,7 +12475,7 @@
|
|
12471
12475
|
"members": [
|
12472
12476
|
{
|
12473
12477
|
"disabled": false,
|
12474
|
-
"document": "仪表盘订阅id。",
|
12478
|
+
"document": "仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。",
|
12475
12479
|
"example": "1",
|
12476
12480
|
"member": "uint64",
|
12477
12481
|
"name": "Id",
|
@@ -12480,8 +12484,8 @@
|
|
12480
12484
|
},
|
12481
12485
|
{
|
12482
12486
|
"disabled": false,
|
12483
|
-
"document": "仪表盘id。",
|
12484
|
-
"example": "
|
12487
|
+
"document": "仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。",
|
12488
|
+
"example": "dashboard-e7497a78-667f-45ee-b785-4ac8fca05dc6",
|
12485
12489
|
"member": "string",
|
12486
12490
|
"name": "DashboardId",
|
12487
12491
|
"required": false,
|
@@ -12489,7 +12493,7 @@
|
|
12489
12493
|
},
|
12490
12494
|
{
|
12491
12495
|
"disabled": false,
|
12492
|
-
"document": "
|
12496
|
+
"document": "仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。",
|
12493
12497
|
"example": "仪表盘-CLS-日报",
|
12494
12498
|
"member": "string",
|
12495
12499
|
"name": "Name",
|
@@ -15036,8 +15040,8 @@
|
|
15036
15040
|
"members": [
|
15037
15041
|
{
|
15038
15042
|
"disabled": false,
|
15039
|
-
"document": "仪表盘id。",
|
15040
|
-
"example": "dashboard-
|
15043
|
+
"document": "仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。",
|
15044
|
+
"example": "dashboard-e7497a78-667f-45ee-b785-4ac8fca05dc6",
|
15041
15045
|
"member": "string",
|
15042
15046
|
"name": "DashboardId",
|
15043
15047
|
"required": true,
|
@@ -15054,7 +15058,7 @@
|
|
15054
15058
|
},
|
15055
15059
|
{
|
15056
15060
|
"disabled": false,
|
15057
|
-
"document": "仪表盘订阅Id。",
|
15061
|
+
"document": "仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。",
|
15058
15062
|
"example": "10001",
|
15059
15063
|
"member": "uint64",
|
15060
15064
|
"name": "Id",
|
@@ -15063,7 +15067,7 @@
|
|
15063
15067
|
},
|
15064
15068
|
{
|
15065
15069
|
"disabled": false,
|
15066
|
-
"document": "
|
15070
|
+
"document": "仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。",
|
15067
15071
|
"example": "仪表盘-CLS-日报",
|
15068
15072
|
"member": "string",
|
15069
15073
|
"name": "Name",
|
@@ -15633,7 +15637,7 @@
|
|
15633
15637
|
"example": "57f5808c-4a55-11eb-b378-0242ac130002",
|
15634
15638
|
"member": "string",
|
15635
15639
|
"name": "TaskId",
|
15636
|
-
"
|
15640
|
+
"output_required": true,
|
15637
15641
|
"type": "string",
|
15638
15642
|
"value_allowed_null": false
|
15639
15643
|
},
|
@@ -15643,7 +15647,7 @@
|
|
15643
15647
|
"example": "57f5808c-4a55-11eb-b378-0242ac130002",
|
15644
15648
|
"member": "string",
|
15645
15649
|
"name": "ShipperId",
|
15646
|
-
"
|
15650
|
+
"output_required": true,
|
15647
15651
|
"type": "string",
|
15648
15652
|
"value_allowed_null": false
|
15649
15653
|
},
|
@@ -15653,7 +15657,7 @@
|
|
15653
15657
|
"example": "57f5808c-4a55-11eb-b378-0242ac130002",
|
15654
15658
|
"member": "string",
|
15655
15659
|
"name": "TopicId",
|
15656
|
-
"
|
15660
|
+
"output_required": true,
|
15657
15661
|
"type": "string",
|
15658
15662
|
"value_allowed_null": false
|
15659
15663
|
},
|
@@ -15663,7 +15667,7 @@
|
|
15663
15667
|
"example": "978653222",
|
15664
15668
|
"member": "int64",
|
15665
15669
|
"name": "RangeStart",
|
15666
|
-
"
|
15670
|
+
"output_required": true,
|
15667
15671
|
"type": "int",
|
15668
15672
|
"value_allowed_null": false
|
15669
15673
|
},
|
@@ -15673,7 +15677,7 @@
|
|
15673
15677
|
"example": "978653222",
|
15674
15678
|
"member": "int64",
|
15675
15679
|
"name": "RangeEnd",
|
15676
|
-
"
|
15680
|
+
"output_required": true,
|
15677
15681
|
"type": "int",
|
15678
15682
|
"value_allowed_null": false
|
15679
15683
|
},
|
@@ -15683,7 +15687,7 @@
|
|
15683
15687
|
"example": "978653222",
|
15684
15688
|
"member": "int64",
|
15685
15689
|
"name": "StartTime",
|
15686
|
-
"
|
15690
|
+
"output_required": true,
|
15687
15691
|
"type": "int",
|
15688
15692
|
"value_allowed_null": false
|
15689
15693
|
},
|
@@ -15693,17 +15697,17 @@
|
|
15693
15697
|
"example": "978653222",
|
15694
15698
|
"member": "int64",
|
15695
15699
|
"name": "EndTime",
|
15696
|
-
"
|
15700
|
+
"output_required": true,
|
15697
15701
|
"type": "int",
|
15698
15702
|
"value_allowed_null": false
|
15699
15703
|
},
|
15700
15704
|
{
|
15701
15705
|
"disabled": false,
|
15702
|
-
"document": "
|
15706
|
+
"document": "本次投递的结果。\"success\",\"running\",\"failed\"\n\n- success:任务成功。\n- running:任务处理中。\n- failed:任务失败。",
|
15703
15707
|
"example": "success",
|
15704
15708
|
"member": "string",
|
15705
15709
|
"name": "Status",
|
15706
|
-
"
|
15710
|
+
"output_required": true,
|
15707
15711
|
"type": "string",
|
15708
15712
|
"value_allowed_null": false
|
15709
15713
|
},
|
@@ -15713,7 +15717,7 @@
|
|
15713
15717
|
"example": "success",
|
15714
15718
|
"member": "string",
|
15715
15719
|
"name": "Message",
|
15716
|
-
"
|
15720
|
+
"output_required": true,
|
15717
15721
|
"type": "string",
|
15718
15722
|
"value_allowed_null": false
|
15719
15723
|
}
|
@@ -323,7 +323,7 @@
|
|
323
323
|
"DeleteDashboardSubscribe": [
|
324
324
|
{
|
325
325
|
"document": "",
|
326
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\":
|
326
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\": 10000123\n}",
|
327
327
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
328
328
|
"title": "创建仪表盘订阅"
|
329
329
|
}
|
@@ -961,7 +961,7 @@
|
|
961
961
|
"UploadLog": [
|
962
962
|
{
|
963
963
|
"document": "上传日志",
|
964
|
-
"input": "POST / HTTP/1.1\
|
964
|
+
"input": "POST / HTTP/1.1\n{\n \"X-TC-Action\": \"UploadLog\",\n \"Host\": \"cls.tencentcloudapi.com\",\n \"Content-Type\": \"application/x-protobuf\",\n \"TopicId\": \"f6c4fa6f-xxxx-xxxx-8289-1ff6f77ed975\",\n \"CompressType\": \"lz4\"\n}\n\n<LogGroupList 的 PB 格式压缩包内容>",
|
965
965
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-xxxx-xxxx-bb20-270359fb54a7\"\n }\n}",
|
966
966
|
"title": "上传日志"
|
967
967
|
}
|
@@ -740,7 +740,7 @@
|
|
740
740
|
{
|
741
741
|
"document": "仅查看用户有权限的可用区",
|
742
742
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
|
743
|
-
"output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-
|
743
|
+
"output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-3\",\n \"Zone\": \"ap-guangzhou-3\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州三区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"tcp\",\n \"IsSupportCreateCluster\": 1\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"whole_rdma\",\n \"IsSupportCreateCluster\": 0\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"whole_rdma\",\n \"IsSupportCreateCluster\": 1\n }\n ]\n }\n ],\n \"RequestId\": \"8fa5cf5-77db-4e32-90ef-22c71ed95f51\"\n }\n}",
|
744
744
|
"title": "查询可售卖地域可用区信息"
|
745
745
|
}
|
746
746
|
],
|