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.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -1,21 +1,5 @@
1
1
  {
2
2
  "actions": {
3
- "AddCustomizedConfig": [
4
- {
5
- "document": "新增个性化配置",
6
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCustomizedConfig\n<公共请求参数>\n\n{\n \"ConfigName\": \"test_xxxx\",\n \"ConfigType\": \"CLB\",\n \"ConfigContent\": \"test-xxxxxxxxxx\"\n}",
7
- "output": "{\n \"Response\": {\n \"ConfigId\": \"pz-rnac4p7u\",\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
8
- "title": "新增个性化配置"
9
- }
10
- ],
11
- "AssociateCustomizedConfig": [
12
- {
13
- "document": "关联配置",
14
- "input": "https://clb.tencentcloudapi.com/?Action=AssociateCustomizedConfig\r\n&UconfigId=pz-asdfs\r\n&BindList.0.LoadBalancerId=asdfasdf\r\n&<公共请求参数>",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
16
- "title": "关联配置"
17
- }
18
- ],
19
3
  "AssociateTargetGroups": [
20
4
  {
21
5
  "document": "",
@@ -116,6 +100,12 @@
116
100
  "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<公共请求参数>\n\n{\n \"ListenerNames\": [\n \"lis1\",\n \"lis0\"\n ],\n \"Protocol\": \"TCP\",\n \"Ports\": [\n 7570,\n 7569\n ],\n \"LoadBalancerId\": \"lb-cuxw2rm0\"\n}",
117
101
  "output": "{\n \"Response\": {\n \"ListenerIds\": [\n \"lbl-d1ubsydq\",\n \"lbl-4udz130k\"\n ],\n \"RequestId\": \"8f272cef-14ff-458c-b67e-1bd21bd2942b\"\n }\n}",
118
102
  "title": "创建两个TCP监听器,分别监听7569和7570端口,并分别命名为lis0和lis1"
103
+ },
104
+ {
105
+ "document": "",
106
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<公共请求参数>\n\n{\n \"LoadBalancerId\": \"lb-fd9kpk4s\",\n \"Ports\": [\n 5689\n ],\n \"Protocol\": \"tcp\",\n \"RescheduleTargetZeroWeight\": true,\n \"RescheduleUnhealthy\": true,\n \"RescheduleExpandTarget\": true,\n \"RescheduleStartTime\": 25,\n \"RescheduleInterval\": 50\n}",
107
+ "output": "{\n \"Response\": {\n \"ListenerIds\": [\n \"lbl-1sf4yxie\"\n ],\n \"RequestId\": \"6aa274e5-ff78-4e9e-b13c-30a9e21b107e\"\n }\n}",
108
+ "title": "创建监听器,开启重新调度功能"
119
109
  }
120
110
  ],
121
111
  "CreateLoadBalancer": [
@@ -170,14 +160,6 @@
170
160
  "title": "创建主题。"
171
161
  }
172
162
  ],
173
- "DeleteCustomizedConfig": [
174
- {
175
- "document": "删除配置",
176
- "input": "https://clb.tencentcloudapi.com/?Action=DeleteCustomizedConfig\r\n&UconfigIdList.0=pz-asdf\r\n&<公共请求参数>",
177
- "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
178
- "title": "删除配置"
179
- }
180
- ],
181
163
  "DeleteListener": [
182
164
  {
183
165
  "document": "",
@@ -560,14 +542,6 @@
560
542
  "title": "查询异步任务状态"
561
543
  }
562
544
  ],
563
- "DisassociateCustomizedConfig": [
564
- {
565
- "document": "解绑配置",
566
- "input": "https://clb.tencentcloudapi.com/?Action=DisassociateCustomizedConfig\r\n&UconfigId=pz-asdfs\r\n&BindList.0.LoadBalancerId=asdfasdf\r\n&<公共请求参数>",
567
- "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
568
- "title": "解绑配置"
569
- }
570
- ],
571
545
  "DisassociateTargetGroups": [
572
546
  {
573
547
  "document": "",
@@ -656,14 +630,6 @@
656
630
  "title": "设置header,开启黑名单功能"
657
631
  }
658
632
  ],
659
- "ModifyCustomizedConfig": [
660
- {
661
- "document": "",
662
- "input": "https://clb.tencentcloudapi.com/?Action=ModifyCustomizedConfig\n&ConfigName=testname\n&UconfigId=pz-sdf\n&ConfigContent=client_max_body_size 100M;\n&<公共请求参数>",
663
- "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
664
- "title": "更新配置"
665
- }
666
- ],
667
633
  "ModifyDomain": [
668
634
  {
669
635
  "document": "",
@@ -700,6 +666,12 @@
700
666
  "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyListener\n<公共请求参数>\n\n{\n \"HealthCheck\": {\n \"UnHealthNum\": 5,\n \"HealthNum\": 5,\n \"IntervalTime\": 60,\n \"TimeOut\": 35,\n \"HealthSwitch\": 1\n },\n \"LoadBalancerId\": \"lb-cuxw2rm0\",\n \"ListenerId\": \"lbl-d1ubsydq\",\n \"ListenerName\": \"newlis\",\n \"Scheduler\": \"LEAST_CONN\",\n \"SessionExpireTime\": 120\n}",
701
667
  "output": "{\n \"Response\": {\n \"RequestId\": \"8cd88c83-fd30-47c0-8e7a-89bf13a7a83c\"\n }\n}",
702
668
  "title": "修改TCP监听器的名称、健康检查参数及转发策略"
669
+ },
670
+ {
671
+ "document": "",
672
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyListener\n<公共请求参数>\n\n{\n \"LoadBalancerId\": \"lb-fd9kpk4s\",\n \"ListenerId\": \"lbl-1sf4yxie\",\n \"RescheduleTargetZeroWeight\": false,\n \"RescheduleUnhealthy\": false,\n \"RescheduleExpandTarget\": false,\n \"RescheduleStartTime\": 0,\n \"RescheduleInterval\": 0\n}",
673
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e5854a85-faee-485e-8892-0a7cbca45080\"\n }\n}",
674
+ "title": "修改监听器重新调度参数"
703
675
  }
704
676
  ],
705
677
  "ModifyLoadBalancerAttributes": [
@@ -294,6 +294,28 @@
294
294
  "type": "string",
295
295
  "value_allowed_null": true
296
296
  },
297
+ {
298
+ "disabled": false,
299
+ "document": "参数 Id",
300
+ "example": "PARAM_BHFHICABHI3452",
301
+ "member": "string",
302
+ "name": "ParamId",
303
+ "output_required": false,
304
+ "required": false,
305
+ "type": "string",
306
+ "value_allowed_null": false
307
+ },
308
+ {
309
+ "disabled": false,
310
+ "document": "参数值 Id",
311
+ "example": "PARAM_BHFHICABHI0423",
312
+ "member": "string",
313
+ "name": "ParamValueId",
314
+ "output_required": false,
315
+ "required": false,
316
+ "type": "string",
317
+ "value_allowed_null": false
318
+ },
297
319
  {
298
320
  "disabled": false,
299
321
  "document": "售卖参数值,当ParamType=Quant时,该值有可能为Null\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -326,6 +348,39 @@
326
348
  "required": false,
327
349
  "type": "string",
328
350
  "value_allowed_null": true
351
+ },
352
+ {
353
+ "disabled": false,
354
+ "document": "模块ID",
355
+ "example": "PARAM_BHFHICABHI000",
356
+ "member": "string",
357
+ "name": "ModuleId",
358
+ "output_required": false,
359
+ "required": false,
360
+ "type": "string",
361
+ "value_allowed_null": false
362
+ },
363
+ {
364
+ "disabled": false,
365
+ "document": "模块key",
366
+ "example": "phone",
367
+ "member": "string",
368
+ "name": "ModuleKey",
369
+ "output_required": false,
370
+ "required": false,
371
+ "type": "string",
372
+ "value_allowed_null": false
373
+ },
374
+ {
375
+ "disabled": false,
376
+ "document": "模块名称",
377
+ "example": "手机模块",
378
+ "member": "string",
379
+ "name": "ModuleName",
380
+ "output_required": false,
381
+ "required": false,
382
+ "type": "string",
383
+ "value_allowed_null": false
329
384
  }
330
385
  ],
331
386
  "usage": "both"
@@ -1925,6 +1925,17 @@
1925
1925
  "required": false,
1926
1926
  "type": "string",
1927
1927
  "value_allowed_null": false
1928
+ },
1929
+ {
1930
+ "disabled": false,
1931
+ "document": "是否压缩。\n1:压缩 2:不压缩",
1932
+ "example": "1",
1933
+ "member": "uint64",
1934
+ "name": "Compress",
1935
+ "output_required": false,
1936
+ "required": false,
1937
+ "type": "int",
1938
+ "value_allowed_null": false
1928
1939
  }
1929
1940
  ],
1930
1941
  "usage": "both"
@@ -1077,22 +1077,13 @@
1077
1077
  "required": true,
1078
1078
  "type": "string"
1079
1079
  },
