tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.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.
Files changed (292) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +46 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +444 -272
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1007 -139
  29. tccli/services/billing/v20180709/api.json +1707 -429
  30. tccli/services/billing/v20180709/examples.json +161 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +463 -208
  42. tccli/services/cdb/v20170320/examples.json +8 -8
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdn/v20180606/api.json +22 -22
  48. tccli/services/cdn/v20180606/examples.json +1 -1
  49. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  50. tccli/services/cdwpg/cdwpg_client.py +120 -48
  51. tccli/services/cdz/__init__.py +4 -0
  52. tccli/services/cdz/cdz_client.py +210 -0
  53. tccli/services/cdz/v20221123/api.json +233 -0
  54. tccli/services/cdz/v20221123/examples.json +12 -0
  55. tccli/services/cfg/cfg_client.py +80 -32
  56. tccli/services/cfg/v20210820/api.json +30 -10
  57. tccli/services/cfg/v20210820/examples.json +1 -1
  58. tccli/services/cfs/cfs_client.py +195 -78
  59. tccli/services/cfw/cfw_client.py +330 -132
  60. tccli/services/chdfs/chdfs_client.py +145 -58
  61. tccli/services/ciam/ciam_client.py +80 -32
  62. tccli/services/ckafka/ckafka_client.py +1149 -259
  63. tccli/services/ckafka/v20190819/api.json +3738 -1696
  64. tccli/services/ckafka/v20190819/examples.json +266 -162
  65. tccli/services/clb/clb_client.py +1054 -469
  66. tccli/services/clb/v20180317/api.json +2273 -1020
  67. tccli/services/clb/v20180317/examples.json +184 -124
  68. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  69. tccli/services/cls/cls_client.py +434 -173
  70. tccli/services/cmq/cmq_client.py +14 -803
  71. tccli/services/cmq/v20190304/api.json +173 -1367
  72. tccli/services/cmq/v20190304/examples.json +0 -120
  73. tccli/services/config/config_client.py +30 -12
  74. tccli/services/controlcenter/controlcenter_client.py +229 -2
  75. tccli/services/controlcenter/v20230110/api.json +528 -5
  76. tccli/services/controlcenter/v20230110/examples.json +32 -0
  77. tccli/services/csip/csip_client.py +339 -78
  78. tccli/services/csip/v20221121/api.json +1011 -38
  79. tccli/services/csip/v20221121/examples.json +24 -0
  80. tccli/services/ctsdb/__init__.py +4 -0
  81. tccli/services/ctsdb/ctsdb_client.py +266 -0
  82. tccli/services/ctsdb/v20230202/api.json +677 -0
  83. tccli/services/ctsdb/v20230202/examples.json +20 -0
  84. tccli/services/cvm/cvm_client.py +706 -189
  85. tccli/services/cvm/v20170312/api.json +1003 -453
  86. tccli/services/cvm/v20170312/examples.json +176 -130
  87. tccli/services/cwp/cwp_client.py +2325 -930
  88. tccli/services/cynosdb/cynosdb_client.py +2272 -591
  89. tccli/services/cynosdb/v20190107/api.json +12480 -7740
  90. tccli/services/cynosdb/v20190107/examples.json +193 -9
  91. tccli/services/dataintegration/dataintegration_client.py +5 -2
  92. tccli/services/dayu/dayu_client.py +515 -206
  93. tccli/services/dbbrain/dbbrain_client.py +210 -84
  94. tccli/services/dc/dc_client.py +90 -36
  95. tccli/services/dcdb/dcdb_client.py +310 -124
  96. tccli/services/dlc/dlc_client.py +859 -214
  97. tccli/services/dlc/v20210125/api.json +637 -13
  98. tccli/services/dlc/v20210125/examples.json +48 -0
  99. tccli/services/dms/dms_client.py +10 -4
  100. tccli/services/dnspod/dnspod_client.py +390 -111
  101. tccli/services/dnspod/v20210323/api.json +196 -0
  102. tccli/services/dnspod/v20210323/examples.json +24 -0
  103. tccli/services/domain/domain_client.py +120 -48
  104. tccli/services/dts/dts_client.py +415 -166
  105. tccli/services/eb/eb_client.py +130 -52
  106. tccli/services/ecdn/ecdn_client.py +75 -30
  107. tccli/services/ecm/ecm_client.py +620 -248
  108. tccli/services/eiam/eiam_client.py +200 -80
  109. tccli/services/emr/emr_client.py +3104 -117
  110. tccli/services/emr/v20190103/api.json +15311 -4361
  111. tccli/services/emr/v20190103/examples.json +452 -42
  112. tccli/services/es/es_client.py +105 -42
  113. tccli/services/facefusion/facefusion_client.py +15 -6
  114. tccli/services/faceid/faceid_client.py +95 -38
  115. tccli/services/faceid/v20180301/api.json +172 -45
  116. tccli/services/faceid/v20180301/examples.json +3 -3
  117. tccli/services/gaap/gaap_client.py +440 -176
  118. tccli/services/gme/gme_client.py +50 -20
  119. tccli/services/gpm/gpm_client.py +90 -36
  120. tccli/services/gse/gse_client.py +110 -44
  121. tccli/services/gwlb/gwlb_client.py +90 -36
  122. tccli/services/hunyuan/__init__.py +4 -0
  123. tccli/services/hunyuan/hunyuan_client.py +490 -0
  124. tccli/services/hunyuan/v20230901/api.json +566 -0
  125. tccli/services/hunyuan/v20230901/examples.json +52 -0
  126. tccli/services/iai/iai_client.py +145 -58
  127. tccli/services/iai/v20200303/api.json +187 -51
  128. tccli/services/iai/v20200303/examples.json +30 -12
  129. tccli/services/iap/iap_client.py +30 -12
  130. tccli/services/ims/ims_client.py +5 -2
  131. tccli/services/ims/v20201229/api.json +133 -141
  132. tccli/services/ims/v20201229/examples.json +3 -3
  133. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
  134. tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
  135. tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
  136. tccli/services/iotcloud/iotcloud_client.py +100 -40
  137. tccli/services/iotcloud/v20210408/api.json +216 -107
  138. tccli/services/iotcloud/v20210408/examples.json +9 -9
  139. tccli/services/ip/ip_client.py +30 -12
  140. tccli/services/kms/kms_client.py +1226 -227
  141. tccli/services/kms/v20190118/api.json +1465 -123
  142. tccli/services/kms/v20190118/examples.json +129 -3
  143. tccli/services/lcic/lcic_client.py +265 -106
  144. tccli/services/lighthouse/lighthouse_client.py +730 -172
  145. tccli/services/lighthouse/v20200324/api.json +502 -14
  146. tccli/services/lighthouse/v20200324/examples.json +59 -5
  147. tccli/services/live/live_client.py +804 -232
  148. tccli/services/live/v20180801/api.json +272 -0
  149. tccli/services/live/v20180801/examples.json +32 -0
  150. tccli/services/lke/__init__.py +4 -0
  151. tccli/services/lke/lke_client.py +5194 -0
  152. tccli/services/lke/v20231130/api.json +14803 -0
  153. tccli/services/lke/v20231130/examples.json +736 -0
  154. tccli/services/lkeap/__init__.py +4 -0
  155. tccli/services/lkeap/lkeap_client.py +602 -0
  156. tccli/services/lkeap/v20240522/api.json +989 -0
  157. tccli/services/lkeap/v20240522/examples.json +92 -0
  158. tccli/services/mariadb/mariadb_client.py +250 -100
  159. tccli/services/mdc/mdc_client.py +90 -36
  160. tccli/services/mdl/mdl_client.py +402 -82
  161. tccli/services/mdl/v20200326/api.json +1437 -100
  162. tccli/services/mdl/v20200326/examples.json +48 -16
  163. tccli/services/mdp/mdp_client.py +785 -122
  164. tccli/services/mdp/v20200527/api.json +1336 -49
  165. tccli/services/mdp/v20200527/examples.json +151 -79
  166. tccli/services/message/__init__.py +4 -0
  167. tccli/services/message/message_client.py +210 -0
  168. tccli/services/message/v20181225/api.json +72 -0
  169. tccli/services/message/v20181225/examples.json +13 -0
  170. tccli/services/mongodb/mongodb_client.py +1452 -136
  171. tccli/services/mongodb/v20190725/api.json +4393 -1462
  172. tccli/services/mongodb/v20190725/examples.json +265 -71
  173. tccli/services/monitor/monitor_client.py +1008 -296
  174. tccli/services/monitor/v20180724/api.json +664 -15
  175. tccli/services/monitor/v20180724/examples.json +152 -4
  176. tccli/services/mps/mps_client.py +1878 -379
  177. tccli/services/mps/v20190612/api.json +7473 -1626
  178. tccli/services/mps/v20190612/examples.json +276 -82
  179. tccli/services/mqtt/__init__.py +4 -0
  180. tccli/services/mqtt/mqtt_client.py +1610 -0
  181. tccli/services/mqtt/v20240516/api.json +3057 -0
  182. tccli/services/mqtt/v20240516/examples.json +213 -0
  183. tccli/services/msp/msp_client.py +35 -14
  184. tccli/services/ocr/ocr_client.py +515 -74
  185. tccli/services/ocr/v20181119/api.json +1991 -168
  186. tccli/services/ocr/v20181119/examples.json +58 -4
  187. tccli/services/omics/omics_client.py +100 -40
  188. tccli/services/organization/organization_client.py +580 -232
  189. tccli/services/postgres/postgres_client.py +455 -182
  190. tccli/services/postgres/v20170312/api.json +134 -109
  191. tccli/services/postgres/v20170312/examples.json +14 -14
  192. tccli/services/privatedns/privatedns_client.py +206 -60
  193. tccli/services/privatedns/v20201028/api.json +179 -0
  194. tccli/services/privatedns/v20201028/examples.json +8 -0
  195. tccli/services/pts/pts_client.py +240 -96
  196. tccli/services/quota/__init__.py +4 -0
  197. tccli/services/quota/quota_client.py +434 -0
  198. tccli/services/quota/v20241204/api.json +548 -0
  199. tccli/services/quota/v20241204/examples.json +51 -0
  200. tccli/services/rce/rce_client.py +5 -2
  201. tccli/services/redis/redis_client.py +698 -212
  202. tccli/services/redis/v20180412/api.json +968 -563
  203. tccli/services/redis/v20180412/examples.json +98 -56
  204. tccli/services/region/__init__.py +4 -0
  205. tccli/services/region/region_client.py +322 -0
  206. tccli/services/region/v20220627/api.json +399 -0
  207. tccli/services/region/v20220627/examples.json +29 -0
  208. tccli/services/rum/rum_client.py +300 -120
  209. tccli/services/scf/scf_client.py +210 -84
  210. tccli/services/ses/ses_client.py +368 -69
  211. tccli/services/ses/v20201002/api.json +240 -0
  212. tccli/services/ses/v20201002/examples.json +32 -0
  213. tccli/services/smh/__init__.py +4 -0
  214. tccli/services/smh/smh_client.py +714 -0
  215. tccli/services/smh/v20210712/api.json +1287 -0
  216. tccli/services/smh/v20210712/examples.json +85 -0
  217. tccli/services/sms/sms_client.py +90 -36
  218. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  219. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  220. tccli/services/sqlserver/v20180328/examples.json +480 -20
  221. tccli/services/ssl/ssl_client.py +504 -72
  222. tccli/services/ssl/v20191205/api.json +789 -21
  223. tccli/services/ssl/v20191205/examples.json +54 -0
  224. tccli/services/ssm/ssm_client.py +120 -48
  225. tccli/services/sts/sts_client.py +25 -10
  226. tccli/services/tag/tag_client.py +150 -60
  227. tccli/services/tat/tat_client.py +95 -38
  228. tccli/services/tbaas/tbaas_client.py +20 -8
  229. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  230. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  231. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  232. tccli/services/tchd/tchd_client.py +5 -2
  233. tccli/services/tcmpp/tcmpp_client.py +520 -208
  234. tccli/services/tcr/tcr_client.py +380 -152
  235. tccli/services/tcsas/tcsas_client.py +295 -118
  236. tccli/services/tcsas/v20250106/api.json +1084 -980
  237. tccli/services/tcsas/v20250106/examples.json +15 -15
  238. tccli/services/tcss/tcss_client.py +1650 -660
  239. tccli/services/tdid/tdid_client.py +240 -96
  240. tccli/services/tdmq/tdmq_client.py +2876 -466
  241. tccli/services/tdmq/v20200217/api.json +11607 -3958
  242. tccli/services/tdmq/v20200217/examples.json +562 -264
  243. tccli/services/tem/tem_client.py +280 -112
  244. tccli/services/teo/teo_client.py +4507 -966
  245. tccli/services/teo/v20220901/api.json +7341 -1405
  246. tccli/services/teo/v20220901/examples.json +679 -99
  247. tccli/services/tione/__init__.py +4 -0
  248. tccli/services/tione/tione_client.py +210 -0
  249. tccli/services/tione/v20211111/api.json +3074 -0
  250. tccli/services/tione/v20211111/examples.json +12 -0
  251. tccli/services/tiw/tiw_client.py +255 -102
  252. tccli/services/tke/tke_client.py +858 -276
  253. tccli/services/tke/v20180525/api.json +227 -0
  254. tccli/services/tke/v20180525/examples.json +24 -0
  255. tccli/services/tms/tms_client.py +5 -2
  256. tccli/services/tms/v20201229/api.json +91 -100
  257. tccli/services/tmt/tmt_client.py +5 -2
  258. tccli/services/trabbit/trabbit_client.py +145 -58
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +531 -54
  273. tccli/services/vod/v20180717/examples.json +25 -7
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1428 -350
  277. tccli/services/vpc/v20170312/api.json +1031 -133
  278. tccli/services/vpc/v20170312/examples.json +119 -23
  279. tccli/services/vpc/vpc_client.py +2159 -644
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20250806/api.json +13644 -0
  284. tccli/services/wedata/v20250806/examples.json +621 -0
  285. tccli/services/wedata/wedata_client.py +6067 -1263
  286. tccli/services/yunjing/yunjing_client.py +355 -142
  287. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
  288. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
  289. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
  290. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
  291. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
  292. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,677 @@
