tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"status": "online"
|
|
58
58
|
},
|
|
59
59
|
"DescribeBillingData": {
|
|
60
|
-
"document": "DescribeBillingData
|
|
60
|
+
"document": "DescribeBillingData 用于查询实际计费数据明细。\n注意:\n受计费算法的影响,计费数据接口返回的数据均存在一定延时。小时结算客户预计延时3-5小时。月结算客户预计延迟4-28小时,在凌晨4点(不含4点)之前,仅能查询到前2天数据,4点(含)之后,能查询到前1天数据。若您对数据及时性较强的诉求,建议使用[监控访问数据](https://cloud.tencent.com/document/product/228/30986)。",
|
|
61
61
|
"input": "DescribeBillingDataRequest",
|
|
62
62
|
"name": "计费数据查询",
|
|
63
63
|
"output": "DescribeBillingDataResponse",
|
|
@@ -238,13 +238,6 @@
|
|
|
238
238
|
"output": "DescribeUrlViolationsResponse",
|
|
239
239
|
"status": "online"
|
|
240
240
|
},
|
|
241
|
-
"DisableCaches": {
|
|
242
|
-
"document": "### <font color=red>**该接口已废弃** </font><br>\nDisableCaches 用于禁用 CDN 上指定 URL 的访问,禁用完成后,中国境内访问会直接返回 403。",
|
|
243
|
-
"input": "DisableCachesRequest",
|
|
244
|
-
"name": "禁用 URL(已废弃)",
|
|
245
|
-
"output": "DisableCachesResponse",
|
|
246
|
-
"status": "online"
|
|
247
|
-
},
|
|
248
241
|
"DisableClsLogTopic": {
|
|
249
242
|
"document": "DisableClsLogTopic 用于停止日志主题投递。注意:停止后,所有绑定该日志主题域名的日志将不再继续投递至该主题,已经投递的日志将会继续保留。生效时间约为 5~15 分钟。\n",
|
|
250
243
|
"input": "DisableClsLogTopicRequest",
|
|
@@ -259,13 +252,6 @@
|
|
|
259
252
|
"output": "DuplicateDomainConfigResponse",
|
|
260
253
|
"status": "online"
|
|
261
254
|
},
|
|
262
|
-
"EnableCaches": {
|
|
263
|
-
"document": "### <font color=red>**该接口已废弃** </font><br>\nEnableCaches 用于解禁手工封禁的 URL,解禁成功后,全网生效时间约 5~10 分钟。",
|
|
264
|
-
"input": "EnableCachesRequest",
|
|
265
|
-
"name": "解禁 URL(已废弃)",
|
|
266
|
-
"output": "EnableCachesResponse",
|
|
267
|
-
"status": "online"
|
|
268
|
-
},
|
|
269
255
|
"EnableClsLogTopic": {
|
|
270
256
|
"document": "EnableClsLogTopic 用于启动日志主题投递。注意:启动后,所有绑定该日志主题域名的日志将继续投递至该主题。生效时间约为 5~15 分钟。",
|
|
271
257
|
"input": "EnableClsLogTopicRequest",
|
|
@@ -273,13 +259,6 @@
|
|
|
273
259
|
"output": "EnableClsLogTopicResponse",
|
|
274
260
|
"status": "online"
|
|
275
261
|
},
|
|
276
|
-
"GetDisableRecords": {
|
|
277
|
-
"document": "以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)\n\n### <font color=red>**该接口已废弃** </font><br>\nGetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。",
|
|
278
|
-
"input": "GetDisableRecordsRequest",
|
|
279
|
-
"name": "禁用历史查询(已废弃)",
|
|
280
|
-
"output": "GetDisableRecordsResponse",
|
|
281
|
-
"status": "deprecated"
|
|
282
|
-
},
|
|
283
262
|
"ListClsLogTopics": {
|
|
284
263
|
"document": "ListClsLogTopics 用于显示日志主题列表。注意:一个日志集下至多含10个日志主题。",
|
|
285
264
|
"input": "ListClsLogTopicsRequest",
|
|
@@ -541,6 +520,15 @@
|
|
|
541
520
|
"name": "Channel",
|
|
542
521
|
"required": false,
|
|
543
522
|
"type": "string"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"disabled": false,
|
|
526
|
+
"document": "是否继承域名标签, 默认保留上一次更改的值",
|
|
527
|
+
"example": "true",
|
|
528
|
+
"member": "bool",
|
|
529
|
+
"name": "InheritDomainTags",
|
|
530
|
+
"required": false,
|
|
531
|
+
"type": "bool"
|
|
544
532
|
}
|
|
545
533
|
],
|
|
546
534
|
"type": "object"
|
|
@@ -2682,32 +2670,6 @@
|
|
|
2682
2670
|
],
|
|
2683
2671
|
"usage": "both"
|
|
2684
2672
|
},
|
|
2685
|
-
"CacheOptResult": {
|
|
2686
|
-
"document": "违规资源封禁/解封返回类型",
|
|
2687
|
-
"members": [
|
|
2688
|
-
{
|
|
2689
|
-
"disabled": false,
|
|
2690
|
-
"document": "成功的url列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2691
|
-
"example": "https://qq.com/SuccessUrls",
|
|
2692
|
-
"member": "string",
|
|
2693
|
-
"name": "SuccessUrls",
|
|
2694
|
-
"output_required": true,
|
|
2695
|
-
"type": "list",
|
|
2696
|
-
"value_allowed_null": true
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"disabled": false,
|
|
2700
|
-
"document": "失败的url列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2701
|
-
"example": "https://qq.com/FailUrls",
|
|
2702
|
-
"member": "string",
|
|
2703
|
-
"name": "FailUrls",
|
|
2704
|
-
"output_required": true,
|
|
2705
|
-
"type": "list",
|
|
2706
|
-
"value_allowed_null": true
|
|
2707
|
-
}
|
|
2708
|
-
],
|
|
2709
|
-
"usage": "out"
|
|
2710
|
-
},
|
|
2711
2673
|
"CacheTagKey": {
|
|
2712
2674
|
"document": "组成CacheKey的一部分",
|
|
2713
2675
|
"members": [
|
|
@@ -3340,6 +3302,15 @@
|
|
|
3340
3302
|
"name": "DomainAreaConfigs",
|
|
3341
3303
|
"required": false,
|
|
3342
3304
|
"type": "list"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"disabled": false,
|
|
3308
|
+
"document": "是否继承域名标签,默认为false",
|
|
3309
|
+
"example": "true",
|
|
3310
|
+
"member": "bool",
|
|
3311
|
+
"name": "InheritDomainTags",
|
|
3312
|
+
"required": false,
|
|
3313
|
+
"type": "bool"
|
|
3343
3314
|
}
|
|
3344
3315
|
],
|
|
3345
3316
|
"type": "object"
|
|
@@ -3730,7 +3701,7 @@
|
|
|
3730
3701
|
"example": "5min",
|
|
3731
3702
|
"member": "string",
|
|
3732
3703
|
"name": "Interval",
|
|
3733
|
-
"
|
|
3704
|
+
"output_required": true,
|
|
3734
3705
|
"type": "string",
|
|
3735
3706
|
"value_allowed_null": false
|
|
3736
3707
|
},
|
|
@@ -3740,7 +3711,7 @@
|
|
|
3740
3711
|
"example": "无",
|
|
3741
3712
|
"member": "ResourceBillingData",
|
|
3742
3713
|
"name": "Data",
|
|
3743
|
-
"
|
|
3714
|
+
"output_required": true,
|
|
3744
3715
|
"type": "list",
|
|
3745
3716
|
"value_allowed_null": false
|
|
3746
3717
|
},
|
|
@@ -4799,7 +4770,7 @@
|
|
|
4799
4770
|
},
|
|
4800
4771
|
{
|
|
4801
4772
|
"disabled": false,
|
|
4802
|
-
"document": "
|
|
4773
|
+
"document": "查询区域:mainland: 中国境内节点overseas: 海外节点global: 全球节点",
|
|
4803
4774
|
"example": "last",
|
|
4804
4775
|
"member": "string",
|
|
4805
4776
|
"name": "Area",
|
|
@@ -4809,7 +4780,7 @@
|
|
|
4809
4780
|
{
|
|
4810
4781
|
"disabled": false,
|
|
4811
4782
|
"document": "是否以IP段的格式返回。",
|
|
4812
|
-
"example": "true
|
|
4783
|
+
"example": "true",
|
|
4813
4784
|
"member": "bool",
|
|
4814
4785
|
"name": "Segment",
|
|
4815
4786
|
"required": false,
|
|
@@ -4818,7 +4789,7 @@
|
|
|
4818
4789
|
{
|
|
4819
4790
|
"disabled": false,
|
|
4820
4791
|
"document": "是否查询节点 IPV6 信息。",
|
|
4821
|
-
"example": "true
|
|
4792
|
+
"example": "true",
|
|
4822
4793
|
"member": "bool",
|
|
4823
4794
|
"name": "ShowIpv6",
|
|
4824
4795
|
"required": false,
|
|
@@ -4827,7 +4798,7 @@
|
|
|
4827
4798
|
{
|
|
4828
4799
|
"disabled": false,
|
|
4829
4800
|
"document": "是否对IPV6进行缩写。",
|
|
4830
|
-
"example": "true
|
|
4801
|
+
"example": "true",
|
|
4831
4802
|
"member": "bool",
|
|
4832
4803
|
"name": "AbbreviationIpv6",
|
|
4833
4804
|
"required": false,
|
|
@@ -6757,53 +6728,6 @@
|
|
|
6757
6728
|
],
|
|
6758
6729
|
"usage": "out"
|
|
6759
6730
|
},
|
|
6760
|
-
"DisableCachesRequest": {
|
|
6761
|
-
"document": "DisableCaches请求参数结构体",
|
|
6762
|
-
"members": [
|
|
6763
|
-
{
|
|
6764
|
-
"disabled": false,
|
|
6765
|
-
"document": "禁用的 URL 列表(分协议生效,必须包含http://或https://)\n每次最多可提交 100 条,每日最多可提交 3000 条",
|
|
6766
|
-
"example": "http://www.test.com/1.txt",
|
|
6767
|
-
"member": "string",
|
|
6768
|
-
"name": "Urls",
|
|
6769
|
-
"required": true,
|
|
6770
|
-
"type": "list"
|
|
6771
|
-
}
|
|
6772
|
-
],
|
|
6773
|
-
"type": "object"
|
|
6774
|
-
},
|
|
6775
|
-
"DisableCachesResponse": {
|
|
6776
|
-
"document": "DisableCaches返回参数结构体",
|
|
6777
|
-
"members": [
|
|
6778
|
-
{
|
|
6779
|
-
"disabled": false,
|
|
6780
|
-
"document": "提交结果",
|
|
6781
|
-
"example": "无",
|
|
6782
|
-
"member": "CacheOptResult",
|
|
6783
|
-
"name": "CacheOptResult",
|
|
6784
|
-
"output_required": true,
|
|
6785
|
-
"type": "object",
|
|
6786
|
-
"value_allowed_null": false
|
|
6787
|
-
},
|
|
6788
|
-
{
|
|
6789
|
-
"disabled": false,
|
|
6790
|
-
"document": "任务ID",
|
|
6791
|
-
"example": "9597132570124",
|
|
6792
|
-
"member": "string",
|
|
6793
|
-
"name": "TaskId",
|
|
6794
|
-
"output_required": true,
|
|
6795
|
-
"type": "string",
|
|
6796
|
-
"value_allowed_null": false
|
|
6797
|
-
},
|
|
6798
|
-
{
|
|
6799
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
6800
|
-
"member": "string",
|
|
6801
|
-
"name": "RequestId",
|
|
6802
|
-
"type": "string"
|
|
6803
|
-
}
|
|
6804
|
-
],
|
|
6805
|
-
"type": "object"
|
|
6806
|
-
},
|
|
6807
6731
|
"DisableClsLogTopicRequest": {
|
|
6808
6732
|
"document": "DisableClsLogTopic请求参数结构体",
|
|
6809
6733
|
"members": [
|
|
@@ -7268,62 +7192,6 @@
|
|
|
7268
7192
|
],
|
|
7269
7193
|
"usage": "out"
|
|
7270
7194
|
},
|
|
7271
|
-
"EnableCachesRequest": {
|
|
7272
|
-
"document": "EnableCaches请求参数结构体",
|
|
7273
|
-
"members": [
|
|
7274
|
-
{
|
|
7275
|
-
"disabled": false,
|
|
7276
|
-
"document": "解封 URL 列表",
|
|
7277
|
-
"example": "[\"http:\\/\\/example.com\\/path\\/to.jpg\\r\\n\"]",
|
|
7278
|
-
"member": "string",
|
|
7279
|
-
"name": "Urls",
|
|
7280
|
-
"required": true,
|
|
7281
|
-
"type": "list"
|
|
7282
|
-
},
|
|
7283
|
-
{
|
|
7284
|
-
"disabled": false,
|
|
7285
|
-
"document": "URL封禁日期",
|
|
7286
|
-
"example": "2021-06-01",
|
|
7287
|
-
"member": "date",
|
|
7288
|
-
"name": "Date",
|
|
7289
|
-
"required": false,
|
|
7290
|
-
"type": "string"
|
|
7291
|
-
}
|
|
7292
|
-
],
|
|
7293
|
-
"type": "object"
|
|
7294
|
-
},
|
|
7295
|
-
"EnableCachesResponse": {
|
|
7296
|
-
"document": "EnableCaches返回参数结构体",
|
|
7297
|
-
"members": [
|
|
7298
|
-
{
|
|
7299
|
-
"disabled": false,
|
|
7300
|
-
"document": "结果列表",
|
|
7301
|
-
"example": "无",
|
|
7302
|
-
"member": "CacheOptResult",
|
|
7303
|
-
"name": "CacheOptResult",
|
|
7304
|
-
"output_required": true,
|
|
7305
|
-
"type": "object",
|
|
7306
|
-
"value_allowed_null": false
|
|
7307
|
-
},
|
|
7308
|
-
{
|
|
7309
|
-
"disabled": false,
|
|
7310
|
-
"document": "任务ID",
|
|
7311
|
-
"example": "1632627566746100176",
|
|
7312
|
-
"member": "string",
|
|
7313
|
-
"name": "TaskId",
|
|
7314
|
-
"output_required": true,
|
|
7315
|
-
"type": "string",
|
|
7316
|
-
"value_allowed_null": false
|
|
7317
|
-
},
|
|
7318
|
-
{
|
|
7319
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
7320
|
-
"member": "string",
|
|
7321
|
-
"name": "RequestId",
|
|
7322
|
-
"type": "string"
|
|
7323
|
-
}
|
|
7324
|
-
],
|
|
7325
|
-
"type": "object"
|
|
7326
|
-
},
|
|
7327
7195
|
"EnableClsLogTopicRequest": {
|
|
7328
7196
|
"document": "EnableClsLogTopic请求参数结构体",
|
|
7329
7197
|
"members": [
|
|
@@ -7538,107 +7406,6 @@
|
|
|
7538
7406
|
],
|
|
7539
7407
|
"usage": "both"
|
|
7540
7408
|
},
|
|
7541
|
-
"GetDisableRecordsRequest": {
|
|
7542
|
-
"document": "GetDisableRecords请求参数结构体",
|
|
7543
|
-
"members": [
|
|
7544
|
-
{
|
|
7545
|
-
"disabled": false,
|
|
7546
|
-
"document": "指定 URL 查询",
|
|
7547
|
-
"example": "http://www.test.com/1.txt",
|
|
7548
|
-
"member": "string",
|
|
7549
|
-
"name": "Url",
|
|
7550
|
-
"required": false,
|
|
7551
|
-
"type": "string"
|
|
7552
|
-
},
|
|
7553
|
-
{
|
|
7554
|
-
"disabled": false,
|
|
7555
|
-
"document": "开始时间,如:2018-12-12 10:24:00。",
|
|
7556
|
-
"example": "2021-02-01 00:00:00",
|
|
7557
|
-
"member": "datetime",
|
|
7558
|
-
"name": "StartTime",
|
|
7559
|
-
"required": false,
|
|
7560
|
-
"type": "string"
|
|
7561
|
-
},
|
|
7562
|
-
{
|
|
7563
|
-
"disabled": false,
|
|
7564
|
-
"document": "结束时间,如:2018-12-14 10:24:00。",
|
|
7565
|
-
"example": "2021-02-01 23:59:59",
|
|
7566
|
-
"member": "datetime",
|
|
7567
|
-
"name": "EndTime",
|
|
7568
|
-
"required": false,
|
|
7569
|
-
"type": "string"
|
|
7570
|
-
},
|
|
7571
|
-
{
|
|
7572
|
-
"disabled": false,
|
|
7573
|
-
"document": "URL 当前状态\ndisable:当前仍为禁用状态,访问返回 403\nenable:当前为可用状态,已解禁,可正常访问",
|
|
7574
|
-
"example": "disable",
|
|
7575
|
-
"member": "string",
|
|
7576
|
-
"name": "Status",
|
|
7577
|
-
"required": false,
|
|
7578
|
-
"type": "string"
|
|
7579
|
-
},
|
|
7580
|
-
{
|
|
7581
|
-
"disabled": false,
|
|
7582
|
-
"document": "分页查询偏移量,默认为 0",
|
|
7583
|
-
"example": "0",
|
|
7584
|
-
"member": "int64",
|
|
7585
|
-
"name": "Offset",
|
|
7586
|
-
"required": false,
|
|
7587
|
-
"type": "int"
|
|
7588
|
-
},
|
|
7589
|
-
{
|
|
7590
|
-
"disabled": false,
|
|
7591
|
-
"document": "分页查询限制数目,默认为20。",
|
|
7592
|
-
"example": "100",
|
|
7593
|
-
"member": "int64",
|
|
7594
|
-
"name": "Limit",
|
|
7595
|
-
"required": false,
|
|
7596
|
-
"type": "int"
|
|
7597
|
-
},
|
|
7598
|
-
{
|
|
7599
|
-
"disabled": false,
|
|
7600
|
-
"document": "任务ID,任务ID和起始时间需要至少填写一项。",
|
|
7601
|
-
"example": "364332106815435411",
|
|
7602
|
-
"member": "string",
|
|
7603
|
-
"name": "TaskId",
|
|
7604
|
-
"required": false,
|
|
7605
|
-
"type": "string"
|
|
7606
|
-
}
|
|
7607
|
-
],
|
|
7608
|
-
"type": "object"
|
|
7609
|
-
},
|
|
7610
|
-
"GetDisableRecordsResponse": {
|
|
7611
|
-
"document": "GetDisableRecords返回参数结构体",
|
|
7612
|
-
"members": [
|
|
7613
|
-
{
|
|
7614
|
-
"disabled": false,
|
|
7615
|
-
"document": "封禁历史记录",
|
|
7616
|
-
"example": "无",
|
|
7617
|
-
"member": "UrlRecord",
|
|
7618
|
-
"name": "UrlRecordList",
|
|
7619
|
-
"output_required": true,
|
|
7620
|
-
"type": "list",
|
|
7621
|
-
"value_allowed_null": false
|
|
7622
|
-
},
|
|
7623
|
-
{
|
|
7624
|
-
"disabled": false,
|
|
7625
|
-
"document": "任务总数,用于分页",
|
|
7626
|
-
"example": "1",
|
|
7627
|
-
"member": "int64",
|
|
7628
|
-
"name": "TotalCount",
|
|
7629
|
-
"output_required": true,
|
|
7630
|
-
"type": "int",
|
|
7631
|
-
"value_allowed_null": false
|
|
7632
|
-
},
|
|
7633
|
-
{
|
|
7634
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
7635
|
-
"member": "string",
|
|
7636
|
-
"name": "RequestId",
|
|
7637
|
-
"type": "string"
|
|
7638
|
-
}
|
|
7639
|
-
],
|
|
7640
|
-
"type": "object"
|
|
7641
|
-
},
|
|
7642
7409
|
"GuetzliAdapter": {
|
|
7643
7410
|
"document": "图片优化-GuetzliAdapter配置",
|
|
7644
7411
|
"members": [
|
|
@@ -8339,8 +8106,8 @@
|
|
|
8339
8106
|
},
|
|
8340
8107
|
{
|
|
8341
8108
|
"disabled": false,
|
|
8342
|
-
"document": "IP
|
|
8343
|
-
"example": "
|
|
8109
|
+
"document": "IP 黑白名单分路径配置。黑白名单 IP 总数不能超过 1000 个。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
8110
|
+
"example": "无",
|
|
8344
8111
|
"member": "IpFilterPathRule",
|
|
8345
8112
|
"name": "FilterRules",
|
|
8346
8113
|
"output_required": true,
|
|
@@ -8350,7 +8117,7 @@
|
|
|
8350
8117
|
},
|
|
8351
8118
|
{
|
|
8352
8119
|
"disabled": false,
|
|
8353
|
-
"document": "IP
|
|
8120
|
+
"document": "IP 黑白名单验证失败时返回的状态码。\n注意:\n请求拒绝时,平台默认响应514状态。\n支持自定义为403,404,609状态码,空值时或自定义的不在范围内,均默认为514.\n非514状态码将计入HTTPS计费统计,最终账单将按您的计费规则生成。\n若您开启了自定义状态码,则默认您认同<a href=\"https://cloud.tencent.com/document/product/228/75563\">HTTPS计费规则</a>。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
8354
8121
|
"example": "514",
|
|
8355
8122
|
"member": "int64",
|
|
8356
8123
|
"name": "ReturnCode",
|
|
@@ -8786,6 +8553,16 @@
|
|
|
8786
8553
|
"type": "string",
|
|
8787
8554
|
"value_allowed_null": false
|
|
8788
8555
|
},
|
|
8556
|
+
{
|
|
8557
|
+
"disabled": false,
|
|
8558
|
+
"document": "是否继承域名标签",
|
|
8559
|
+
"example": "true",
|
|
8560
|
+
"member": "bool",
|
|
8561
|
+
"name": "InheritDomainTags",
|
|
8562
|
+
"output_required": false,
|
|
8563
|
+
"type": "bool",
|
|
8564
|
+
"value_allowed_null": false
|
|
8565
|
+
},
|
|
8789
8566
|
{
|
|
8790
8567
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
8791
8568
|
"member": "string",
|
|
@@ -9573,6 +9350,15 @@
|
|
|
9573
9350
|
"name": "DomainAreaConfigs",
|
|
9574
9351
|
"required": false,
|
|
9575
9352
|
"type": "list"
|
|
9353
|
+
},
|
|
9354
|
+
{
|
|
9355
|
+
"disabled": false,
|
|
9356
|
+
"document": "是否继承域名标签",
|
|
9357
|
+
"example": "true",
|
|
9358
|
+
"member": "bool",
|
|
9359
|
+
"name": "InheritDomainTags",
|
|
9360
|
+
"required": false,
|
|
9361
|
+
"type": "bool"
|
|
9576
9362
|
}
|
|
9577
9363
|
],
|
|
9578
9364
|
"type": "object"
|
|
@@ -9914,7 +9700,7 @@
|
|
|
9914
9700
|
},
|
|
9915
9701
|
{
|
|
9916
9702
|
"disabled": false,
|
|
9917
|
-
"document": "备源站类型\n<font color=red>备源站列表BackupOrigins 不为空时必填</font>\n支持以下类型:\ndomain:域名类型\nip:IP 列表作为源站\n以下备源源站类型尚未全量支持,需要申请试用:\nipv6_domain: 源站列表为多个 IPv6 地址以及域名\nip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址\
|
|
9703
|
+
"document": "备源站类型\n<font color=red>备源站列表BackupOrigins 不为空时必填</font>\n支持以下类型:\ndomain:域名类型\nip:IP 列表作为源站\n以下备源源站类型尚未全量支持,需要申请试用:\nipv6_domain: 源站列表为多个 IPv6 地址以及域名\nip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址\nip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
9918
9704
|
"example": "ip",
|
|
9919
9705
|
"member": "string",
|
|
9920
9706
|
"name": "BackupOriginType",
|
|
@@ -9970,7 +9756,7 @@
|
|
|
9970
9756
|
{
|
|
9971
9757
|
"disabled": false,
|
|
9972
9758
|
"document": "HTTPS回源SNI配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
9973
|
-
"example": "
|
|
9759
|
+
"example": "无",
|
|
9974
9760
|
"member": "OriginSni",
|
|
9975
9761
|
"name": "Sni",
|
|
9976
9762
|
"output_required": true,
|
|
@@ -9981,7 +9767,7 @@
|
|
|
9981
9767
|
{
|
|
9982
9768
|
"disabled": false,
|
|
9983
9769
|
"document": "HTTPS回源高级配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
9984
|
-
"example": "
|
|
9770
|
+
"example": "无",
|
|
9985
9771
|
"member": "AdvanceHttps",
|
|
9986
9772
|
"name": "AdvanceHttps",
|
|
9987
9773
|
"output_required": true,
|
|
@@ -13732,52 +13518,6 @@
|
|
|
13732
13518
|
],
|
|
13733
13519
|
"type": "object"
|
|
13734
13520
|
},
|
|
13735
|
-
"UrlRecord": {
|
|
13736
|
-
"document": "封禁url的详细信息",
|
|
13737
|
-
"members": [
|
|
13738
|
-
{
|
|
13739
|
-
"disabled": false,
|
|
13740
|
-
"document": "状态(disable表示封禁,enable表示解封)\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13741
|
-
"example": "disable",
|
|
13742
|
-
"member": "string",
|
|
13743
|
-
"name": "Status",
|
|
13744
|
-
"output_required": true,
|
|
13745
|
-
"type": "string",
|
|
13746
|
-
"value_allowed_null": true
|
|
13747
|
-
},
|
|
13748
|
-
{
|
|
13749
|
-
"disabled": false,
|
|
13750
|
-
"document": "对应的url\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13751
|
-
"example": "https://qq.com/disable",
|
|
13752
|
-
"member": "string",
|
|
13753
|
-
"name": "RealUrl",
|
|
13754
|
-
"output_required": true,
|
|
13755
|
-
"type": "string",
|
|
13756
|
-
"value_allowed_null": true
|
|
13757
|
-
},
|
|
13758
|
-
{
|
|
13759
|
-
"disabled": false,
|
|
13760
|
-
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13761
|
-
"example": "2023-06-28 17:02:24",
|
|
13762
|
-
"member": "string",
|
|
13763
|
-
"name": "CreateTime",
|
|
13764
|
-
"output_required": true,
|
|
13765
|
-
"type": "string",
|
|
13766
|
-
"value_allowed_null": true
|
|
13767
|
-
},
|
|
13768
|
-
{
|
|
13769
|
-
"disabled": false,
|
|
13770
|
-
"document": "更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13771
|
-
"example": "2023-06-28 17:02:24",
|
|
13772
|
-
"member": "string",
|
|
13773
|
-
"name": "UpdateTime",
|
|
13774
|
-
"output_required": true,
|
|
13775
|
-
"type": "string",
|
|
13776
|
-
"value_allowed_null": true
|
|
13777
|
-
}
|
|
13778
|
-
],
|
|
13779
|
-
"usage": "out"
|
|
13780
|
-
},
|
|
13781
13521
|
"UrlRedirect": {
|
|
13782
13522
|
"document": "访问URL重写配置",
|
|
13783
13523
|
"members": [
|
|
@@ -13861,6 +13601,17 @@
|
|
|
13861
13601
|
"required": false,
|
|
13862
13602
|
"type": "bool",
|
|
13863
13603
|
"value_allowed_null": true
|
|
13604
|
+
},
|
|
13605
|
+
{
|
|
13606
|
+
"disabled": false,
|
|
13607
|
+
"document": "pattern是否支持正则\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13608
|
+
"example": "false",
|
|
13609
|
+
"member": "bool",
|
|
13610
|
+
"name": "Regex",
|
|
13611
|
+
"output_required": true,
|
|
13612
|
+
"required": false,
|
|
13613
|
+
"type": "bool",
|
|
13614
|
+
"value_allowed_null": true
|
|
13864
13615
|
}
|
|
13865
13616
|
],
|
|
13866
13617
|
"usage": "both"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
{
|
|
69
69
|
"document": "",
|
|
70
70
|
"input": "https://cdn.tencentcloudapi.com/?Action=DescribeBillingData\n&StartTime=2018-09-04 00:00:00\n&EndTime=2018-09-04 12:00:00\n&<公共请求参数>",
|
|
71
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
71
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c2bb261c-1476-4190-93ba-b3c9bae51249\",\n \"Data\": [\n {\n \"Resource\": \"all\",\n \"BillingData\": [\n {\n \"Metric\": \"flux\",\n \"DetailData\": [\n {\n \"Time\": \"2018-09-03 00:00:00\",\n \"Value\": 10\n },\n {\n \"Time\": \"2018-09-03 00:05:00\",\n \"Value\": 20\n }\n ],\n \"SummarizedData\": {\n \"Name\": \"sum\",\n \"Value\": 30\n }\n }\n ]\n }\n ],\n \"Interval\": \"5min\"\n }\n}",
|
|
72
72
|
"title": "计费数据查询"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
@@ -272,14 +272,6 @@
|
|
|
272
272
|
"title": "违规历史查询"
|
|
273
273
|
}
|
|
274
274
|
],
|
|
275
|
-
"DisableCaches": [
|
|
276
|
-
{
|
|
277
|
-
"document": "",
|
|
278
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=DisableCaches\n&Urls.0=http://example.com/path/to.jpg\n&<公共请求参数>",
|
|
279
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f13cf55b-69e6-4937-8856-bd8965beea8c\",\n \"CacheOptResult\": {\n \"SuccessUrls\": [\n \"http://example.com/path/to.jpg\"\n ],\n \"FailUrls\": []\n },\n \"TaskId\": \"9597132570124\"\n }\n}",
|
|
280
|
-
"title": "封禁示例"
|
|
281
|
-
}
|
|
282
|
-
],
|
|
283
275
|
"DisableClsLogTopic": [
|
|
284
276
|
{
|
|
285
277
|
"document": "",
|
|
@@ -296,14 +288,6 @@
|
|
|
296
288
|
"title": "拷贝参考域名的配置至新域名"
|
|
297
289
|
}
|
|
298
290
|
],
|
|
299
|
-
"EnableCaches": [
|
|
300
|
-
{
|
|
301
|
-
"document": "",
|
|
302
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=EnableCaches\n&Urls.0=http://example.com/path/to.jpg\n&<公共请求参数>",
|
|
303
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"asdasdascsa721d8ha8chsa\",\n \"CacheOptResult\": {\n \"FailUrls\": [],\n \"SuccessUrls\": [\n \"http://example.com/path/to.jpg\"\n ]\n },\n \"TaskId\": \"1632627566746100176\"\n }\n}",
|
|
304
|
-
"title": "解封示例"
|
|
305
|
-
}
|
|
306
|
-
],
|
|
307
291
|
"EnableClsLogTopic": [
|
|
308
292
|
{
|
|
309
293
|
"document": "",
|
|
@@ -312,14 +296,6 @@
|
|
|
312
296
|
"title": "启动日志主题投递"
|
|
313
297
|
}
|
|
314
298
|
],
|
|
315
|
-
"GetDisableRecords": [
|
|
316
|
-
{
|
|
317
|
-
"document": "",
|
|
318
|
-
"input": "https://cdn.tencentcloudapi.com/?Action=GetDisableRecords\n&StartTime=2018-12-12 10:24:00\n&EndTime=2018-12-14 10:24:00\n&<公共请求参数>",
|
|
319
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"RequestId\": \"f13cf55b-69e6-4937-8856-bd8965beea8c\",\n \"UrlRecordList\": [\n {\n \"Status\": \"enable\",\n \"RealUrl\": \"https://www.example.com/7349199.txt\",\n \"CreateTime\": \"2018-12-13 12:25:07\",\n \"UpdateTime\": \"2018-12-13 12:25:07\"\n },\n {\n \"Status\": \"disable\",\n \"RealUrl\": \"http://www.example.com/v1/example1.jpg\",\n \"CreateTime\": \"2018-12-13 14:40:59\",\n \"UpdateTime\": \"2018-12-13 14:40:59\"\n }\n ]\n }\n}",
|
|
320
|
-
"title": "获取示例"
|
|
321
|
-
}
|
|
322
|
-
],
|
|
323
299
|
"ListClsLogTopics": [
|
|
324
300
|
{
|
|
325
301
|
"document": "",
|