1080
- {
1081
- "disabled": false,
1082
- "document": "货币类型,默认为CNY",
1083
- "example": "CNY",
1084
- "member": "string",
1085
- "name": "Currency",
1086
- "required": false,
1087
- "type": "string"
1088
- },
1089
1080
  {
1090
1081
  "disabled": false,
1091
1082
  "document": "默认为CREATE,可选RENEW",
1092
1083
  "example": "CREATE",
1093
1084
  "member": "string",
1094
1085
  "name": "Type",
1095
- "required": false,
1086
+ "required": true,
1096
1087
  "type": "string"
1097
1088
  },
1098
1089
  {
@@ -1101,6 +1092,15 @@
1101
1092
  "example": "virtualization",
1102
1093
  "member": "string",
1103
1094
  "name": "HsmType",
1095
+ "required": true,
1096
+ "type": "string"
1097
+ },
1098
+ {
1099
+ "disabled": false,
1100
+ "document": "货币类型,默认为CNY",
1101
+ "example": "CNY",
1102
+ "member": "string",
1103
+ "name": "Currency",
1104
1104
  "required": false,
1105
1105
  "type": "string"
1106
1106
  }
@@ -176,9 +176,9 @@
176
176
  "status": "online"
177
177
  },
178
178
  "CreateTopic": {
179
- "document": "本接口用于创建日志主题。",
179
+ "document": "本接口用于创建日志或指标主题。",
180
180
  "input": "CreateTopicRequest",
181
- "name": "创建日志主题",
181
+ "name": "创建主题",
182
182
  "output": "CreateTopicResponse",
183
183
  "status": "online"
184
184
  },