1
+ {
2
+ "actions": {
3
+ "DescribeClusters": {
4
+ "document": "This API is used to query the instance list and details.",
5
+ "input": "DescribeClustersRequest",
6
+ "name": "Queries the instance list",
7
+ "output": "DescribeClustersResponse",
8
+ "status": "online"
9
+ },
10
+ "DescribeDatabases": {
11
+ "document": "This API is used to query the database list.\n```\n \"Database\":{\n \"ClusterID\":\"ctsdbi-rebg0ghl\",\n \"Name\":\"\" //This API is used to query all databases under the instance if the parameter is not specified.\n }\n```",
12
+ "input": "DescribeDatabasesRequest",
13
+ "name": "Queries the database list",
14
+ "output": "DescribeDatabasesResponse",
15
+ "status": "online"
16
+ }
17
+ },
18
+ "metadata": {
19
+ "apiVersion": "2023-02-02",
20
+ "serviceNameCN": "时序数据库 CTSDB",
21
+ "serviceShortName": "ctsdb"
22
+ },
23
+ "objects": {
24
+ "Cluster": {
25
+ "document": "Instance-related information.",
26
+ "members": [
27
+ {
28
+ "disabled": false,
29
+ "document": "User APP ID.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
30
+ "example": "无",
31
+ "member": "uint64",
32
+ "name": "AppID",
33
+ "output_required": false,
34
+ "required": false,
35
+ "type": "int",
36
+ "value_allowed_null": true
37
+ },
38
+ {
39
+ "disabled": false,
40
+ "document": "Instance ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
41
+ "example": "ctsdbi-kcd2mjqp",
42
+ "member": "string",
43
+ "name": "ClusterID",
44
+ "output_required": false,
45
+ "required": false,
46
+ "type": "string",
47
+ "value_allowed_null": true
48
+ },
49
+ {
50
+ "disabled": false,
51
+ "document": "Account ID.Note: This field may return null, indicating that no valid values can be obtained.",
52
+ "example": "无",
53
+ "member": "string",
54
+ "name": "AccountID",
55
+ "output_required": false,
56
+ "required": false,
57
+ "type": "string",
58
+ "value_allowed_null": true
59
+ },
60
+ {
61
+ "disabled": false,
62
+ "document": "Customizes the instance name.\nNote: This field may return null, indicating that no valid values can be obtained.",
63
+ "example": "ctsdbi-kcd2mjqp",
64
+ "member": "string",
65
+ "name": "Name",
66
+ "output_required": false,
67
+ "required": false,
68
+ "type": "string",
69
+ "value_allowed_null": true
70
+ },
71
+ {
72
+ "disabled": false,
73
+ "document": "Region.Note: This field may return null, indicating that no valid values can be obtained.",
74
+ "example": "ap-beijing",
75
+ "member": "string",
76
+ "name": "Region",
77
+ "output_required": false,
78
+ "required": false,
79
+ "type": "string",
80
+ "value_allowed_null": true
81
+ },
82
+ {
83
+ "disabled": false,
84
+ "document": "Availability zone.Note: This field may return null, indicating that no valid values can be obtained.",
85
+ "example": "ap-beijing-5",
86
+ "member": "string",
87
+ "name": "Zones",
88
+ "output_required": false,
89
+ "required": false,
90
+ "type": "string",
91
+ "value_allowed_null": true
92
+ },
93
+ {
94
+ "disabled": true,
95
+ "document": "Network information.\nNote: This field may return null, indicating that no valid values can be obtained.",
96
+ "example": "[ ]",
97
+ "member": "Network",
98
+ "name": "Networks",
99
+ "output_required": false,
100
+ "required": false,
101
+ "type": "list",
102
+ "value_allowed_null": true
103
+ },
104
+ {
105
+ "disabled": true,
106
+ "document": "Instance specification.\nNote: This field may return null, indicating that no valid values can be obtained.",
107
+ "example": "无",
108
+ "member": "Spec",
109
+ "name": "Spec",
110
+ "output_required": false,
111
+ "required": false,
112
+ "type": "object",
113
+ "value_allowed_null": true
114
+ },
115
+ {
116
+ "disabled": false,
117
+ "document": "Instance status. 0: running; 1: creating; 16: adjusting configuration; 17: isolating; 18: to be terminated; 19: recovering; 20: shutting down; 21: terminating; 22: terminated.\nNote: This field may return null, indicating that no valid values can be obtained.",
118
+ "example": "0",
119
+ "member": "uint64",
120
+ "name": "Status",
121
+ "output_required": false,
122
+ "required": false,
123
+ "type": "int",
124
+ "value_allowed_null": true
125
+ },
126
+ {
127
+ "disabled": false,
128
+ "document": "Instance validity period.\nNote: This field may return null, indicating that no valid values can be obtained.",
129
+ "example": "无",
130
+ "member": "Period",
131
+ "name": "Period",
132
+ "output_required": false,
133
+ "required": false,
134
+ "type": "object",
135
+ "value_allowed_null": true
136
+ },
137
+ {
138
+ "disabled": false,
139
+ "document": "Creation time.Note: This field may return null, indicating that no valid values can be obtained.",
140
+ "example": "无",
141
+ "member": "datetime_iso",
142
+ "name": "CreatedAt",
143
+ "output_required": false,
144
+ "required": false,
145
+ "type": "string",
146
+ "value_allowed_null": true
147
+ },
148
+ {
149
+ "disabled": false,
150
+ "document": "Last modification time.\nNote: This field may return null, indicating that no valid values can be obtained.",
151
+ "example": "无",
152
+ "member": "datetime_iso",
153
+ "name": "UpdatedAt",
154
+ "output_required": false,
155
+ "required": false,
156
+ "type": "string",
157
+ "value_allowed_null": true
158
+ },
159
+ {
160
+ "disabled": false,
161
+ "document": "Internal features of the product.\nNote: This field may return null, indicating that no valid values can be obtained.",
162
+ "example": "无",
163
+ "member": "Tenant",
164
+ "name": "Tenant",
165
+ "output_required": false,
166
+ "required": false,
167
+ "type": "object",
168
+ "value_allowed_null": true
169
+ },
170
+ {
171
+ "disabled": false,
172
+ "document": "Tag.\nNote: This field may return null, indicating that no valid values can be obtained.",
173
+ "example": "无",
174
+ "member": "Tag",
175
+ "name": "Tags",
176
+ "output_required": false,
177
+ "required": false,
178
+ "type": "list",
179
+ "value_allowed_null": true
180
+ },
181
+ {
182
+ "disabled": false,
183
+ "document": "Security group information.Note: This field may return null, indicating that no valid values can be obtained.",
184
+ "example": "无",
185
+ "member": "string",
186
+ "name": "Security",
187
+ "output_required": false,
188
+ "required": false,
189
+ "type": "list",
190
+ "value_allowed_null": true
191
+ }
192
+ ],
193
+ "usage": "both"
194
+ },
195
+ "Database": {
196
+ "document": "Database-related information.",
197
+ "members": [
198
+ {
199
+ "disabled": false,
200
+ "document": "Instance ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
201
+ "example": "无",
202
+ "member": "string",
203
+ "name": "ClusterID",
204
+ "output_required": true,
205
+ "required": false,
206
+ "type": "string",
207
+ "value_allowed_null": true
208
+ },
209
+ {
210
+ "disabled": false,
211
+ "document": "Database name.Note: This field may return null, indicating that no valid values can be obtained.",
212
+ "example": "无",
213
+ "member": "string",
214
+ "name": "Name",
215
+ "output_required": true,
216
+ "required": false,
217
+ "type": "string",
218
+ "value_allowed_null": true
219
+ },
220
+ {
221
+ "disabled": false,
222
+ "document": "Cold storage time (days).\nNote: This field may return null, indicating that no valid values can be obtained.",
223
+ "example": "无",
224
+ "member": "int64",
225
+ "name": "CoolDownInDays",
226
+ "output_required": true,
227
+ "required": false,
228
+ "type": "int",
229
+ "value_allowed_null": true
230
+ },
231
+ {
232
+ "disabled": false,
233
+ "document": "Data retention time (days).\nNote: This field may return null, indicating that no valid values can be obtained.",
234
+ "example": "无",
235
+ "member": "int64",
236
+ "name": "RetentionInDays",
237
+ "output_required": true,
238
+ "required": false,
239
+ "type": "int",
240
+ "value_allowed_null": true
241
+ },
242
+ {
243
+ "disabled": false,
244
+ "document": "Remarks.Note: This field may return null, indicating that no valid values can be obtained.",
245
+ "example": "无",
246
+ "member": "string",
247
+ "name": "Remark",
248
+ "output_required": true,
249
+ "required": false,
250
+ "type": "string",
251
+ "value_allowed_null": true
252
+ },
253
+ {
254
+ "disabled": false,
255
+ "document": "Status. 0: initializing resources; 1: creating resources; 2: normal status; 3: deleting resources; 4: deleted resources; 5: disabling resources; 6: disabled resources; 7: abnormal resources, and manual operation is required.\nNote: This field may return null, indicating that no valid values can be obtained.",
256
+ "example": "无",
257
+ "member": "int64",
258
+ "name": "Status",
259
+ "output_required": true,
260
+ "required": false,
261
+ "type": "int",
262
+ "value_allowed_null": true
263
+ },
264
+ {
265
+ "disabled": false,
266
+ "document": "Creation time.Note: This field may return null, indicating that no valid values can be obtained.",
267
+ "example": "无",
268
+ "member": "datetime_iso",
269
+ "name": "CreatedAt",
270
+ "output_required": true,
271
+ "required": false,
272
+ "type": "string",
273
+ "value_allowed_null": true
274
+ },
275
+ {
276
+ "disabled": false,
277
+ "document": "Last modification time.\nNote: This field may return null, indicating that no valid values can be obtained.",
278
+ "example": "无",
279
+ "member": "datetime_iso",
280
+ "name": "UpdatedAt",
281
+ "output_required": true,
282
+ "required": false,
283
+ "type": "string",
284
+ "value_allowed_null": true
285
+ }
286
+ ],
287
+ "usage": "both"
288
+ },
289
+ "DescribeClustersRequest": {
290
+ "document": "DescribeClusters request structure.",
291
+ "members": [
292
+ {
293
+ "disabled": false,
294
+ "document": "Current page number.\t\t",
295
+ "example": "1",
296
+ "member": "uint64",
297
+ "name": "PageNumber",
298
+ "required": true,
299
+ "type": "int"
300
+ },
301
+ {
302
+ "disabled": false,
303
+ "document": "Page size.",
304
+ "example": "20",
305
+ "member": "uint64",
306
+ "name": "PageSize",
307
+ "required": true,
308
+ "type": "int"
309
+ },
310
+ {
311
+ "disabled": false,
312
+ "document": "Query parameter: Filtering and querying by instance ID (cluster_id) and instance name (name) are supported.",
313
+ "example": "[{\"Name\":\"name\", \"Values\":[\"test\"]}]",
314
+ "member": "Filter",
315
+ "name": "Filters",
316
+ "required": false,
317
+ "type": "list"
318
+ },
319
+ {
320
+ "disabled": false,
321
+ "document": "Sorting parameter: Sorting by the creation time field (created_at) is supported. The value of Type can be set to DESC (descending order) or ASC (ascending order).",
322
+ "example": "[{\"Name\": \"created_at\", \"Type\": \"DESC\"}]",
323
+ "member": "Order",
324
+ "name": "Orders",
325
+ "required": false,
326
+ "type": "list"
327
+ }
328
+ ],
329
+ "type": "object"
330
+ },
331
+ "DescribeClustersResponse": {
332
+ "document": "DescribeClusters response structure.",
333
+ "members": [
334
+ {
335
+ "disabled": false,
336
+ "document": "Total number of records under current conditions.\nNote: This field may return null, indicating that no valid values can be obtained.",
337
+ "example": "100",
338
+ "member": "uint64",
339
+ "name": "TotalCount",
340
+ "output_required": true,
341
+ "type": "int",
342
+ "value_allowed_null": true
343
+ },
344
+ {
345
+ "disabled": false,
346
+ "document": "List of instances meeting the conditions.\nNote: This field may return null, indicating that no valid values can be obtained.",
347
+ "example": "无",
348
+ "member": "Cluster",
349
+ "name": "Clusters",
350
+ "output_required": true,
351
+ "type": "list",
352
+ "value_allowed_null": true
353
+ },
354
+ {
355
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
356
+ "member": "string",
357
+ "name": "RequestId",
358
+ "type": "string"
359
+ }
360
+ ],
361
+ "type": "object"
362
+ },
363
+ "DescribeDatabasesRequest": {
364
+ "document": "DescribeDatabases request structure.",
365
+ "members": [
366
+ {
367
+ "disabled": false,
368
+ "document": "Database parameter.",
369
+ "example": "无",
370
+ "member": "Database",
371
+ "name": "Database",
372
+ "required": true,
373
+ "type": "object"
374
+ },
375
+ {
376
+ "disabled": false,
377
+ "document": "Pagination size.",
378
+ "example": "无",
379
+ "member": "uint64",
380
+ "name": "PageSize",
381
+ "required": false,
382
+ "type": "int"
383
+ },
384
+ {
385
+ "disabled": false,
386
+ "document": "Pagination page.",
387
+ "example": "无",
388
+ "member": "uint64",
389
+ "name": "PageNumber",
390
+ "required": false,
391
+ "type": "int"
392
+ }
393
+ ],
394
+ "type": "object"
395
+ },
396
+ "DescribeDatabasesResponse": {
397
+ "document": "DescribeDatabases response structure.",
398
+ "members": [
399
+ {
400
+ "disabled": false,
401
+ "document": "Database list.",
402
+ "example": "无",
403
+ "member": "Database",
404
+ "name": "Databases",
405
+ "output_required": true,
406
+ "type": "list",
407
+ "value_allowed_null": false
408
+ },
409
+ {
410
+ "disabled": false,
411
+ "document": "Quantity.",
412
+ "example": "无",
413
+ "member": "int64",
414
+ "name": "TotalCount",
415
+ "output_required": true,
416
+ "type": "int",
417
+ "value_allowed_null": false
418
+ },
419
+ {
420
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
421
+ "member": "string",
422
+ "name": "RequestId",
423
+ "type": "string"
424
+ }
425
+ ],
426
+ "type": "object"
427
+ },
428
+ "Filter": {
429
+ "document": "Query filter.",
430
+ "members": [
431
+ {
432
+ "disabled": false,
433
+ "document": "Filter parameter.",
434
+ "example": "app_id",
435
+ "member": "string",
436
+ "name": "Name",
437
+ "required": false,
438
+ "type": "string"
439
+ },
440
+ {
441
+ "disabled": false,
442
+ "document": "Filter expression.",
443
+ "example": "IN,=,LIKE",
444
+ "member": "string",
445
+ "name": "Op",
446
+ "required": false,
447
+ "type": "string"
448
+ },
449
+ {
450
+ "disabled": false,
451
+ "document": "Value involved in filtering.",
452
+ "example": "10000",
453
+ "member": "string",
454
+ "name": "Values",
455
+ "required": false,
456
+ "type": "list"
457
+ }
458
+ ],
459
+ "usage": "in"
460
+ },
461
+ "Network": {
462
+ "document": "Instance network information (influxdb).",
463
+ "members": [
464
+ {
465
+ "disabled": false,
466
+ "document": "vpc id\nNote: This field may return null, indicating that no valid values can be obtained.",
467
+ "example": "vpc-7y8i6k84",
468
+ "member": "string",
469
+ "name": "VpcId",
470
+ "required": true,
471
+ "type": "string",
472
+ "value_allowed_null": true
473
+ },
474
+ {
475
+ "disabled": false,
476
+ "document": "vpc subnet id\nNote: This field may return null, indicating that no valid values can be obtained.",
477
+ "example": "subnet-5vh2p6bj",
478
+ "member": "string",
479
+ "name": "SubnetId",
480
+ "required": true,
481
+ "type": "string",
482
+ "value_allowed_null": true
483
+ },
484
+ {
485
+ "disabled": false,
486
+ "document": "VPC IP address.\nNote: This field may return null, indicating that no valid values can be obtained.",
487
+ "example": "10.0.0.1",
488
+ "member": "string",
489
+ "name": "VIP",
490
+ "required": false,
491
+ "type": "string",
492
+ "value_allowed_null": true
493
+ },
494
+ {
495
+ "disabled": false,
496
+ "document": "VPC port address.\nNote: This field may return null, indicating that no valid values can be obtained.",
497
+ "example": "8086",
498
+ "member": "uint64",
499
+ "name": "Port",
500
+ "required": false,
501
+ "type": "int",
502
+ "value_allowed_null": true
503
+ }
504
+ ],
505
+ "usage": "both"
506
+ },
507
+ "Order": {
508
+ "document": "Sorting parameter, which is used for sorting the query results.",
509
+ "members": [
510
+ {
511
+ "disabled": false,
512
+ "document": "Sorting field.",
513
+ "example": "created_at",
514
+ "member": "string",
515
+ "name": "Name",
516
+ "required": false,
517
+ "type": "string"
518
+ },
519
+ {
520
+ "disabled": false,
521
+ "document": "Sorting method.",
522
+ "example": "ASC/DESC",
523
+ "member": "string",
524
+ "name": "Type",
525
+ "required": false,
526
+ "type": "string"
527
+ }
528
+ ],
529
+ "usage": "in"
530
+ },
531
+ "Period": {
532
+ "document": "Validity period.",
533
+ "members": [
534
+ {
535
+ "disabled": false,
536
+ "document": "Start time.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
537
+ "example": "无",
538
+ "member": "datetime_iso",
539
+ "name": "StartTime",
540
+ "required": false,
541
+ "type": "string",
542
+ "value_allowed_null": true
543
+ },
544
+ {
545
+ "disabled": false,
546
+ "document": "End time.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
547
+ "example": "无",
548
+ "member": "datetime_iso",
549
+ "name": "EndTime",
550
+ "required": false,
551
+ "type": "string",
552
+ "value_allowed_null": true
553
+ }
554
+ ],
555
+ "usage": "both"
556
+ },
557
+ "Spec": {
558
+ "document": "Instance specification information (influxdb).",
559
+ "members": [
560
+ {
561
+ "disabled": false,
562
+ "document": "1: yearly/monthly subscription; 2: bill by hour.\nNote: This field may return null, indicating that no valid values can be obtained.",
563
+ "example": "1",
564
+ "member": "uint64",
565
+ "name": "PayMode",
566
+ "required": true,
567
+ "type": "int",
568
+ "value_allowed_null": true
569
+ },
570
+ {
571
+ "disabled": false,
572
+ "document": "Request unit. 0 indicates following the resource configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
573
+ "example": "0",
574
+ "member": "uint64",
575
+ "name": "RequestUnit",
576
+ "required": false,
577
+ "type": "int",
578
+ "value_allowed_null": true
579
+ },
580
+ {
581
+ "disabled": false,
582
+ "document": "Maximum number of CPU cores.\nNote: This field may return null, indicating that no valid values can be obtained.",
583
+ "example": "无",
584
+ "member": "float",
585
+ "name": "CpuLimit",
586
+ "required": false,
587
+ "type": "float",
588
+ "value_allowed_null": true
589
+ },
590
+ {
591
+ "disabled": false,
592
+ "document": "Maximum memory size (Gi).\nNote: This field may return null, indicating that no valid values can be obtained.",
593
+ "example": "无",
594
+ "member": "float",
595
+ "name": "MemoryLimit",
596
+ "required": false,
597
+ "type": "float",
598
+ "value_allowed_null": true
599
+ },
600
+ {
601
+ "disabled": false,
602
+ "document": "Maximum number of disks (Gi).\nNote: This field may return null, indicating that no valid values can be obtained.",
603
+ "example": "无",
604
+ "member": "uint64",
605
+ "name": "DiskLimit",
606
+ "required": false,
607
+ "type": "int",
608
+ "value_allowed_null": true
609
+ },
610
+ {
611
+ "disabled": false,
612
+ "document": "Number of business shards.\nNote: This field may return null, indicating that no valid values can be obtained.",
613
+ "example": "无",
614
+ "member": "uint64",
615
+ "name": "Shards",
616
+ "required": false,
617
+ "type": "int",
618
+ "value_allowed_null": true
619
+ },
620
+ {
621
+ "disabled": false,
622
+ "document": "Number of business nodes.\nNote: This field may return null, indicating that no valid values can be obtained.",
623
+ "example": "无",
624
+ "member": "uint64",
625
+ "name": "Replicas",
626
+ "required": false,
627
+ "type": "int",
628
+ "value_allowed_null": true
629
+ }
630
+ ],
631
+ "usage": "both"
632
+ },
633
+ "Tag": {
634
+ "document": "Tag.",
635
+ "members": [
636
+ {
637
+ "disabled": false,
638
+ "document": "Key.\nNote: This field may return null, indicating that no valid values can be obtained.",
639
+ "example": "无",
640
+ "member": "string",
641
+ "name": "Key",
642
+ "required": false,
643
+ "type": "string",
644
+ "value_allowed_null": true
645
+ },
646
+ {
647
+ "disabled": false,
648
+ "document": "Value.\nNote: This field may return null, indicating that no valid values can be obtained.",
649
+ "example": "无",
650
+ "member": "string",
651
+ "name": "Value",
652
+ "required": false,
653
+ "type": "string",
654
+ "value_allowed_null": true
655
+ }
656
+ ],
657
+ "usage": "both"
658
+ },
659
+ "Tenant": {
660
+ "document": "Internal features of the product.",
661
+ "members": [
662
+ {
663
+ "disabled": false,
664
+ "document": "Whether the password is encrypted.",
665
+ "example": "false",
666
+ "member": "bool",
667
+ "name": "IsPasswordEncrypted",
668
+ "output_required": false,
669
+ "required": false,
670
+ "type": "bool",
671
+ "value_allowed_null": false
672
+ }
673
+ ],
674
+ "usage": "both"
675
+ }
676
+ }
677
+ }