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
@@ -30,6 +30,14 @@
30
30
  "title": "创建分账目录树根结点"
31
31
  }
32
32
  ],
33
+ "CreateBudget": [
34
+ {
35
+ "document": "",
36
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:CreateBudget\n<公共请求参数>\n\n{\n \"BudgetName\": \"testapi111\",\n \"CycleType\": \"DAY\",\n \"PeriodBegin\": \"2025-01-01\",\n \"PeriodEnd\": \"2025-12-01\",\n \"PlanType\": \"FIX\",\n \"BudgetQuota\": \"1000\",\n \"BillType\": \"BILL\",\n \"FeeType\": \"COST\",\n \"WarnJson\": [\n {\n \"WarnType\": \"ACTUAL\",\n \"CalType\": \"PERCENTAGE\",\n \"ThresholdValue\": \"100\"\n }\n ],\n \"BudgetNote\": \"使用api创建预算信息\",\n \"DimensionsRange\": {\n \"Business\": [\n null\n ],\n \"PayMode\": [\n null\n ],\n \"ProductCodes\": [\n null\n ],\n \"ComponentCodes\": [\n null\n ],\n \"ZoneIds\": [\n null\n ],\n \"RegionIds\": [\n null\n ],\n \"ProjectIds\": [\n null\n ],\n \"ActionTypes\": [\n null\n ],\n \"ConsumptionTypes\": [\n null\n ],\n \"Tags\": [\n {\n \"TagKey\": null,\n \"TagValue\": [\n null\n ]\n }\n ],\n \"PayerUins\": [\n null\n ],\n \"OwnerUins\": [\n null\n ],\n \"TreeNodeUniqKeys\": [\n null\n ]\n },\n \"WaveThresholdJson\": [\n {\n \"WarnType\": null,\n \"Threshold\": null,\n \"MetaType\": null,\n \"PeriodType\": null\n }\n ]\n}",
37
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"BudgetId\": \"1963509727611474000\",\n \"UpdateTime\": \"2025-09-04 15:49:33\"\n },\n \"Message\": \"create success\",\n \"RequestId\": \"922dcc4b-55b2-401d-8eb8-9160117d07d4\"\n }\n}",
38
+ "title": "创建预算项目"
39
+ }
40
+ ],
33
41
  "CreateGatherRule": [
34
42
  {
35
43
  "document": "",
@@ -68,6 +76,14 @@
68
76
  "title": "删除分账单元"
69
77
  }
70
78
  ],
79
+ "DeleteBudget": [
80
+ {
81
+ "document": "",
82
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:DeleteBudget\n<公共请求参数>\n\n{\n \"BudgetIds\": [\n \"1960309822252269569\"\n ]\n}",
83
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": [\n \"1960309822252269569\"\n ],\n \"Message\": \"delete success\",\n \"RequestId\": \"eb7161c4-4025-466d-834f-1707d6933459\"\n }\n}",
84
+ "title": "删除预算项目"
85
+ }
86
+ ],
71
87
  "DeleteGatherRule": [
72
88
  {
73
89
  "document": "",
@@ -348,6 +364,30 @@
348
364
  "title": "获取按计费模式汇总费用明细"
349
365
  }
350
366
  ],
367
+ "DescribeBudget": [
368
+ {
369
+ "document": "",
370
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:DescribeBudget\n<公共请求参数>\n\n{\n \"PageNo\": 1,\n \"PageSize\": 1,\n \"BudgetId\": \"1963509727611473921\",\n \"BudgetName\": null,\n \"BudgetStatus\": null,\n \"CycleTypes\": [\n null\n ]\n}",
371
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"Current\": 1,\n \"Pages\": 1,\n \"Records\": [\n {\n \"BillType\": \"BILL\",\n \"BudgetId\": \"1963509727611473921\",\n \"BudgetName\": \"API创建预算计划\",\n \"BudgetNote\": \"使用api创建预算信息\",\n \"BudgetProgress\": \"0.00\",\n \"BudgetQuota\": \"1200\",\n \"BudgetQuotaJson\": null,\n \"BudgetSendInfoForm\": [\n {\n \"BudgetId\": null,\n \"EndTime\": \"23:59:59\",\n \"Id\": null,\n \"NoticeWays\": [\n \"EMAIL\",\n \"SMS\",\n \"SITE\"\n ],\n \"ReceiverIds\": [],\n \"ReceiverType\": \"UIN\",\n \"StartTime\": \"10:00:00\",\n \"WeekDays\": [\n 1,\n 2,\n 3,\n 4,\n 5,\n 6,\n 7\n ]\n }\n ],\n \"BudgetStatus\": \"ACTIVE\",\n \"CreateTime\": \"2025-09-04 15:49:34\",\n \"CurDateDesc\": \"2025-09-11\",\n \"CycleType\": \"DAY\",\n \"DefaultMode\": 0,\n \"Dimensions\": \"COST\",\n \"DimensionsRange\": {\n \"ActionTypes\": null,\n \"Business\": [\n \"p_cvm\"\n ],\n \"ComponentCodes\": null,\n \"ConsumptionTypes\": null,\n \"OwnerUins\": null,\n \"PayMode\": null,\n \"PayerUins\": null,\n \"ProductCodes\": null,\n \"ProjectIds\": null,\n \"RegionIds\": null,\n \"Tags\": null,\n \"TreeNodeUniqKeys\": null,\n \"ZoneIds\": null\n },\n \"FeeType\": \"COST\",\n \"ForecastCost\": null,\n \"ForecastProgress\": null,\n \"HasForecast\": \"1\",\n \"MoneyStatus\": 1,\n \"PayerUin\": 909619400,\n \"PeriodBegin\": \"2025-01-01\",\n \"PeriodEnd\": \"2025-12-01\",\n \"PlanType\": \"FIX\",\n \"RealCost\": \"0.00\",\n \"RemindTimes\": 0,\n \"TemplateType\": null,\n \"UpdateTime\": \"2025-09-04 15:59:14\",\n \"WarnJson\": [\n {\n \"CalType\": \"PERCENTAGE\",\n \"ThresholdValue\": \"100\",\n \"WarnType\": \"ACTUAL\"\n }\n ],\n \"WaveThresholdJson\": [\n {\n \"MetaType\": \"chain\",\n \"PeriodType\": \"day\",\n \"Threshold\": \"100\",\n \"WarnType\": \"ACTUAL\"\n }\n ]\n }\n ],\n \"Size\": 1,\n \"Total\": 1\n },\n \"Message\": \"query success\",\n \"RequestId\": \"9844721a-b6c5-4566-906c-41b88bf976f8\"\n }\n}",
372
+ "title": "依据BudgetId获取预算信息"
373
+ }
374
+ ],
375
+ "DescribeBudgetOperationLog": [
376
+ {
377
+ "document": "",
378
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBudgetOperationLog\n<公共请求参数>\n\n{\n \"PageNo\": 1,\n \"PageSize\": 4,\n \"BudgetId\": \"1967417069344325634\"\n}",
379
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"Current\": 1,\n \"Pages\": 1,\n \"Records\": [\n {\n \"Action\": \"ADD\",\n \"BillDay\": 20250915,\n \"BillMonth\": \"2025-09-01 00:00:00\",\n \"BudgetId\": \"1967417069344325634\",\n \"CreateTime\": \"2025-09-15 10:35:56\",\n \"DiffValue\": [\n {\n \"After\": \"测试创建记录111222\",\n \"Before\": null,\n \"Property\": \"budgetName\"\n },\n {\n \"After\": \"记录\",\n \"Before\": null,\n \"Property\": \"budgetNote\"\n },\n {\n \"After\": \"BILL\",\n \"Before\": null,\n \"Property\": \"billType\"\n },\n {\n \"After\": \"COST\",\n \"Before\": null,\n \"Property\": \"feeType\"\n },\n {\n \"After\": \"DAY\",\n \"Before\": null,\n \"Property\": \"cycleType\"\n },\n {\n \"After\": \"2025-01-01\",\n \"Before\": null,\n \"Property\": \"periodBegin\"\n },\n {\n \"After\": \"2025-12-01\",\n \"Before\": null,\n \"Property\": \"periodEnd\"\n },\n {\n \"After\": \"COST\",\n \"Before\": null,\n \"Property\": \"dimensions\"\n },\n {\n \"After\": \"{\\\"business\\\":[\\\"p_cvm\\\"]}\",\n \"Before\": null,\n \"Property\": \"dimensionsRange\"\n },\n {\n \"After\": \"FIX\",\n \"Before\": null,\n \"Property\": \"planType\"\n },\n {\n \"After\": \"1000\",\n \"Before\": null,\n \"Property\": \"budgetQuota\"\n },\n {\n \"After\": \"api修改\",\n \"Before\": null,\n \"Property\": \"operationChannel\"\n },\n {\n \"After\": \"[{\\\"warnType\\\":\\\"ACTUAL\\\",\\\"threshold\\\":\\\"22\\\",\\\"metaType\\\":\\\"yoy\\\",\\\"periodType\\\":\\\"day\\\"}]\",\n \"Before\": \"null\",\n \"Property\": \"waveThresholdJson\"\n },\n {\n \"After\": \"[{\\\"warnType\\\":\\\"ACTUAL\\\",\\\"calType\\\":\\\"ABS\\\",\\\"thresholdValue\\\":\\\"33\\\"}]\",\n \"Before\": \"null\",\n \"Property\": \"warnJson\"\n }\n ],\n \"OperateUin\": 103628347,\n \"OperationChannel\": \"api修改\",\n \"OwnerUin\": 103628347,\n \"PayerUin\": 103628347,\n \"UpdateTime\": \"2025-09-15 10:35:56\"\n }\n ],\n \"Size\": 4,\n \"Total\": 1\n },\n \"Message\": \"query success\",\n \"RequestId\": \"4c1a5821-241d-44dc-b132-929bd648ddb3\"\n }\n}",
380
+ "title": "根据BudgetId查询预算修改记录"
381
+ }
382
+ ],
383
+ "DescribeBudgetRemindRecordList": [
384
+ {
385
+ "document": "成功示例",
386
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBudgetRemindRecordList\n<公共请求参数>\n\n{\n \"PageNo\": 1,\n \"PageSize\": 1,\n \"BudgetId\": \"123\"\n}",
387
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"CountId\": null,\n \"Current\": 1,\n \"MaxLimit\": null,\n \"OptimizeCountSql\": true,\n \"Orders\": [],\n \"Pages\": 12,\n \"Records\": [\n {\n \"AlarmType\": \"BUDGET\",\n \"BudgetQuota\": \"\",\n \"CreateTime\": 1640048401000,\n \"DateDesc\": \"month\",\n \"MessageContent\": \"\\r\\n预算名称: CVM预算, 预算周期: 月度, 预算类型: 费用预算, 预算金额: 0.0, 提醒类型: 预测金额, 条件: 预算金额的百分比, 阈值: 大于等于10%, 金额: 0元\\r\\n\",\n \"RealCost\": \"100.00\",\n \"SendTime\": 1640048400000\n }\n ],\n \"SearchCount\": true,\n \"Size\": 1,\n \"Total\": 12\n },\n \"Message\": null,\n \"RequestId\": \"b6862d8d-ad0d-488b-9900-e046d3e2a736\"\n }\n}",
388
+ "title": "预算提醒记录"
389
+ }
390
+ ],
351
391
  "DescribeCostDetail": [
352
392
  {
353
393
  "document": "",
@@ -504,6 +544,14 @@
504
544
  "title": "编辑分账单元信息"
505
545
  }
506
546
  ],
547
+ "ModifyBudget": [
548
+ {
549
+ "document": "",
550
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:ModifyBudget\n\n{\n \"BudgetId\": \"1963509727611473921\",\n \"BudgetName\": \"API创建预算计划\",\n \"CycleType\": \"DAY\",\n \"PeriodBegin\": \"2025-01-01\",\n \"PeriodEnd\": \"2025-12-01\",\n \"PlanType\": \"FIX\",\n \"BudgetQuota\": \"1200\",\n \"BillType\": \"BILL\",\n \"FeeType\": \"COST\",\n \"WarnJson\": [\n {\n \"WarnType\": \"ACTUAL\",\n \"CalType\": \"PERCENTAGE\",\n \"ThresholdValue\": \"100\"\n }\n ],\n \"BudgetNote\": \"使用api创建预算信息\",\n \"DimensionsRange\": {\n \"Business\": [\n \"p_cvm\"\n ]\n },\n \"WaveThresholdJson\": [\n {\n \"WarnType\": \"ACTUAL\",\n \"Threshold\": \"100\",\n \"MetaType\": \"chain\",\n \"PeriodType\": \"day\"\n }\n ]\n}",
551
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"BudgetId\": \"1963509727611473921\",\n \"UpdateTime\": \"2025-09-04 15:59:14\"\n },\n \"Message\": \"update success\",\n \"RequestId\": \"59e79af4-68cb-4bb3-9b18-194acf3952fe\"\n }\n}",
552
+ "title": "更新预算信息"
553
+ }
554
+ ],
507
555
  "ModifyGatherRule": [
508
556
  {
509
557
  "document": "",
@@ -3971,7 +3971,7 @@
3971
3971
  {
3972
3972
  "disabled": false,
3973
3973
  "document": "密钥ID最近访问列表",
3974
- "example": "[{\"SecretId\":\"AKID***\",\"LastUsedDate\":\"2022-12-19\",\"LastSecretUsedDate\":1671681023555}]",
3974
+ "example": "",
3975
3975
  "member": "SecretIdLastUsed",
3976
3976
  "name": "SecretIdLastUsedRows",
3977
3977
  "output_required": true,
@@ -7308,13 +7308,13 @@
7308
7308
  "members": [
7309
7309
  {
7310
7310
  "disabled": false,
7311
- "document": "策略id,入参是PolicyName时,才会返回\n注意:此字段可能返回 null,表示取不到有效值。",
7312
- "example": "10041",
7311
+ "document": "策略id,入参是PolicyName时,才会返回",
7312
+ "example": "10042",
7313
7313
  "member": "uint64",
7314
7314
  "name": "PolicyId",
7315
7315
  "output_required": true,
7316
7316
  "type": "int",
7317
- "value_allowed_null": true
7317
+ "value_allowed_null": false
7318
7318
  },
7319
7319
  {
7320
7320
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -631,7 +631,7 @@
631
631
  {
632
632
  "disabled": false,
633
633
  "document": "应用名称",
634
- "example": "\"登陆场景\"",
634
+ "example": "\"登录场景\"",
635
635
  "member": "string",
636
636
  "name": "AppName",
637
637
  "output_required": true,
@@ -651,7 +651,7 @@
651
651
  {
652
652
  "disabled": false,
653
653
  "document": "邮件告警\n注意:此字段可能返回 null,表示取不到有效值。",
654
- "example": "\"xxx@xxx.com\"",
654
+ "example": "[\"xxx@xxx.com\"]",
655
655
  "member": "string",
656
656
  "name": "MailAlarm",
657
657
  "output_required": true,
@@ -2824,7 +2824,7 @@
2824
2824
  {
2825
2825
  "disabled": false,
2826
2826
  "document": "应用名",
2827
- "example": "\"登陆场景\"",
2827
+ "example": "\"登录场景\"",
2828
2828
  "member": "string",
2829
2829
  "name": "AppName",
2830
2830
  "required": true,
@@ -175,7 +175,7 @@
175
175
  {
176
176
  "disabled": false,
177
177
  "document": "资源标签值",
178
- "example": "[{\"TagKey\":\"运营部门\", \"TagValue\": \"云产一\"}]",
178
+ "example": "",
179
179
  "member": "Tag",
180
180
  "name": "Tag",
181
181
  "required": false,
@@ -368,7 +368,7 @@
368
368
  {
369
369
  "disabled": false,
370
370
  "document": "选中字段,如ProbeTime、TransferTime、TransferSize等。",
371
- "example": "[ProbeTime]",
371
+ "example": "[\"ProbeTime\"]",
372
372
  "member": "string",
373
373
  "name": "SelectedFields",
374
374
  "required": true,
@@ -395,7 +395,7 @@
395
395
  {
396
396
  "disabled": false,
397
397
  "document": "任务ID",
398
- "example": "[task_fasdfds]",
398
+ "example": "[\"task_fasdfds\"]",
399
399
  "member": "string",
400
400
  "name": "TaskID",
401
401
  "required": false,
@@ -404,7 +404,7 @@
404
404
  {
405
405
  "disabled": false,
406
406
  "document": "拨测点运营商\n\t\n这里实际按拨测结果中的运营商来填写即可\n\n电信:中国电信\n移动:中国移动\n联通:中国联通",
407
- "example": "[电信]",
407
+ "example": "[\"电信\"]",
408
408
  "member": "string",
409
409
  "name": "Operators",
410
410
  "required": false,
@@ -413,7 +413,7 @@
413
413
  {
414
414
  "disabled": false,
415
415
  "document": "拨测点地区\n\t\n这里实际按拨测结果中的地区来填写即可\n\n国内一般是省级单位,如广东、广西、中国香港;直辖市则填北京、上海\n\n境外一般是国家名,如澳大利亚、新加坡",
416
- "example": "[上海]",
416
+ "example": "[\"上海\"]",
417
417
  "member": "string",
418
418
  "name": "Districts",
419
419
  "required": false,
@@ -422,7 +422,7 @@
422
422
  {
423
423
  "disabled": false,
424
424
  "document": "错误类型",
425
- "example": "[正常]",
425
+ "example": "[\"正常\"]",
426
426
  "member": "string",
427
427
  "name": "ErrorTypes",
428
428
  "required": false,
@@ -431,7 +431,7 @@
431
431
  {
432
432
  "disabled": false,
433
433
  "document": "城市\n这里实际按拨测结果中的城市来填写即可\n\n示例:\n\n深圳市\n武汉市\n首尔\n多伦多",
434
- "example": "[深圳市]",
434
+ "example": "[\"深圳市\"]",
435
435
  "member": "string",
436
436
  "name": "City",
437
437
  "required": false,