@@ -337,9 +337,9 @@
337
337
  "status": "online"
338
338
  },
339
339
  "DeleteTopic": {
340
- "document": "本接口用于删除日志主题。",
340
+ "document": "本接口用于删除日志或指标主题。",
341
341
  "input": "DeleteTopicRequest",
342
- "name": "删除日志主题",
342
+ "name": "删除主题",
343
343
  "output": "DeleteTopicResponse",
344
344
  "status": "online"
345
345
  },
@@ -568,9 +568,9 @@
568
568
  "status": "online"
569
569
  },
570
570
  "DescribeTopics": {
571
- "document": "本接口用于获取日志主题列表,支持分页",
571
+ "document": "本接口用于获取日志或指标主题列表,支持分页",
572
572
  "input": "DescribeTopicsRequest",
573
- "name": "获取日志主题列表",
573
+ "name": "获取主题列表",
574
574
  "output": "DescribeTopicsResponse",
575
575
  "status": "online"
576
576
  },
@@ -736,9 +736,9 @@
736
736
  "status": "online"
737
737
  },
738
738
  "ModifyTopic": {
739
- "document": "本接口用于修改日志主题。",
739
+ "document": "本接口用于修改日志或指标主题。",
740
740
  "input": "ModifyTopicRequest",
741
- "name": "修改日志主题",
741
+ "name": "修改主题",
742
742
  "output": "ModifyTopicResponse",
743
743
  "status": "online"
744
744
  },
@@ -1171,7 +1171,7 @@
1171
1171
  },
1172
1172
  {
1173
1173
  "disabled": false,
1174
- "document": "云监控通知渠道相关信息,和AlarmNoticeIds互斥",
1174
+ "document": "腾讯云可观测平台通知渠道相关信息,和AlarmNoticeIds互斥",
1175
1175
  "example": "无",
1176
1176
  "member": "MonitorNotice",
1177
1177
  "name": "MonitorNotice",
@@ -1858,7 +1858,7 @@
1858
1858
  },
