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
@@ -728,6 +728,13 @@
728
728
  "output": "DescribePrometheusScrapeJobsResponse",
729
729
  "status": "online"
730
730
  },
731
+ "DescribePrometheusScrapeStatistics": {
732
+ "document": "获取实例采集速率信息",
733
+ "input": "DescribePrometheusScrapeStatisticsRequest",
734
+ "name": "获取实例采集速率信息",
735
+ "output": "DescribePrometheusScrapeStatisticsResponse",
736
+ "status": "online"
737
+ },
731
738
  "DescribePrometheusTargetsTMP": {
732
739
  "document": "获取targets信息,在过滤条件中指定job名称时返回targets详情,否则仅返回数量",
733
740
  "input": "DescribePrometheusTargetsTMPRequest",
@@ -770,6 +777,13 @@
770
777
  "output": "DescribeRemoteURLsResponse",
771
778
  "status": "online"
772
779
  },
780
+ "DescribeRemoteWrites": {
781
+ "document": "查询安装的 Agent 列表",
782
+ "input": "DescribeRemoteWritesRequest",
783
+ "name": "查询数据多写",
784
+ "output": "DescribeRemoteWritesResponse",
785
+ "status": "online"
786
+ },
773
787
  "DescribeSSOAccount": {
774
788
  "document": "列出当前grafana实例的所有授权账号",
775
789
  "input": "DescribeSSOAccountRequest",
@@ -6931,7 +6945,7 @@
6931
6945
  {
6932
6946
  "disabled": false,
6933
6947
  "document": "固定值,为\"monitor\"",
6934
- "example": "",
6948
+ "example": "monitor",
6935
6949
  "member": "string",
6936
6950
  "name": "Module",
6937
6951
  "required": true,
@@ -6940,7 +6954,7 @@
6940
6954
  {
6941
6955
  "disabled": false,
6942
6956
  "document": "监控类型过滤 \"MT_QCE\"=云产品监控",
6943
- "example": "",
6957
+ "example": "MT_QCE",
6944
6958
  "member": "string",
6945
6959
  "name": "MonitorType",
6946
6960
  "required": true,
@@ -6949,7 +6963,7 @@
6949
6963
  {
6950
6964
  "disabled": false,
6951
6965
  "document": "告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device",
6952
- "example": "",
6966
+ "example": "cvm_device",
6953
6967
  "member": "string",
6954
6968
  "name": "Namespace",
6955
6969
  "required": true,
@@ -6964,9 +6978,10 @@
6964
6978
  {
6965
6979
  "disabled": false,
6966
6980
  "document": "告警指标列表",
6967
- "example": "",
6981
+ "example": "",
6968
6982
  "member": "Metric",
6969
6983
  "name": "Metrics",
6984
+ "output_required": true,
6970
6985
  "type": "list",
6971
6986
  "value_allowed_null": false
6972
6987
  },
@@ -13256,6 +13271,80 @@
13256
13271
  ],
13257
13272
  "type": "object"
13258
13273
  },
13274
+ "DescribePrometheusScrapeStatisticsRequest": {
13275
+ "document": "DescribePrometheusScrapeStatistics请求参数结构体",
13276
+ "members": [
13277
+ {
13278
+ "disabled": false,
13279
+ "document": "实例ID列表",
13280
+ "example": "[\"prom-osje\"]",
13281
+ "member": "string",
13282
+ "name": "InstanceIds",
13283
+ "required": true,
13284
+ "type": "list"
13285
+ },
13286
+ {
13287
+ "disabled": false,
13288
+ "document": "集群ID",
13289
+ "example": "cls-xxx",
13290
+ "member": "string",
13291
+ "name": "ClusterId",
13292
+ "required": false,
13293
+ "type": "string"
13294
+ },
13295
+ {
13296
+ "disabled": false,
13297
+ "document": "job 类型",
13298
+ "example": "podMonitor",
13299
+ "member": "string",
13300
+ "name": "JobType",
13301
+ "required": false,
13302
+ "type": "string"
13303
+ },
13304
+ {
13305
+ "disabled": false,
13306
+ "document": "job 过滤,不写就是全部 job",
13307
+ "example": "cadvisor",
13308
+ "member": "string",
13309
+ "name": "Job",
13310
+ "required": false,
13311
+ "type": "string"
13312
+ }
13313
+ ],
13314
+ "type": "object"
13315
+ },
13316
+ "DescribePrometheusScrapeStatisticsResponse": {
13317
+ "document": "DescribePrometheusScrapeStatistics返回参数结构体",
13318
+ "members": [
13319
+ {
13320
+ "disabled": false,
13321
+ "document": "总个数\n注意:此字段可能返回 null,表示取不到有效值。",
13322
+ "example": "1",
13323
+ "member": "int64",
13324
+ "name": "Total",
13325
+ "output_required": true,
13326
+ "type": "int",
13327
+ "value_allowed_null": true
13328
+ },
13329
+ {
13330
+ "disabled": false,
13331
+ "document": "实例指标抓取速率详情\n注意:此字段可能返回 null,表示取不到有效值。",
13332
+ "example": "无",
13333
+ "member": "PrometheusInstanceScrapeStatistics",
13334
+ "name": "InstanceResults",
13335
+ "output_required": true,
13336
+ "type": "list",
13337
+ "value_allowed_null": true
13338
+ },
13339
+ {
13340
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13341
+ "member": "string",
13342
+ "name": "RequestId",
13343
+ "type": "string"
13344
+ }
13345
+ ],
13346
+ "type": "object"
13347
+ },
13259
13348
  "DescribePrometheusTargetsTMPRequest": {
13260
13349
  "document": "DescribePrometheusTargetsTMP请求参数结构体",
13261
13350
  "members": [
@@ -13624,6 +13713,71 @@
13624
13713
  ],
13625
13714
  "type": "object"
13626
13715
  },
13716
+ "DescribeRemoteWritesRequest": {
13717
+ "document": "DescribeRemoteWrites请求参数结构体",
13718
+ "members": [
13719
+ {
13720
+ "disabled": false,
13721
+ "document": "实例 ID",
13722
+ "example": "prom-abc",
13723
+ "member": "string",
13724
+ "name": "InstanceId",
13725
+ "required": true,
13726
+ "type": "string"
13727
+ },
13728
+ {
13729
+ "disabled": false,
13730
+ "document": "列表 offset",
13731
+ "example": "0",
13732
+ "member": "int64",
13733
+ "name": "Offset",
13734
+ "required": false,
13735
+ "type": "int"
13736
+ },
13737
+ {
13738
+ "disabled": false,
13739
+ "document": "返回 limit",
13740
+ "example": "100",
13741
+ "member": "int64",
13742
+ "name": "Limit",
13743
+ "required": false,
13744
+ "type": "int"
13745
+ }
13746
+ ],
13747
+ "type": "object"
13748
+ },
13749
+ "DescribeRemoteWritesResponse": {
13750
+ "document": "DescribeRemoteWrites返回参数结构体",
13751
+ "members": [
13752
+ {
13753
+ "disabled": false,
13754
+ "document": "存储数据",
13755
+ "example": "3",
13756
+ "member": "int64",
13757
+ "name": "Count",
13758
+ "output_required": false,
13759
+ "type": "int",
13760
+ "value_allowed_null": false
13761
+ },
13762
+ {
13763
+ "disabled": false,
13764
+ "document": "多写信息",
13765
+ "example": "无",
13766
+ "member": "WriteDestination",
13767
+ "name": "RemoteWrites",
13768
+ "output_required": false,
13769
+ "type": "list",
13770
+ "value_allowed_null": false
13771
+ },
13772
+ {
13773
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13774
+ "member": "string",
13775
+ "name": "RequestId",
13776
+ "type": "string"
13777
+ }
13778
+ ],
13779
+ "type": "object"
13780
+ },
13627
13781
  "DescribeSSOAccountRequest": {
13628
13782
  "document": "DescribeSSOAccount请求参数结构体",
13629
13783
  "members": [
@@ -14318,7 +14472,7 @@
14318
14472
  {
14319
14473
  "disabled": false,
14320
14474
  "document": "实例对象的维度组合,格式为key-value键值对形式的集合。不同类型的实例字段完全不同,如CVM为[{\"Name\":\"InstanceId\",\"Value\":\"ins-j0hk02zo\"}],Ckafka为[{\"Name\":\"instanceId\",\"Value\":\"ckafka-l49k54dd\"}],COS为[{\"Name\":\"appid\",\"Value\":\"1258344699\"},{\"Name\":\"bucket\",\"Value\":\"rig-1258344699\"}]。各个云产品的维度请参阅各个产品[监控指标](https://cloud.tencent.com/document/product/248/6140)文档,对应的维度列即为维度组合的key,value为key对应的值。单请求最多支持批量拉取10个实例的监控数据。",
14321
- "example": "[{\"Dimensions\":[{\"Name\":\"uuid\",\"Value\":\"9f25c238-4e82-46e4-a0fe-76443480c8db\"}]}]",
14475
+ "example": "",
14322
14476
  "member": "Instance",
14323
14477
  "name": "Instances",
14324
14478
  "required": true,
@@ -14353,7 +14507,7 @@
14353
14507
  },
14354
14508
  {
14355
14509
  "disabled": false,
14356
- "document": "返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合。注意: 仅支持对API配置文档中展示的统计方式返回对应的统计数据。如所需的统计方式不满足您的查询需求,请提工单反馈。",
14510
+ "document": "返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合。特别说明:建议查询时严格参考API配置文档中提供的统计方式。如选择其他未提供的统计方式,可能有数据统计误差。",
14357
14511
  "example": "1",
14358
14512
  "member": "int64",
14359
14513
  "name": "SpecifyStatistics",
@@ -14389,7 +14543,7 @@
14389
14543
  {
14390
14544
  "disabled": false,
14391
14545
  "document": "数据点数组",
14392
- "example": "[{\"Dimensions\":[{\"Name\":\"uuid\",\"Value\":\"9f25c238-4e82-46e4-a0fe-76443480c8db\"}],\"Timestamps\":[1535079000],\"Values\":[2.5]}]",
14546
+ "example": "",
14393
14547
  "member": "DataPoint",
14394
14548
  "name": "DataPoints",
14395
14549
  "output_required": true,
@@ -18354,9 +18508,10 @@
18354
18508
  {
18355
18509
  "disabled": false,
18356
18510
  "document": "策略名称",
18357
- "example": "",
18511
+ "example": "test-alert",
18358
18512
  "member": "string",
18359
18513
  "name": "Name",
18514
+ "output_required": true,
18360
18515
  "required": true,
18361
18516
  "type": "string",
18362
18517
  "value_allowed_null": false
@@ -18367,6 +18522,7 @@
18367
18522
  "example": "无",
18368
18523
  "member": "PrometheusAlertRule",
18369
18524
  "name": "Rules",
18525
+ "output_required": true,
18370
18526
  "required": true,
18371
18527
  "type": "list",
18372
18528
  "value_allowed_null": false
@@ -18374,9 +18530,10 @@
18374
18530
  {
18375
18531
  "disabled": false,
18376
18532
  "document": "告警策略 id\n注意:此字段可能返回 null,表示取不到有效值。",
18377
- "example": "",
18533
+ "example": "alert-xa2asdxz",
18378
18534
  "member": "string",
18379
18535
  "name": "Id",
18536
+ "output_required": true,
18380
18537
  "required": false,
18381
18538
  "type": "string",
18382
18539
  "value_allowed_null": true
@@ -18384,9 +18541,10 @@
18384
18541
  {
18385
18542
  "disabled": false,
18386
18543
  "document": "如果该告警来自模板下发,则TemplateId为模板id\n注意:此字段可能返回 null,表示取不到有效值。",
18387
- "example": "",
18544
+ "example": "temp-xs1sd24",
18388
18545
  "member": "string",
18389
18546
  "name": "TemplateId",
18547
+ "output_required": true,
18390
18548
  "required": false,
18391
18549
  "type": "string",
18392
18550
  "value_allowed_null": true
@@ -18397,6 +18555,7 @@
18397
18555
  "example": "无",
18398
18556
  "member": "PrometheusNotificationItem",
18399
18557
  "name": "Notification",
18558
+ "output_required": true,
18400
18559
  "required": false,
18401
18560
  "type": "object",
18402
18561
  "value_allowed_null": true
@@ -18404,9 +18563,10 @@
18404
18563
  {
18405
18564
  "disabled": false,
18406
18565
  "document": "最后修改时间\n注意:此字段可能返回 null,表示取不到有效值。",
18407
- "example": "",
18566
+ "example": "2025-10-24 20:15:39",
18408
18567
  "member": "string",
18409
18568
  "name": "UpdatedAt",
18569
+ "output_required": true,
18410
18570
  "required": false,
18411
18571
  "type": "string",
18412
18572
  "value_allowed_null": true
@@ -18414,9 +18574,10 @@
18414
18574
  {
18415
18575
  "disabled": false,
18416
18576
  "document": "如果告警策略来源于用户集群CRD资源定义,则ClusterId为所属集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
18417
- "example": "",
18577
+ "example": "cls-23as23sdf2",
18418
18578
  "member": "string",
18419
18579
  "name": "ClusterId",
18580
+ "output_required": true,
18420
18581
  "required": false,
18421
18582
  "type": "string",
18422
18583
  "value_allowed_null": true
@@ -18642,6 +18803,52 @@
18642
18803
  ],
18643
18804
  "usage": "in"
18644
18805
  },
18806
+ "PrometheusClusterScrapeStatistics": {
18807
+ "document": "集群指标抓取统计",
18808
+ "members": [
18809
+ {
18810
+ "disabled": false,
18811
+ "document": "集群ID",
18812
+ "example": "cls-asd",
18813
+ "member": "string",
18814
+ "name": "ClusterID",
18815
+ "output_required": true,
18816
+ "type": "string",
18817
+ "value_allowed_null": false
18818
+ },
18819
+ {
18820
+ "disabled": false,
18821
+ "document": "被采集的点数\n注意:此字段可能返回 null,表示取不到有效值。",
18822
+ "example": "0.8",
18823
+ "member": "float",
18824
+ "name": "ScrapedRate",
18825
+ "output_required": true,
18826
+ "type": "float",
18827
+ "value_allowed_null": true
18828
+ },
18829
+ {
18830
+ "disabled": false,
18831
+ "document": "Job列表\n注意:此字段可能返回 null,表示取不到有效值。",
18832
+ "example": "[ { \"JobName\": \"cadvisor\", \"MaxLabel\": 24, \"Metrics\": [], \"SamplesRate\": 271.66666, \"ScrapedRate\": 0 }]",
18833
+ "member": "PrometheusJobScrapeStatistics",
18834
+ "name": "Jobs",
18835
+ "output_required": true,
18836
+ "type": "list",
18837
+ "value_allowed_null": true
18838
+ },
18839
+ {
18840
+ "disabled": false,
18841
+ "document": "过滤前的指标采集速率\n注意:此字段可能返回 null,表示取不到有效值。",
18842
+ "example": "0.8",
18843
+ "member": "float",
18844
+ "name": "SamplesRate",
18845
+ "output_required": true,
18846
+ "type": "float",
18847
+ "value_allowed_null": true
18848
+ }
18849
+ ],
18850
+ "usage": "out"
18851
+ },
18645
18852
  "PrometheusConfigItem": {
18646
18853
  "document": "prometheus配置",
18647
18854
  "members": [
@@ -18754,6 +18961,62 @@
18754
18961
  ],
18755
18962
  "usage": "out"
18756
18963
  },
18964
+ "PrometheusInstanceScrapeStatistics": {
18965
+ "document": "实例抓取指标统计",
18966
+ "members": [
18967
+ {
18968
+ "disabled": false,
18969
+ "document": "实例ID",
18970
+ "example": "prom-abc",
18971
+ "member": "string",
18972
+ "name": "InstanceId",
18973
+ "output_required": true,
18974
+ "type": "string",
18975
+ "value_allowed_null": false
18976
+ },
18977
+ {
18978
+ "disabled": false,
18979
+ "document": "被采集的点数",
18980
+ "example": "0.8",
18981
+ "member": "float",
18982
+ "name": "ScrapedRate",
18983
+ "output_required": true,
18984
+ "type": "float",
18985
+ "value_allowed_null": false
18986
+ },
18987
+ {
18988
+ "disabled": false,
18989
+ "document": "集群指标列表",
18990
+ "example": "[ { \"ClusterID\": \"cls-pvnpfz7d\", \"FreeScrapedRate\": 121.625, \"Jobs\": [ { \"FreeScrapedRate\": 33.333332, \"JobName\": \"cadvisor\", \"MaxLabel\": 24, \"Metrics\": [], \"SamplesRate\": 271.66666, \"ScrapedRate\": 0 }]}]",
18991
+ "member": "PrometheusClusterScrapeStatistics",
18992
+ "name": "Clusters",
18993
+ "output_required": true,
18994
+ "type": "list",
18995
+ "value_allowed_null": false
18996
+ },
18997
+ {
18998
+ "disabled": false,
18999
+ "document": "非容器指标列表\n注意:此字段可能返回 null,表示取不到有效值。",
19000
+ "example": "[{\"ClusterID\":\"non-cluster\",\"ScrapedRate\":5.65,\"SamplesRate\":5.65,\"FreeScrapedRate\":0,\"Jobs\":[{\"FreeScrapedRate\":0,\"Metrics\":[{\"ScrapedRate\":0.03333333333333333,\"IsRecommended\":false,\"MaxLabel\":5,\"MetricName\":\"promhttp_metric_handler_errors_total\",\"SamplesRate\":0.03333333333333333}],\"MaxLabel\":9,\"JobName\":\"prom-7f46vb1k/cvm-qcloud-exporter\",\"SamplesRate\":5.65,\"ScrapedRate\":5.65}]}]",
19001
+ "member": "PrometheusClusterScrapeStatistics",
19002
+ "name": "Global",
19003
+ "output_required": true,
19004
+ "type": "list",
19005
+ "value_allowed_null": true
19006
+ },
19007
+ {
19008
+ "disabled": false,
19009
+ "document": "过滤前的指标采集速率",
19010
+ "example": "0.8",
19011
+ "member": "float",
19012
+ "name": "SamplesRate",
19013
+ "output_required": true,
19014
+ "type": "float",
19015
+ "value_allowed_null": false
19016
+ }
19017
+ ],
19018
+ "usage": "out"
19019
+ },
18757
19020
  "PrometheusInstanceTenantUsage": {
18758
19021
  "document": "Prometheus用量信息",
18759
19022
  "members": [
@@ -19292,6 +19555,52 @@
19292
19555
  ],
19293
19556
  "usage": "out"
19294
19557
  },
19558
+ "PrometheusJobScrapeStatistics": {
19559
+ "document": "Job抓取统计",
19560
+ "members": [
19561
+ {
19562
+ "disabled": false,
19563
+ "document": "Job 名",
19564
+ "example": "cadvisor",
19565
+ "member": "string",
19566
+ "name": "JobName",
19567
+ "output_required": true,
19568
+ "type": "string",
19569
+ "value_allowed_null": false
19570
+ },
19571
+ {
19572
+ "disabled": false,
19573
+ "document": "被采集的点数",
19574
+ "example": "0.8",
19575
+ "member": "float",
19576
+ "name": "ScrapedRate",
19577
+ "output_required": true,
19578
+ "type": "float",
19579
+ "value_allowed_null": false
19580
+ },
19581
+ {
19582
+ "disabled": false,
19583
+ "document": "指标列表\n注意:此字段可能返回 null,表示取不到有效值。",
19584
+ "example": "[ { \"MetricName\": \"cadvisor_version_info\", \"SamplesRate\": 0.26666666666666666, \"ScrapedRate\": 0, \"IsRecommended\": false, \"MaxLabel\": 0 } ]",
19585
+ "member": "PrometheusMetricScrapeStatistics",
19586
+ "name": "Metrics",
19587
+ "output_required": true,
19588
+ "type": "list",
19589
+ "value_allowed_null": true
19590
+ },
19591
+ {
19592
+ "disabled": false,
19593
+ "document": "Job 类型",
19594
+ "example": "podMonitor",
19595
+ "member": "string",
19596
+ "name": "JobType",
19597
+ "output_required": false,
19598
+ "type": "string",
19599
+ "value_allowed_null": false
19600
+ }
19601
+ ],
19602
+ "usage": "out"
19603
+ },
19295
19604
  "PrometheusJobTargets": {
19296
19605
  "document": "prometheus一个job的targets",
19297
19606
  "members": [
@@ -19338,6 +19647,52 @@
19338
19647
  ],
19339
19648
  "usage": "out"
19340
19649
  },
19650
+ "PrometheusMetricScrapeStatistics": {
19651
+ "document": "指标抓取统计",
19652
+ "members": [
19653
+ {
19654
+ "disabled": false,
19655
+ "document": "指标名\n注意:此字段可能返回 null,表示取不到有效值。",
19656
+ "example": "cadvisor",
19657
+ "member": "string",
19658
+ "name": "MetricName",
19659
+ "output_required": true,
19660
+ "type": "string",
19661
+ "value_allowed_null": true
19662
+ },
19663
+ {
19664
+ "disabled": false,
19665
+ "document": "原始数据中的点数\n注意:此字段可能返回 null,表示取不到有效值。",
19666
+ "example": "0.8",
19667
+ "member": "float",
19668
+ "name": "SamplesRate",
19669
+ "output_required": true,
19670
+ "type": "float",
19671
+ "value_allowed_null": true
19672
+ },
19673
+ {
19674
+ "disabled": false,
19675
+ "document": "被采集的点数\n注意:此字段可能返回 null,表示取不到有效值。",
19676
+ "example": "0.9",
19677
+ "member": "float",
19678
+ "name": "ScrapedRate",
19679
+ "output_required": true,
19680
+ "type": "float",
19681
+ "value_allowed_null": true
19682
+ },
19683
+ {
19684
+ "disabled": false,
19685
+ "document": "是否推荐采集\n注意:此字段可能返回 null,表示取不到有效值。",
19686
+ "example": "true",
19687
+ "member": "bool",
19688
+ "name": "IsRecommended",
19689
+ "output_required": true,
19690
+ "type": "bool",
19691
+ "value_allowed_null": true
19692
+ }
19693
+ ],
19694
+ "usage": "out"
19695
+ },
19341
19696
  "PrometheusNotificationItem": {
19342
19697
  "document": "告警通知渠道配置",
19343
19698
  "members": [
@@ -22810,6 +23165,22 @@
22810
23165
  }
22811
23166
  ],
22812
23167
  "usage": "both"
23168
+ },
23169
+ "WriteDestination": {
23170
+ "document": "数据写向目标",
23171
+ "members": [
23172
+ {
23173
+ "disabled": false,
23174
+ "document": "存储标识",
23175
+ "example": "multiple-1",
23176
+ "member": "string",
23177
+ "name": "Destination",
23178
+ "output_required": false,
23179
+ "type": "string",
23180
+ "value_allowed_null": false
23181
+ }
23182
+ ],
23183
+ "usage": "out"
22813
23184
  }
22814
23185
  },
22815
23186
  "version": "1.0"