1859
1859
  {
1860
1860
  "disabled": false,
1861
- "document": "通知渠道类型,0默认代表cls内部通知渠道,1代表云监控通知渠道",
1861
+ "document": "通知渠道类型,0默认代表cls内部通知渠道,1代表腾讯云可观测平台通知渠道",
1862
1862
  "example": "0",
1863
1863
  "member": "uint64",
1864
1864
  "name": "SendType",
@@ -2832,7 +2832,7 @@
2832
2832
  {
2833
2833
  "disabled": false,
2834
2834
  "document": "允许访问的资源列表,目前仅支持一个Resource",
2835
- "example": "当Type为1时:['qcs::cls::uin/1000:dashboard/dashboard-xx']; 当Type为2时:['qcs::cls:ap-guangzhou:uin/10000:topic/cxxx']",
2835
+ "example": "[\"qcs::cls::uin/10000xxxxx:dashboard/dashboard-xx\", \"qcs::cls:ap-guangzhou:uin/10000xxxxx:topic/cxxx\"]",
2836
2836
  "member": "string",
2837
2837
  "name": "Resources",
2838
2838
  "output_required": true,
@@ -2898,7 +2898,7 @@
2898
2898
  {
2899
2899
  "disabled": false,
2900
2900
  "document": "默认的检索分析语句,仅当Type为2时使用\n注意:此字段可能返回 null,表示取不到有效值。",
2901
- "example": "[ { \"Name\":\"query\", \"Values\":[ \"* | select *\" ] } ]",
2901
+ "example": "",
2902
2902
  "member": "ConsoleSharingParam",
2903
2903
  "name": "Params",
2904
2904
  "output_required": false,
@@ -4078,7 +4078,7 @@
4078
4078
  },
4079
4079
  {
4080
4080
  "disabled": false,
4081
- "document": "云产品地域。 不同日志类型(LogType)地域入参格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
4081
+ "document": "云产品地域。 不同日志类型(LogType)地域入参格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(中国香港地区和其他)/fsi-polaris(金融区)/general-polaris(普通区)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
4082
4082
  "example": "ap-guangzhou",
4083
4083
  "member": "string",
4084
4084
  "name": "CloudProductRegion",
@@ -4463,7 +4463,7 @@
4463
4463
  {
4464
4464
  "disabled": false,
4465
4465
  "document": "用户自定义采集规则,Json格式序列化的字符串。当LogType为user_define_log时,必填。",
4466
- "example": "\"{\\\"processors\\\":[{\\\"type\\\":\\\"processor_split_delimiter\\\",\\\"detail\\\":{\\\"Delimiter\\\":\\\",\\\",\\\"ExtractKeys\\\":[\\\"time\\\",\\\"msg1\\\",\\\"msg2\\\"]}]}\"",
4466
+ "example": "\"{\\\"processors\\\":[{\\\"type\\\":\\\"processor_split_delimiter\\\",\\\"detail\\\":{\\\"Delimiter\\\":\\\",\\\",\\\"ExtractKeys\\\":[\\\"time\\\",\\\"msg1\\\",\\\"msg2\\\"]}}]}\"",
4467
4467
  "member": "string",
4468
4468
  "name": "UserDefineRule",
4469
4469
  "required": false,
@@ -4691,7 +4691,7 @@
4691
4691
  {
4692
4692
  "disabled": false,
4693
4693
  "document": "提取规则,如果设置了ExtractRule,则必须设置LogType",
4694
- "example": "{\"UnMatchLogKey\": null, \"UnMatchUpLoadSwitch\": false }",
4694
+ "example": "",
4695
4695
  "member": "ExtractRuleInfo",
4696
4696
  "name": "ExtractRuleInfo",
4697
4697
  "required": false,
@@ -5815,7 +5815,7 @@
5815
5815
  },
5816
5816
  {
5817
5817
  "disabled": false,
5818
- "document": "日志主题名称\n名称限制\n- 不能为空字符串\n- 不能包含字符'|'\n- 不能使用以下名称[\"cls_service_log\",\"loglistener_status\",\"loglistener_alarm\",\"loglistener_business\",\"cls_service_metric\"]\n",
5818
+ "document": "主题名称\n名称限制\n- 不能为空字符串\n- 不能包含字符'|'\n- 不能使用以下名称[\"cls_service_log\",\"loglistener_status\",\"loglistener_alarm\",\"loglistener_business\",\"cls_service_metric\"]\n",
5819
5819
  "example": "testname",
5820
5820
  "member": "string",
5821
5821
  "name": "TopicName",
@@ -5824,7 +5824,7 @@
5824
5824
  },
5825
5825
  {
5826
5826
  "disabled": false,
5827
- "document": "日志主题分区个数。默认创建1个,最大支持创建10个分区。",
5827
+ "document": "主题分区个数。默认创建1个,最大支持创建10个分区。",
5828
5828
  "example": "1",
5829
5829
  "member": "int64",
5830
5830
  "name": "PartitionCount",
@@ -5833,7 +5833,7 @@
5833
5833
  },
5834
5834
  {
5835
5835
  "disabled": false,
5836
- "document": "标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。",
5836
+ "document": "标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。",
5837
5837
  "example": "无",
5838
5838
  "member": "Tag",
5839
5839
  "name": "Tags",
@@ -5860,7 +5860,7 @@
5860
5860
  },
5861
5861
  {
5862
5862
  "disabled": false,
5863
- "document": "日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot",
5863
+ "document": "日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot。指标主题不支持该配置。",
5864
5864
  "example": "hot",
5865
5865
  "member": "string",
5866
5866
  "name": "StorageType",
@@ -5869,7 +5869,7 @@
5869
5869
  },
5870
5870
  {
5871
5871
  "disabled": false,
5872
- "document": "存储时间,单位天。\n- 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。\n- 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。",
5872
+ "document": "存储时间,单位天。\n- 日志主题:日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。\n- 日志主题:日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。\n- 指标主题:支持1至3600天,值为3640时代表永久保存。",
5873
5873
  "example": "30",
5874
5874
  "member": "int64",
5875
5875
  "name": "Period",
@@ -5878,7 +5878,7 @@
5878
5878
  },
5879
5879
  {
5880
5880
  "disabled": false,
5881
- "document": "日志主题描述",
5881
+ "document": "主题描述",
5882
5882
  "example": "xx部门xx任务topic",
5883
5883
  "member": "string",
5884
5884
  "name": "Describes",
@@ -5887,13 +5887,22 @@
5887
5887
  },
5888
5888
  {
5889
5889
  "disabled": false,
5890
- "document": "0:关闭日志沉降。\n非0:开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。\n仅在StorageType为 hot 时生效。",
5890
+ "document": "0:日志主题关闭日志沉降。\n非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。\n仅在StorageType为 hot 时生效,指标主题不支持该配置。",
5891
5891
  "example": "7",
5892
5892
  "member": "uint64",
5893
5893
  "name": "HotPeriod",
5894
5894
  "required": false,
5895
5895
  "type": "int"
5896
5896
  },
5897
+ {
5898
+ "disabled": false,
5899
+ "document": "主题类型\n- 0:日志主题,默认值\n- 1:指标主题",
5900
+ "example": "0",
5901
+ "member": "uint64",
5902
+ "name": "BizType",
5903
+ "required": false,
5904
+ "type": "int"
5905
+ },
5897
5906
  {
5898
5907
  "disabled": false,
5899
5908
  "document": "主题自定义ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。\n- 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符\n- 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。\n- 如果指定该字段,需保证全地域唯一",
@@ -5905,7 +5914,7 @@
5905
5914
  },
5906
5915
  {
5907
5916
  "disabled": false,
5908
- "document": "免鉴权开关。 false:关闭; true:开启。默认为false。\n开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)",
5917
+ "document": "免鉴权开关。 false:关闭; true:开启。默认为false。\n开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。指标主题不支持该配置。",
5909
5918
  "example": "false",
5910
5919
  "member": "bool",
5911
5920
  "name": "IsWebTracking",
@@ -5914,12 +5923,21 @@
5914
5923
  },
5915
5924
  {
5916
5925
  "disabled": false,
5917
- "document": "日志主题扩展信息",
5926
+ "document": "主题扩展信息",
5918
5927
  "example": "无",
5919
5928
  "member": "TopicExtendInfo",
5920
5929
  "name": "Extends",
5921
5930
  "required": false,
5922
5931
  "type": "object"
5932
+ },
5933
+ {
5934
+ "disabled": false,
5935
+ "document": "开启记录公网来源ip和服务端接收时间",
5936
+ "example": "false",
5937
+ "member": "bool",
5938
+ "name": "IsSourceFrom",
5939
+ "required": false,
5940
+ "type": "bool"
5923
5941
  }
5924
5942
  ],
5925
5943
  "type": "object"
@@ -5929,7 +5947,7 @@
5929
5947
  "members": [
5930
5948
  {
5931
5949
  "disabled": false,
5932
- "document": "日志主题ID",
5950
+ "document": "主题ID",
5933
5951
  "example": "xxxx-xx-xx-xx-xxxxxxxx",
5934
5952
  "member": "string",
5935
5953
  "name": "TopicId",
@@ -6817,7 +6835,7 @@
6817
6835
  },
6818
6836
  {
6819
6837
  "disabled": false,
6820
- "document": "云产品地域。 不同日志类型(LogType)地域入参格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
6838
+ "document": "云产品地域。 不同日志类型(LogType)地域入参格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(中国香港地区和其他)/fsi-polaris(金融区)/general-polaris(普通区)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
6821
6839
  "example": "ap-guangzhou",
6822
6840
  "member": "string",
6823
6841
  "name": "CloudProductRegion",
@@ -7358,7 +7376,7 @@
7358
7376
  "members": [
7359
7377
  {
7360
7378
  "disabled": false,
7361
- "document": "日志主题ID\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
7379
+ "document": "主题ID- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
7362
7380
  "example": "a5ce0c9c-0690-44a5-bc79-5f2190626bd0",
7363
7381
  "member": "string",
7364
7382
  "name": "TopicId",
@@ -9651,7 +9669,7 @@
9651
9669
  "members": [
9652
9670
  {
9653
9671
  "disabled": false,
9654
- "document": "<ul><li>topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>\n<li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>\n<li>topicId 按照【日志主题ID】进行过滤。类型:String。必选:否</li>\n<li>logsetId 按照【日志集ID】进行过滤,可通过调用 <a href=\"https://cloud.tencent.com/document/product/614/58624\">DescribeLogsets</a> 查询已创建的日志集列表或登录控制台进行查看;也可以调用<a href=\"https://cloud.tencent.com/document/product/614/58626\">CreateLogset</a> 创建新的日志集。类型:String。必选:否</li>\n<li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>\n<li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>\n<li>storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>\n注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。",
9672
+ "document": "<ul><li>topicName 按照【主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>\n<li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>\n<li>topicId 按照【主题ID】进行过滤。类型:String。必选:否</li>\n<li>logsetId 按照【日志集ID】进行过滤,可通过调用 <a href=\"https://cloud.tencent.com/document/product/614/58624\">DescribeLogsets</a> 查询已创建的日志集列表或登录控制台进行查看;也可以调用<a href=\"https://cloud.tencent.com/document/product/614/58626\">CreateLogset</a> 创建新的日志集。类型:String。必选:否</li>\n<li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>\n<li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>\n<li>storageType 按照【主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>\n注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。",
9655
9673
  "example": "无",
9656
9674
  "member": "Filter",
9657
9675
  "name": "Filters",
@@ -9702,7 +9720,7 @@
9702
9720
  "members": [
9703
9721
  {
9704
9722
  "disabled": false,
9705
- "document": "日志主题列表",
9723
+ "document": "主题列表",
9706
9724
  "example": "无",
9707
9725
  "member": "TopicInfo",
9708
9726
  "name": "Topics",
@@ -12456,7 +12474,7 @@
12456
12474
  },
12457
12475
  {
12458
12476
  "disabled": false,
12459
- "document": "云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
12477
+ "document": "云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:\n- CDS所有日志类型:ap-guangzhou\n- CDB-AUDIT: gz\n- TDSQL-C-AUDIT: gz\n- MongoDB-AUDIT: gz\n- MongoDB-SlowLog:ap-guangzhou\n- MongoDB-ErrorLog:ap-guangzhou\n- TDMYSQL-SLOW:gz\n- DCDB所有日志类型:gz\n- MariaDB所有日志类型:gz\n- PostgreSQL所有日志类型:gz\n- BH所有日志类型:overseas-polaris(中国香港地区和其他)/fsi-polaris(金融区)/general-polaris(普通区)/intl-sg-prod(国际站)\n- APIS所有日志类型:gz",
12460
12478
  "example": "ap-guangzhou",
12461
12479
  "member": "string",
12462
12480
  "name": "CloudProductRegion",
@@ -12736,7 +12754,7 @@
12736
12754
  {
12737
12755
  "disabled": false,
12738
12756
  "document": "用户自定义解析字符串,Json格式序列化的字符串。",
12739
- "example": "\"{\\\"processors\\\":[{\\\"type\\\":\\\"processor_split_delimiter\\\",\\\"detail\\\":{\\\"Delimiter\\\":\\\",\\\",\\\"ExtractKeys\\\":[\\\"time\\\",\\\"msg1\\\",\\\"msg2\\\"]}]}\"",
12757
+ "example": "\"{\\\"processors\\\":[{\\\"type\\\":\\\"processor_split_delimiter\\\",\\\"detail\\\":{\\\"Delimiter\\\":\\\",\\\",\\\"ExtractKeys\\\":[\\\"time\\\",\\\"msg1\\\",\\\"msg2\\\"]}}]}\"",
12740
12758
  "member": "string",
12741
12759
  "name": "UserDefineRule",
12742
12760
  "required": false,
@@ -12961,7 +12979,7 @@
12961
12979
  {
12962
12980
  "disabled": false,
12963
12981
  "document": "提取规则,如果设置了ExtractRule,则必须设置LogType",
12964
- "example": "{\"UnMatchLogKey\": null, \"UnMatchUpLoadSwitch\": false }",
12982
+ "example": "",
12965
12983
  "member": "ExtractRuleInfo",
12966
12984
  "name": "ExtractRuleInfo",
12967
12985
  "required": false,
@@ -13554,7 +13572,7 @@
13554
13572
  "members": [
13555
13573
  {
13556
13574
  "disabled": false,
13557
- "document": "通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID",
13575
+ "document": "通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模板ID",
13558
13576
  "example": "noticetemplate-5b2ea996-4dae-47cc-bbad-5b12888b4c89",
13559
13577
  "member": "string",
13560
13578
  "name": "NoticeContentId",
@@ -13860,7 +13878,7 @@
13860
13878
  "members": [
13861
13879
  {
13862
13880
  "disabled": false,
13863
- "document": "日志主题ID\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
13881
+ "document": "主题ID\n- 通过[获取主题列表](https://cloud.tencent.com/document/product/614/56454)获取主题Id。",
13864
13882
  "example": "eb9ec10d-1343-4386-9a6e-75fd9d68726e",
13865
13883
  "member": "string",
13866
13884
  "name": "TopicId",
@@ -13869,7 +13887,7 @@
13869
13887
  },
13870
13888
  {
13871
13889
  "disabled": false,
13872
- "document": "日志主题名称\n输入限制:\n- 不能为空字符串\n- 不能包含字符'|'\n- 不能使用以下名称[\"cls_service_log\",\"loglistener_status\",\"loglistener_alarm\",\"loglistener_business\",\"cls_service_metric\"]",
13890
+ "document": "主题名称\n输入限制:\n- 不能为空字符串\n- 不能包含字符'|'\n- 不能使用以下名称[\"cls_service_log\",\"loglistener_status\",\"loglistener_alarm\",\"loglistener_business\",\"cls_service_metric\"]",
13873
13891
  "example": "testname",
13874
13892
  "member": "string",
13875
13893
  "name": "TopicName",
@@ -13878,7 +13896,7 @@
13878
13896
  },
13879
13897
  {
13880
13898
  "disabled": false,
13881
- "document": "标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,并且不能有重复的键值对。",
13899
+ "document": "标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,并且不能有重复的键值对。",
13882
13900
  "example": "无",
13883
13901
  "member": "Tag",
13884
13902
  "name": "Tags",
@@ -13905,7 +13923,7 @@
13905
13923
  },
13906
13924
  {
13907
13925
  "disabled": false,
13908
- "document": "若开启最大分裂,该主题能够能够允许的最大分区数;\n默认为50;必须为正数",
13926
+ "document": "若开启最大分裂,该主题能够允许的最大分区数;\n默认为50;必须为正数",
13909
13927
  "example": "50",
13910
13928
  "member": "int64",
13911
13929
  "name": "MaxSplitPartitions",
@@ -13923,7 +13941,7 @@
13923
13941
  },
13924
13942
  {
13925
13943
  "disabled": false,
13926
- "document": "日志主题描述",
13944
+ "document": "主题描述",
13927
13945
  "example": "xx部门xx业务topic",
13928
13946
  "member": "string",
13929
13947
  "name": "Describes",
@@ -13932,7 +13950,7 @@
13932
13950
  },
13933
13951
  {
13934
13952
  "disabled": false,
13935
- "document": "0:关闭日志沉降。\n非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效",
13953
+ "document": "0:日志主题关闭日志沉降。\n非0:日志主题开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。\n仅在StorageType为 hot 时生效,指标主题不支持该配置。",
13936
13954
  "example": "1",
13937
13955
  "member": "uint64",
13938
13956
  "name": "HotPeriod",
@@ -13950,7 +13968,7 @@
13950
13968
  },
13951
13969
  {
13952
13970
  "disabled": false,
13953
- "document": "日志主题扩展信息",
13971
+ "document": "主题扩展信息",
13954
13972
  "example": "无",
13955
13973
  "member": "TopicExtendInfo",
13956
13974
  "name": "Extends",
@@ -13959,7 +13977,7 @@
13959
13977
  },
13960
13978
  {
13961
13979
  "disabled": false,
13962
- "document": "日志主题分区数量。\n默认为1;\n取值范围及约束:\n- 当输入值<=0,系统自动调整为1。\n- 如果未传MaxSplitPartitions,需要PartitionCount<=50;\n- 如果传递了MaxSplitPartitions,需要PartitionCount<=MaxSplitPartitions;",
13980
+ "document": "主题分区数量。\n默认为1;\n取值范围及约束:\n- 当输入值<=0,系统自动调整为1。\n- 如果未传MaxSplitPartitions,需要PartitionCount<=50;\n- 如果传递了MaxSplitPartitions,需要PartitionCount<=MaxSplitPartitions;",
13963
13981
  "example": "10",
13964
13982
  "member": "uint64",
13965
13983
  "name": "PartitionCount",
@@ -14080,11 +14098,11 @@
14080
14098
  "usage": "both"
14081
14099
  },
14082
14100
  "MonitorNoticeRule": {
14083
- "document": "云监控通知渠道组信息",
14101
+ "document": "腾讯云可观测平台通知渠道组信息",
14084
14102
  "members": [
14085
14103
  {
14086
14104
  "disabled": false,
14087
- "document": "云监控通知模版ID",
14105
+ "document": "腾讯云可观测平台通知模板 ID",
14088
14106
  "example": "notice-erictest",
14089
14107
  "member": "string",
14090
14108
  "name": "NoticeId",
@@ -14095,7 +14113,7 @@
14095
14113
  },
14096
14114
  {
14097
14115
  "disabled": false,
14098
- "document": "云监控内容模版ID,不传默认内容模版\n注意:此字段可能返回 null,表示取不到有效值。",
14116
+ "document": "腾讯云可观测平台内容模板ID,不传默认内容模板\n注意:此字段可能返回 null,表示取不到有效值。",
14099
14117
  "example": "tmpl-erictest",
14100
14118
  "member": "string",
14101
14119
  "name": "ContentTmplId",
@@ -15631,7 +15649,7 @@
15631
15649
  },
15632
15650
  {
15633
15651
  "disabled": false,
15634
- "document": "状态。\n- 0:成功\n- 10000:参数错误,请确认参数\n- 10001:授权失败,请确认授权\n- 10002:获取文件列表失败,请稍后再试。若无法解决,请联系智能客服或提交工单\n- 10003:桶内无相应前缀文件,请使用正确的桶、文件前缀和压缩方式\n- 10004:文件下载失败,请稍后再试。若无法解决,请联系智能客服或提交工单\n- 10005:文件解压缩失败,请选择正确的压缩方式然后再试\n- 10006:读取文件内容失败,请确认文件可读\n- 10007:文件预览失败,请稍后再试。若无法解决,请联系智能客服或提交工单",
15652
+ "document": "状态。\n- 0:成功\n- 10000:参数错误,请确认参数\n- 10001:授权失败,请确认授权\n- 10002:获取文件列表失败,请稍后再试。若无法解决,请咨询 [在线支持](https://cloud.tencent.com/online-service) 或 [提交工单](https://console.cloud.tencent.com/workorder/category?level1_id=83&level2_id=469&source=14&data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&step=1) 处理。\n- 10003:桶内无相应前缀文件,请使用正确的桶、文件前缀和压缩方式\n- 10004:文件下载失败,请稍后再试。若无法解决,请咨询 [在线支持](https://cloud.tencent.com/online-service) 或 [提交工单](https://console.cloud.tencent.com/workorder/category?level1_id=83&level2_id=469&source=14&data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&step=1) 处理。\n- 10005:文件解压缩失败,请选择正确的压缩方式然后再试\n- 10006:读取文件内容失败,请确认文件可读\n- 10007:文件预览失败,请稍后再试。若无法解决,请咨询 [在线支持](https://cloud.tencent.com/online-service) 或 [提交工单](https://console.cloud.tencent.com/workorder/category?level1_id=83&level2_id=469&source=14&data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&step=1) 处理。",
15635
15653
  "example": "0",
15636
15654
  "member": "int64",
15637
15655
  "name": "Status",