tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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 (294) 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 +49 -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 +514 -333
  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 +1055 -134
  29. tccli/services/billing/v20180709/api.json +1654 -243
  30. tccli/services/billing/v20180709/examples.json +169 -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 +426 -173
  42. tccli/services/cdb/v20170320/examples.json +6 -6
  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/cdwdoris/cdwdoris_client.py +385 -154
  48. tccli/services/cdwpg/cdwpg_client.py +120 -48
  49. tccli/services/cdz/__init__.py +4 -0
  50. tccli/services/cdz/cdz_client.py +210 -0
  51. tccli/services/cdz/v20221123/api.json +233 -0
  52. tccli/services/cdz/v20221123/examples.json +12 -0
  53. tccli/services/cfg/cfg_client.py +80 -32
  54. tccli/services/cfg/v20210820/api.json +30 -10
  55. tccli/services/cfg/v20210820/examples.json +1 -1
  56. tccli/services/cfs/cfs_client.py +195 -78
  57. tccli/services/cfw/cfw_client.py +330 -132
  58. tccli/services/chdfs/chdfs_client.py +145 -58
  59. tccli/services/ciam/ciam_client.py +80 -32
  60. tccli/services/ckafka/ckafka_client.py +1033 -255
  61. tccli/services/ckafka/v20190819/api.json +3378 -1681
  62. tccli/services/ckafka/v20190819/examples.json +254 -160
  63. tccli/services/clb/clb_client.py +1054 -469
  64. tccli/services/clb/v20180317/api.json +2307 -1024
  65. tccli/services/clb/v20180317/examples.json +186 -126
  66. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  67. tccli/services/cls/cls_client.py +434 -173
  68. tccli/services/cmq/cmq_client.py +14 -803
  69. tccli/services/cmq/v20190304/api.json +173 -1367
  70. tccli/services/cmq/v20190304/examples.json +0 -120
  71. tccli/services/config/config_client.py +30 -12
  72. tccli/services/controlcenter/controlcenter_client.py +229 -2
  73. tccli/services/controlcenter/v20230110/api.json +528 -5
  74. tccli/services/controlcenter/v20230110/examples.json +32 -0
  75. tccli/services/csip/csip_client.py +339 -78
  76. tccli/services/csip/v20221121/api.json +1011 -38
  77. tccli/services/csip/v20221121/examples.json +24 -0
  78. tccli/services/ctsdb/__init__.py +4 -0
  79. tccli/services/ctsdb/ctsdb_client.py +266 -0
  80. tccli/services/ctsdb/v20230202/api.json +677 -0
  81. tccli/services/ctsdb/v20230202/examples.json +20 -0
  82. tccli/services/cvm/cvm_client.py +706 -189
  83. tccli/services/cvm/v20170312/api.json +1141 -510
  84. tccli/services/cvm/v20170312/examples.json +174 -128
  85. tccli/services/cwp/cwp_client.py +2325 -930
  86. tccli/services/cynosdb/cynosdb_client.py +3051 -575
  87. tccli/services/cynosdb/v20190107/api.json +14074 -7139
  88. tccli/services/cynosdb/v20190107/examples.json +597 -287
  89. tccli/services/dataintegration/dataintegration_client.py +5 -2
  90. tccli/services/dayu/dayu_client.py +515 -206
  91. tccli/services/dbbrain/dbbrain_client.py +210 -84
  92. tccli/services/dc/dc_client.py +90 -36
  93. tccli/services/dcdb/dcdb_client.py +310 -124
  94. tccli/services/dlc/dlc_client.py +859 -214
  95. tccli/services/dlc/v20210125/api.json +637 -13
  96. tccli/services/dlc/v20210125/examples.json +48 -0
  97. tccli/services/dms/dms_client.py +10 -4
  98. tccli/services/dnspod/dnspod_client.py +390 -111
  99. tccli/services/dnspod/v20210323/api.json +196 -0
  100. tccli/services/dnspod/v20210323/examples.json +24 -0
  101. tccli/services/domain/domain_client.py +120 -48
  102. tccli/services/dts/dts_client.py +415 -166
  103. tccli/services/eb/eb_client.py +130 -52
  104. tccli/services/ecdn/ecdn_client.py +75 -30
  105. tccli/services/ecm/ecm_client.py +620 -248
  106. tccli/services/eiam/eiam_client.py +200 -80
  107. tccli/services/emr/emr_client.py +3104 -117
  108. tccli/services/emr/v20190103/api.json +15311 -4361
  109. tccli/services/emr/v20190103/examples.json +452 -42
  110. tccli/services/es/es_client.py +105 -42
  111. tccli/services/facefusion/facefusion_client.py +15 -6
  112. tccli/services/faceid/faceid_client.py +95 -38
  113. tccli/services/faceid/v20180301/api.json +172 -45
  114. tccli/services/faceid/v20180301/examples.json +3 -3
  115. tccli/services/gaap/gaap_client.py +440 -176
  116. tccli/services/gme/gme_client.py +50 -20
  117. tccli/services/gpm/gpm_client.py +90 -36
  118. tccli/services/gse/gse_client.py +110 -44
  119. tccli/services/gwlb/gwlb_client.py +90 -36
  120. tccli/services/hunyuan/__init__.py +4 -0
  121. tccli/services/hunyuan/hunyuan_client.py +266 -0
  122. tccli/services/hunyuan/v20230901/api.json +270 -0
  123. tccli/services/hunyuan/v20230901/examples.json +20 -0
  124. tccli/services/iai/iai_client.py +145 -58
  125. tccli/services/iai/v20200303/api.json +187 -51
  126. tccli/services/iai/v20200303/examples.json +30 -12
  127. tccli/services/iap/iap_client.py +30 -12
  128. tccli/services/ims/ims_client.py +5 -2
  129. tccli/services/ims/v20201229/api.json +133 -141
  130. tccli/services/ims/v20201229/examples.json +3 -3
  131. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
  132. tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
  133. tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
  134. tccli/services/iotcloud/iotcloud_client.py +100 -40
  135. tccli/services/iotcloud/v20210408/api.json +216 -107
  136. tccli/services/iotcloud/v20210408/examples.json +9 -9
  137. tccli/services/ip/ip_client.py +30 -12
  138. tccli/services/kms/kms_client.py +1226 -227
  139. tccli/services/kms/v20190118/api.json +1562 -144
  140. tccli/services/kms/v20190118/examples.json +204 -78
  141. tccli/services/lcic/lcic_client.py +265 -106
  142. tccli/services/lighthouse/lighthouse_client.py +370 -148
  143. tccli/services/lighthouse/v20200324/api.json +14 -14
  144. tccli/services/lighthouse/v20200324/examples.json +5 -5
  145. tccli/services/live/live_client.py +804 -232
  146. tccli/services/live/v20180801/api.json +272 -0
  147. tccli/services/live/v20180801/examples.json +32 -0
  148. tccli/services/lke/__init__.py +4 -0
  149. tccli/services/lke/lke_client.py +5194 -0
  150. tccli/services/lke/v20231130/api.json +14803 -0
  151. tccli/services/lke/v20231130/examples.json +736 -0
  152. tccli/services/lkeap/__init__.py +4 -0
  153. tccli/services/lkeap/lkeap_client.py +602 -0
  154. tccli/services/lkeap/v20240522/api.json +953 -0
  155. tccli/services/lkeap/v20240522/examples.json +92 -0
  156. tccli/services/mariadb/mariadb_client.py +250 -100
  157. tccli/services/mdc/mdc_client.py +90 -36
  158. tccli/services/mdl/mdl_client.py +402 -82
  159. tccli/services/mdl/v20200326/api.json +1144 -58
  160. tccli/services/mdl/v20200326/examples.json +48 -16
  161. tccli/services/mdp/mdp_client.py +785 -122
  162. tccli/services/mdp/v20200527/api.json +1168 -44
  163. tccli/services/mdp/v20200527/examples.json +151 -79
  164. tccli/services/message/__init__.py +4 -0
  165. tccli/services/message/message_client.py +210 -0
  166. tccli/services/message/v20181225/api.json +72 -0
  167. tccli/services/message/v20181225/examples.json +13 -0
  168. tccli/services/mongodb/mongodb_client.py +1452 -136
  169. tccli/services/mongodb/v20190725/api.json +4393 -1462
  170. tccli/services/mongodb/v20190725/examples.json +265 -71
  171. tccli/services/monitor/monitor_client.py +1008 -296
  172. tccli/services/monitor/v20180724/api.json +660 -11
  173. tccli/services/monitor/v20180724/examples.json +152 -4
  174. tccli/services/mps/mps_client.py +1573 -354
  175. tccli/services/mps/v20190612/api.json +12394 -7243
  176. tccli/services/mps/v20190612/examples.json +244 -84
  177. tccli/services/msp/msp_client.py +35 -14
  178. tccli/services/ocr/ocr_client.py +596 -102
  179. tccli/services/ocr/v20181119/api.json +2271 -181
  180. tccli/services/ocr/v20181119/examples.json +70 -8
  181. tccli/services/omics/omics_client.py +100 -40
  182. tccli/services/organization/organization_client.py +580 -232
  183. tccli/services/postgres/postgres_client.py +455 -182
  184. tccli/services/postgres/v20170312/api.json +134 -109
  185. tccli/services/postgres/v20170312/examples.json +14 -14
  186. tccli/services/privatedns/privatedns_client.py +206 -60
  187. tccli/services/privatedns/v20201028/api.json +179 -0
  188. tccli/services/privatedns/v20201028/examples.json +8 -0
  189. tccli/services/pts/pts_client.py +240 -96
  190. tccli/services/quota/__init__.py +4 -0
  191. tccli/services/quota/quota_client.py +434 -0
  192. tccli/services/quota/v20241204/api.json +548 -0
  193. tccli/services/quota/v20241204/examples.json +51 -0
  194. tccli/services/rce/rce_client.py +5 -2
  195. tccli/services/redis/redis_client.py +698 -212
  196. tccli/services/redis/v20180412/api.json +968 -563
  197. tccli/services/redis/v20180412/examples.json +98 -56
  198. tccli/services/region/__init__.py +4 -0
  199. tccli/services/region/region_client.py +322 -0
  200. tccli/services/region/v20220627/api.json +399 -0
  201. tccli/services/region/v20220627/examples.json +29 -0
  202. tccli/services/rum/rum_client.py +300 -120
  203. tccli/services/scf/scf_client.py +210 -84
  204. tccli/services/ses/ses_client.py +368 -69
  205. tccli/services/ses/v20201002/api.json +240 -0
  206. tccli/services/ses/v20201002/examples.json +32 -0
  207. tccli/services/smh/__init__.py +4 -0
  208. tccli/services/smh/smh_client.py +714 -0
  209. tccli/services/smh/v20210712/api.json +1287 -0
  210. tccli/services/smh/v20210712/examples.json +85 -0
  211. tccli/services/sms/sms_client.py +90 -36
  212. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  213. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  214. tccli/services/sqlserver/v20180328/examples.json +480 -20
  215. tccli/services/ssl/ssl_client.py +504 -72
  216. tccli/services/ssl/v20191205/api.json +789 -21
  217. tccli/services/ssl/v20191205/examples.json +54 -0
  218. tccli/services/ssm/ssm_client.py +120 -48
  219. tccli/services/sts/sts_client.py +25 -10
  220. tccli/services/tag/tag_client.py +150 -60
  221. tccli/services/tat/tat_client.py +95 -38
  222. tccli/services/tbaas/__init__.py +4 -0
  223. tccli/services/tbaas/tbaas_client.py +378 -0
  224. tccli/services/tbaas/v20180416/api.json +551 -0
  225. tccli/services/tbaas/v20180416/examples.json +37 -0
  226. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  227. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  228. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  229. tccli/services/tchd/tchd_client.py +5 -2
  230. tccli/services/tcmpp/tcmpp_client.py +520 -208
  231. tccli/services/tcr/tcr_client.py +380 -152
  232. tccli/services/tcsas/tcsas_client.py +295 -118
  233. tccli/services/tcsas/v20250106/api.json +155 -79
  234. tccli/services/tcsas/v20250106/examples.json +3 -3
  235. tccli/services/tcss/tcss_client.py +1650 -660
  236. tccli/services/tdid/tdid_client.py +240 -96
  237. tccli/services/tdmq/tdmq_client.py +2876 -466
  238. tccli/services/tdmq/v20200217/api.json +11607 -3958
  239. tccli/services/tdmq/v20200217/examples.json +562 -264
  240. tccli/services/tem/tem_client.py +280 -112
  241. tccli/services/teo/teo_client.py +4507 -966
  242. tccli/services/teo/v20220901/api.json +7341 -1405
  243. tccli/services/teo/v20220901/examples.json +679 -99
  244. tccli/services/tione/__init__.py +4 -0
  245. tccli/services/tione/tione_client.py +210 -0
  246. tccli/services/tione/v20211111/api.json +3074 -0
  247. tccli/services/tione/v20211111/examples.json +12 -0
  248. tccli/services/tiw/tiw_client.py +255 -102
  249. tccli/services/tke/tke_client.py +741 -274
  250. tccli/services/tke/v20180525/api.json +132 -7
  251. tccli/services/tke/v20180525/examples.json +42 -16
  252. tccli/services/tms/tms_client.py +5 -2
  253. tccli/services/tms/v20201229/api.json +91 -100
  254. tccli/services/tmt/tmt_client.py +5 -2
  255. tccli/services/trabbit/__init__.py +4 -0
  256. tccli/services/trabbit/trabbit_client.py +1778 -0
  257. tccli/services/trabbit/v20230418/api.json +4772 -0
  258. tccli/services/trabbit/v20230418/examples.json +237 -0
  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 +332 -52
  273. tccli/services/vod/v20180717/examples.json +9 -1
  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 +1316 -350
  277. tccli/services/vpc/v20170312/api.json +1166 -106
  278. tccli/services/vpc/v20170312/examples.json +197 -23
  279. tccli/services/vpc/vpc_client.py +2413 -739
  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/v20210820/api.json +1577 -231
  284. tccli/services/wedata/v20210820/examples.json +74 -12
  285. tccli/services/wedata/v20250806/api.json +13644 -0
  286. tccli/services/wedata/v20250806/examples.json +621 -0
  287. tccli/services/wedata/wedata_client.py +6366 -1191
  288. tccli/services/yunjing/yunjing_client.py +355 -142
  289. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  290. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
  291. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  292. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  293. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  294. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "AttachInstances": {
4
- "document": "This API is used to add CVM instances to an auto scaling group.\n* Only CVM instances in `RUNNING` or `STOPPED` status can be added.\n* The added CVM instances must in the same VPC as the scaling group.\n",
4
+ "document": "This interface (AttachInstances) is used to add CVM instances to a scaling group.\n* Only CVM instances in `RUNNING` or `STOPPED` status can be added.\nThis API is used to ensure added CVM instances match the VPC network of the scaling group.",
5
5
  "input": "AttachInstancesRequest",
6
6
  "name": "Adds CVM instances to an auto scaling group",
7
7
  "output": "AttachInstancesResponse",
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "CancelInstanceRefresh": {
18
- "document": "This API is used to cancel the instance refresh activity of the scaling group.\n* The batches that have already been refreshed or are currently being refreshed remain unaffected, but the batches pending refresh will be canceled.\n* If a refresh fails, the affected instances will remain in the secondary status, and require manual intervention to exit the secondary status or terminate the instances.\n* Rollback operations are not allowed after cancellation, and recovery is also unsupported.\n* The instances temporarily scaled out due to the MaxSurge parameter are automatically terminated after cancellation.\n* During scale-in, all instances have already been updated and cannot be canceled.",
18
+ "document": "This API is used to cancel the instance refresh activity of the scaling group.\n* The batches that have already been refreshed remain unaffected, but the batches pending refresh will be canceled.\n* If a batch is currently refreshing, cancellation is not allowed. You can suspend the event and wait until the current batch finishes before canceling.\nThis API is used to refresh the failed instances. If a refresh fails, the affected instances will remain in standby status, and require manual intervention to exit the standby status or terminate the instances.\n* Rollback operations are not allowed after cancellation, and recovery is unsupported.\nTemporarily expanded instances due to the maxSurge parameter are automatically destroyed after cancellation.\n* During scale-in, all instances have already been updated and cannot be canceled.",
19
19
  "input": "CancelInstanceRefreshRequest",
20
20
  "name": "Cancels instance refresh",
21
21
  "output": "CancelInstanceRefreshResponse",
@@ -43,28 +43,28 @@
43
43
  "status": "online"
44
44
  },
45
45
  "CreateAutoScalingGroupFromInstance": {
46
- "document": "This API is used to create launch configurations and scaling groups based on an instance.\n\nNote: for a scaling group that is created based on a monthly-subscribed instance, the instances added for scale-out are pay-as-you-go instance.",
46
+ "document": "This API is used to create launch configurations and scaling groups based on an instance.",
47
47
  "input": "CreateAutoScalingGroupFromInstanceRequest",
48
- "name": "Creates launch configurations and scaling groups based on an instance",
48
+ "name": "Creates launch configuration and scaling group based on an instance",
49
49
  "output": "CreateAutoScalingGroupFromInstanceResponse",
50
50
  "status": "online"
51
51
  },
52
52
  "CreateLaunchConfiguration": {
53
- "document": "This API is used to create a launch configuration.\n\n* To modify a launch configuration, please use `ModifyLaunchConfigurationAttributes`.\n\n* Up to 20 launch configurations can be created for each project. For more information, see [Usage Limits](https://intl.cloud.tencent.com/document/product/377/3120?from_cn_redirect=1).",
53
+ "document": "This interface (CreateLaunchConfiguration) is used to create new launch configuration.\n\n* To modify a launch configuration, use [ModifyLaunchConfigurationAttributes](https://intl.cloud.tencent.com/document/api/377/31298?from_cn_redirect=1) to partially modify fields. If needed, create a new launch configuration.\n\nBy default, 50 launch configurations can be created per region. For details, see [Usage Limits](https://intl.cloud.tencent.com/document/product/377/3120?from_cn_redirect=1).",
54
54
  "input": "CreateLaunchConfigurationRequest",
55
55
  "name": "Creates a launch configuration",
56
56
  "output": "CreateLaunchConfigurationResponse",
57
57
  "status": "online"
58
58
  },
59
59
  "CreateLifecycleHook": {
60
- "document": "This API is used to create a lifecycle hook.\n\n* You can configure notifications or automation commands (TAT) for the lifecycle hook.\n\nIf you configured a notification, Auto Scaling will notify the TDMQ queue of the following information:\n\n```\n{\n\t\"Service\": \"Tencent Cloud Auto Scaling\",\n\t\"Time\": \"2019-03-14T10:15:11Z\",\n\t\"AppId\": \"1251783334\",\n\t\"ActivityId\": \"asa-fznnvrja\",\n\t\"AutoScalingGroupId\": \"asg-rrrrtttt\",\n\t\"LifecycleHookId\": \"ash-xxxxyyyy\",\n\t\"LifecycleHookName\": \"my-hook\",\n\t\"LifecycleActionToken\": \"3080e1c9-0efe-4dd7-ad3b-90cd6618298f\",\n\t\"InstanceId\": \"ins-aaaabbbb\",\n\t\"LifecycleTransition\": \"INSTANCE_LAUNCHING\",\n\t\"NotificationMetadata\": \"\"\n}\n```",
60
+ "document": "This interface (CreateLifecycleHook) is used for creating a lifecycle hook.\n\n* You can configure notifications or automation commands for the lifecycle hook.\n\nIf you configured a notification, Auto Scaling will notify the TDMQ Message Queue of the following information:.\n\n```\n{\n\t\"Service\": \"Tencent Cloud Auto Scaling\",\n\t\"Time\": \"2019-03-14T10:15:11Z\",\n\t\"AppId\": \"1251783334\",\n\t\"ActivityId\": \"asa-fznnvrja\",\n\t\"AutoScalingGroupId\": \"asg-ft6y7u8n\",\n\t\"LifecycleHookId\": \"ash-p9i7y6t5\",\n\t\"LifecycleHookName\": \"my-hook\",\n\t\"LifecycleActionToken\": \"3080e1c9-0efe-4dd7-ad3b-90cd6618298f\",\n\t\"InstanceId\": \"ins-y6dr5e43\",\n\t\"LifecycleTransition\": \"INSTANCE_LAUNCHING\",\n\t\"NotificationMetadata\": \"\"\n}\n```",
61
61
  "input": "CreateLifecycleHookRequest",
62
62
  "name": "Creating a Lifecycle Hook",
63
63
  "output": "CreateLifecycleHookResponse",
64
64
  "status": "online"
65
65
  },
66
66
  "CreateNotificationConfiguration": {
67
- "document": "This API is used to create a notification policy.\nWhen the notification is sent to a CMQ topic or queue, the following contents are included:\n```\n{\n \"Service\": \"Tencent Cloud Auto Scaling\",\n \"CreatedTime\": \"2021-10-11T10:15:11Z\", // Activity creation time\n \"AppId\": \"100000000\",\n \"ActivityId\": \"asa-fznnvrja\", // Scaling activity ID\n \"AutoScalingGroupId\": \"asg-pc2oqu2z\", // Scaling group ID\n \"ActivityType\": \"SCALE_OUT\", // Scaling activity type\n \"StatusCode\": \"SUCCESSFUL\", // Scaling activity result\n \"Description\": \"Activity was launched in response to a difference between desired capacity and actual capacity,\n scale out 1 instance(s).\", // Scaling activity description\n \"StartTime\": \"2021-10-11T10:15:11Z\", // Activity starting time\n \"EndTime\": \"2021-10-11T10:15:32Z\", // Activity ending time\n \"DetailedStatusMessageSet\": [ // A collection of failed attempts during the scaling process (Failed attempts are allowed in a successful scaling activity)\n {\n \"Code\": \"InvalidInstanceType\",\n \"Zone\": \"ap-guangzhou-2\",\n \"InstanceId\": \"\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"SubnetId\": \"subnet-4t5mgeuu\",\n \"Message\": \"The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-2`.\",\n \"InstanceType\": \"S5.LARGE8\",\n }\n ]\n}\n```",
67
+ "document": "This API is used to create a notification.\nThis API is used to send notifications to a CMQ topic or queue with the following message content:.\n```\n{\n \"Service\": \"Tencent Cloud Auto Scaling\",\n\"CreatedTime\": \"2021-10-11T10:15:11Z\", // Activity creation time.\n \"AppId\": \"100000000\",\n\"ActivityId\": \"asa-fznnvrja\", // scaling activity ID.\nThis API is used to specify the scaling group ID.\n\"ActivityType\": \"SCALE_OUT\", // scaling activity type.\n\"StatusCode\": \"SUCCESSFUL\".\n \"Description\": \"Activity was launched in response to a difference between desired capacity and actual capacity,\nThis API is used to scale out 1 instance.\nThis API is used to set the activity start time.\n\"EndTime\": \"2021-10-11T10:15:32Z\", // activity end time.\n\"DetailedStatusMessageSet\": [ // Collection of activity internal errors (non-empty does not mean activity failure).\n {\n \"Code\": \"InvalidInstanceType\",\n \"Zone\": \"ap-guangzhou-6\",\n \"InstanceId\": \"\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"SubnetId\": \"subnet-4t5mgeuu\",\n \"Message\": \"The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-6`.\",\n \"InstanceType\": \"S5.LARGE8\"\n }\n ]\n}\n```",
68
68
  "input": "CreateNotificationConfigurationRequest",
69
69
  "name": "Creates a notification",
70
70
  "output": "CreateNotificationConfigurationResponse",
@@ -92,7 +92,7 @@
92
92
  "status": "online"
93
93
  },
94
94
  "DeleteLaunchConfiguration": {
95
- "document": "This API (DeleteLaunchConfiguration) is used to delete a launch configuration.\n\n* If the launch configuration is active in an auto scaling group, it cannot be deleted.\n",
95
+ "document": "This API (DeleteLaunchConfiguration) is used to delete a launch configuration.\n\n* If the launch configuration is active in a scaling group, it cannot be deleted.",
96
96
  "input": "DeleteLaunchConfigurationRequest",
97
97
  "name": "Deletes a launch configuration",
98
98
  "output": "DeleteLaunchConfigurationResponse",
@@ -238,6 +238,13 @@
238
238
  "output": "EnableAutoScalingGroupResponse",
239
239
  "status": "online"
240
240
  },
241
+ "EnterStandby": {
242
+ "document": "This API is used to set instances within the scaling group to standby status.\nInstances in standby status have a CLB weight value of 0 and will not be selected for scaling in, unhealthy replacement, or refresh operation.\nThis API is used to call the Auto Scaling power-on/power-off API which may change the standby status, while the Cloud Virtual Machine server power on/off API will not affect it.\nThe instance enters standby status, and the scaling group attempts to lower the expected number of instances, which will not be less than the minimum value.",
243
+ "input": "EnterStandbyRequest",
244
+ "name": "Enter an instance into standby status",
245
+ "output": "EnterStandbyResponse",
246
+ "status": "online"
247
+ },
241
248
  "ExecuteScalingPolicy": {
242
249
  "document": "This API is used to execute a scaling policy.\n\n* The scaling policy can be executed based on the scaling policy ID.\n* The policy cannot be executed if there are ongoing scaling actions on the scaling group.\n* Executing a target tracking policy is not supported.",
243
250
  "input": "ExecuteScalingPolicyRequest",
@@ -246,7 +253,7 @@
246
253
  "status": "online"
247
254
  },
248
255
  "ExitStandby": {
249
- "document": "This API is used to exit instances from the standby status in the scaling group.\n* When an instance is in standby status, its load balancer weight is set to 0. Upon exiting the standby status, the weight value automatically gets restored.\n* Initiating power-on/power-off actions on instances that are in standby status also results in them exiting from the standby status.",
256
+ "document": "This API is used to exit instances from standby status in the scaling group.\n* After exiting standby status, the instance enters running state and the CLB weight value is restored to the default value.\nThis API is used to call the Auto Scaling power-on/power-off API which may change the standby status, while the Cloud Virtual Machine server power on/off API will not affect it.\nAfter instances exit standby status, the scaling group will raise the expected number of instances. The new expected number cannot exceed the maximum value.",
250
257
  "input": "ExitStandbyRequest",
251
258
  "name": "Exits instances from standby status",
252
259
  "output": "ExitStandbyResponse",
@@ -267,7 +274,7 @@
267
274
  "status": "online"
268
275
  },
269
276
  "ModifyLaunchConfigurationAttributes": {
270
- "document": "This API (ModifyLaunchConfigurationAttributes) is used to modify some attributes of a launch configuration.\n\n* The changes of launch configuration do not affect the existing instances. New instances will be created based on the modified configuration.\n* This API supports modifying certain simple types of attributes.",
277
+ "document": "This API (ModifyLaunchConfigurationAttributes) is used to modify part of a launch configuration's attributes.\n\nThis API is used to modify the startup configuration. Existing instances scaled out using this configuration will not change, while newly added instances using this launch configuration will scale out according to the new configuration.",
271
278
  "input": "ModifyLaunchConfigurationAttributesRequest",
272
279
  "name": "Modifies launch configuration attributes",
273
280
  "output": "ModifyLaunchConfigurationAttributesResponse",
@@ -407,7 +414,7 @@
407
414
  },
408
415
  "objects": {
409
416
  "Activity": {
410
- "document": "Information on eligible scaling activities.",
417
+ "document": "Information of auto scaling activity.",
411
418
  "members": [
412
419
  {
413
420
  "disabled": false,
@@ -431,7 +438,7 @@
431
438
  },
432
439
  {
433
440
  "disabled": false,
434
- "document": "Scaling activity type. Valid values:\n<li>SCALE_OUT: Scale out an instance.</li>\n<li>SCALE_IN: Scale in an instance.</li>\n<li>ATTACH_INSTANCES: Add an instance.</li>\n<li>REMOVE_INSTANCES: Terminate an instance.</li>\n<li>DETACH_INSTANCES: Remove an instance.</li>\n<li>TERMINATE_INSTANCES_UNEXPECTEDLY: Terminate an instance in the CVM console.</li>\n<li>REPLACE_UNHEALTHY_INSTANCE: Replace an unhealthy instance.</li>\n<li>START_INSTANCES: Start an instance.</li>\n<li>STOP_INSTANCES: Stop an instance.</li>\n<li>INVOKE_COMMAND: Execute a command.</li>",
441
+ "document": "Scaling activity type. Valid values:\n<li>SCALE_OUT: Scale out instance(s).</li>\n<li>SCALE_IN: Scale in instance(s).</li>\n<li>ATTACH_INSTANCES: Add instance(s).</li>\n<li>REMOVE_INSTANCES: Terminate instance(s).</li>\n<li>DETACH_INSTANCES: Remove instance(s).</li>\n<li>TERMINATE_INSTANCES_UNEXPECTEDLY: Instance(s) unexpectedly terminated in the CVM console.</li>\n<li>REPLACE_UNHEALTHY_INSTANCE: Replace unhealthy instance(s).</li>\n<li>START_INSTANCES: Start instance(s).</li>\n<li>STOP_INSTANCES: Stop instance(s).</li>\n<li>INVOKE_COMMAND: Execute a command in instance(s).</li>",
435
442
  "example": "SCALE_OUT",
436
443
  "member": "string",
437
444
  "name": "ActivityType",
@@ -481,7 +488,7 @@
481
488
  },
482
489
  {
483
490
  "disabled": false,
484
- "document": "Start time of the scaling activity.",
491
+ "document": "Start time of the auto scaling activity in UTC standard time.",
485
492
  "example": "2024-11-12T05:30:21Z",
486
493
  "member": "datetime_iso",
487
494
  "name": "StartTime",
@@ -491,7 +498,7 @@
491
498
  },
492
499
  {
493
500
  "disabled": false,
494
- "document": "End time of the scaling activity.",
501
+ "document": "End time of the scaling activity in UTC standard time.",
495
502
  "example": "2024-11-12T05:30:21Z",
496
503
  "member": "datetime_iso",
497
504
  "name": "EndTime",
@@ -501,7 +508,7 @@
501
508
  },
502
509
  {
503
510
  "disabled": false,
504
- "document": "Creation time of the scaling activity.",
511
+ "document": "Create time of the scaling activity in UTC standard time.",
505
512
  "example": "2024-11-12T05:30:21Z",
506
513
  "member": "datetime_iso",
507
514
  "name": "CreatedTime",
@@ -541,8 +548,8 @@
541
548
  },
542
549
  {
543
550
  "disabled": false,
544
- "document": "Detailed description of scaling activity status",
545
- "example": "[{\"Code\": \"CvmCreationFailed\", \"Zone\": \"ap-beijing-5\", \"InstanceId\": \"ins-qfcgbumb\", \"InstanceChargeType\": \"PREPAID\", \"SubnetId\": \"subnet-opywjlrx\", \"Message\": \"Failed to launch instance `ins-qfcgbumb`. Instance type: `GNV4.12XLARGE176`, Subnet: `subnet-opywjlrx`, Zone: `ap-beijing-5`, LatestOperationCode: `ResourceInsufficient`.\", \"InstanceType\": \"GNV4.12XLARGE176\"}]",
551
+ "document": "Detailed description of the scaling activity status",
552
+ "example": "",
546
553
  "member": "DetailedStatusMessage",
547
554
  "name": "DetailedStatusMessageSet",
548
555
  "output_required": true,
@@ -561,7 +568,7 @@
561
568
  },
562
569
  {
563
570
  "disabled": false,
564
- "document": "Information set of the instances related to the scaling activity.",
571
+ "document": "Related instance information set of the scaling activity.",
565
572
  "example": " [{\"InstanceId\": \"ins-qdve9yyr\", \"InstanceStatus\": \"SUCCESSFUL\"}]",
566
573
  "member": "RelatedInstance",
567
574
  "name": "RelatedInstanceSet",
@@ -649,7 +656,7 @@
649
656
  "members": [
650
657
  {
651
658
  "disabled": false,
652
- "document": "Auto scaling group ID",
659
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
653
660
  "example": "asg-boz1qhnk",
654
661
  "member": "string",
655
662
  "name": "AutoScalingGroupId",
@@ -658,7 +665,7 @@
658
665
  },
659
666
  {
660
667
  "disabled": false,
661
- "document": "List of CVM instance IDs",
668
+ "document": "CVM instance ID list. you can obtain available instance ID in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.",
662
669
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
663
670
  "member": "string",
664
671
  "name": "InstanceIds",
@@ -677,7 +684,7 @@
677
684
  "example": "asa-q59zikez",
678
685
  "member": "string",
679
686
  "name": "ActivityId",
680
- "required": true,
687
+ "output_required": true,
681
688
  "type": "string",
682
689
  "value_allowed_null": false
683
690
  },
@@ -695,7 +702,7 @@
695
702
  "members": [
696
703
  {
697
704
  "disabled": false,
698
- "document": "Scaling group ID",
705
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
699
706
  "example": "asg-12wjuh0s",
700
707
  "member": "string",
701
708
  "name": "AutoScalingGroupId",
@@ -704,7 +711,7 @@
704
711
  },
705
712
  {
706
713
  "disabled": false,
707
- "document": "List of classic CLB IDs. Up to 20 classic CLBs can be bound to a security group. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.",
714
+ "document": "Specifies a list of classic clb ids. each scaling group can bind a maximum of 20 classic clbs. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
708
715
  "example": "[\"lb-crhgatrf\"]",
709
716
  "member": "string",
710
717
  "name": "LoadBalancerIds",
@@ -713,7 +720,7 @@
713
720
  },
714
721
  {
715
722
  "disabled": false,
716
- "document": "List of application CLBs. Up to 100 application CLBs can be bound to a scaling group. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.",
723
+ "document": "Specifies the list of load balancers. each scaling group can bind a maximum of 100 application clbs. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
717
724
  "example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
718
725
  "member": "ForwardLoadBalancer",
719
726
  "name": "ForwardLoadBalancers",
@@ -956,7 +963,7 @@
956
963
  },
957
964
  {
958
965
  "disabled": false,
959
- "document": "Termination policy",
966
+ "document": "Destruction policy. valid values are as follows:.\n<Li>OLDEST_INSTANCE: terminate the oldest instance in the scaling group first, default value.</li>.\n<Li>NEWEST_INSTANCE: terminate the newest instance in the scaling group first.</li>.",
960
967
  "example": "OLDEST_INSTANCE",
961
968
  "member": "string",
962
969
  "name": "TerminationPolicySet",
@@ -966,7 +973,7 @@
966
973
  },
967
974
  {
968
975
  "disabled": false,
969
- "document": "VPC ID",
976
+ "document": "VPC ID.",
970
977
  "example": "vpc-h3cd5td5",
971
978
  "member": "string",
972
979
  "name": "VpcId",
@@ -986,7 +993,7 @@
986
993
  },
987
994
  {
988
995
  "disabled": false,
989
- "document": "Retry policy",
996
+ "document": "Retry policy. a partially successful scaling operation is considered a failed activity. valid values are as follows:.\n<Li>IMMEDIATE_RETRY: default value, means retry immediately, attempting retries in rapid succession over a short period. cease further retries after a certain number of consecutive failures (5).</li>.\n<Li>INCREMENTAL_INTERVALS: specifies incremental interval retry. with the number of consecutive failures, the retry interval gradually increases. the first 10 retries are quick retry, and the follow-up retry interval gradually expands to 10 minutes, 30 minutes, 60 minutes, and one day.</li>.\n<Li>NO_RETRY: there will be no retry until another user call or Alarm information is received.</li>.",
990
997
  "example": "NO_RETRY",
991
998
  "member": "string",
992
999
  "name": "RetryPolicy",
@@ -1026,7 +1033,7 @@
1026
1033
  },
1027
1034
  {
1028
1035
  "disabled": false,
1029
- "document": "The number of IPv6 addresses that an instance has.",
1036
+ "document": "The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports ip and enable IPv6 CIDR in the subnet. for usage restrictions, see [IPv6 usage limits](https://intl.cloud.tencent.com/document/product/1142/38369?from_cn_redirect=1).",
1030
1037
  "example": "0",
1031
1038
  "member": "int64",
1032
1039
  "name": "Ipv6AddressCount",
@@ -1056,7 +1063,7 @@
1056
1063
  },
1057
1064
  {
1058
1065
  "disabled": false,
1059
- "document": "Grace period of the CLB health check",
1066
+ "document": "Grace period of the CLB health check. the scaled-out instances IN `IN_SERVICE` will not be marked as `CLB_UNHEALTHY` within the specified time range.\nDefault value: 0. value range: [0, 7200]. measurement unit: seconds.",
1060
1067
  "example": "300",
1061
1068
  "member": "uint64",
1062
1069
  "name": "LoadBalancerHealthCheckGracePeriod",
@@ -1096,13 +1103,13 @@
1096
1103
  },
1097
1104
  {
1098
1105
  "disabled": false,
1099
- "document": "Instance name sequencing settings.\nNote: This field may return null, indicating that no valid value can be obtained.",
1106
+ "document": "Instance name sequencing settings.",
1100
1107
  "example": "{\"BeginIndex\": 0, \"Enabled\": true}",
1101
1108
  "member": "InstanceNameIndexSettings",
1102
1109
  "name": "InstanceNameIndexSettings",
1103
1110
  "output_required": true,
1104
1111
  "type": "object",
1105
- "value_allowed_null": true
1112
+ "value_allowed_null": false
1106
1113
  }
1107
1114
  ],
1108
1115
  "usage": "out"
@@ -1142,7 +1149,7 @@
1142
1149
  "example": "asg-19kw47wk",
1143
1150
  "member": "string",
1144
1151
  "name": "AutoScalingGroupId",
1145
- "required": true,
1152
+ "output_required": true,
1146
1153
  "type": "string",
1147
1154
  "value_allowed_null": false
1148
1155
  },
@@ -1152,17 +1159,17 @@
1152
1159
  "example": "[\"12529\"]",
1153
1160
  "member": "string",
1154
1161
  "name": "NotificationUserGroupIds",
1155
- "required": true,
1162
+ "output_required": true,
1156
1163
  "type": "list",
1157
1164
  "value_allowed_null": false
1158
1165
  },
1159
1166
  {
1160
1167
  "disabled": false,
1161
- "document": "List of notification events.",
1168
+ "document": "Notification event list. valid values are as follows:.\n<Li>SCALE_OUT_SUCCESSFUL: scale-out succeeded</li>.\n<Li>SCALE_OUT_FAILED: scale-out failed</li>.\n<Li>SCALE_IN_SUCCESSFUL: scale-in succeeded</li>.\n<Li>SCALE_IN_FAILED: scale-in failed</li>.\n<Li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL: unhealthy instance replacement succeeded</li>.\n<Li>REPLACE_UNHEALTHY_INSTANCE_FAILED: unhealthy instance replacement failed</li>.",
1162
1169
  "example": "[\"SCALE_OUT_SUCCESSFUL\"]",
1163
1170
  "member": "string",
1164
1171
  "name": "NotificationTypes",
1165
- "required": true,
1172
+ "output_required": true,
1166
1173
  "type": "list",
1167
1174
  "value_allowed_null": false
1168
1175
  },
@@ -1172,37 +1179,37 @@
1172
1179
  "example": "asn-6r4waxc4",
1173
1180
  "member": "string",
1174
1181
  "name": "AutoScalingNotificationId",
1175
- "required": true,
1182
+ "output_required": true,
1176
1183
  "type": "string",
1177
1184
  "value_allowed_null": false
1178
1185
  },
1179
1186
  {
1180
1187
  "disabled": false,
1181
- "document": "Notification receiver type.",
1188
+ "document": "Notification receiver type. valid values:.\nUSER_GROUP: specifies the user group.\nTDMQ_CMQ_TOPIC: tdmq for cmq topic.\nTDMQ_CMQ_QUEUE: specifies the tdmq cmq queue.\n`CMQ_QUEUE`: cmq queue. [cmq API offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). unable to select.\nCMQ_TOPIC: cmq topic. [cmq API offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1), unable to select.",
1182
1189
  "example": "USER_GROUP",
1183
1190
  "member": "string",
1184
1191
  "name": "TargetType",
1185
- "required": true,
1192
+ "output_required": true,
1186
1193
  "type": "string",
1187
1194
  "value_allowed_null": false
1188
1195
  },
1189
1196
  {
1190
1197
  "disabled": false,
1191
- "document": "CMQ queue name.",
1198
+ "document": "TDMQ CMQ queue name.",
1192
1199
  "example": "test-queue",
1193
1200
  "member": "string",
1194
1201
  "name": "QueueName",
1195
- "required": true,
1202
+ "output_required": true,
1196
1203
  "type": "string",
1197
1204
  "value_allowed_null": false
1198
1205
  },
1199
1206
  {
1200
1207
  "disabled": false,
1201
- "document": "CMQ topic name.",
1208
+ "document": "TDMQ CMQ topic name.",
1202
1209
  "example": "test-topic",
1203
1210
  "member": "string",
1204
1211
  "name": "TopicName",
1205
- "required": true,
1212
+ "output_required": true,
1206
1213
  "type": "string",
1207
1214
  "value_allowed_null": false
1208
1215
  }
@@ -1214,7 +1221,7 @@
1214
1221
  "members": [
1215
1222
  {
1216
1223
  "disabled": false,
1217
- "document": "Scaling group ID.",
1224
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
1218
1225
  "example": "asg-u7dy6t5r",
1219
1226
  "member": "string",
1220
1227
  "name": "AutoScalingGroupId",
@@ -1223,7 +1230,7 @@
1223
1230
  },
1224
1231
  {
1225
1232
  "disabled": false,
1226
- "document": "Refresh activity ID.",
1233
+ "document": "Refresh activity ID. you can obtain the instance refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the RefreshActivityId from the returned information.",
1227
1234
  "example": "asr-dhwt6r54",
1228
1235
  "member": "string",
1229
1236
  "name": "RefreshActivityId",
@@ -1250,8 +1257,8 @@
1250
1257
  "members": [
1251
1258
  {
1252
1259
  "disabled": false,
1253
- "document": "Launch configuration ID",
1254
- "example": "asc-aaaabbbb",
1260
+ "document": "Launch configuration ID. obtain in the following ways:.\n<li>Queries the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config).</li>.\n<li>Get the launch configuration ID by calling the api [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.</li>.",
1261
+ "example": "asc-w37yt5r4",
1255
1262
  "member": "string",
1256
1263
  "name": "LaunchConfigurationId",
1257
1264
  "required": true,
@@ -1331,7 +1338,7 @@
1331
1338
  "members": [
1332
1339
  {
1333
1340
  "disabled": false,
1334
- "document": "Lifecycle hook ID",
1341
+ "document": "Lifecycle hook ID. you can get the lifecycle hook ID by calling the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieving the `LifecycleHookId` from the returned information.",
1335
1342
  "example": "ash-fbjiexz7",
1336
1343
  "member": "string",
1337
1344
  "name": "LifecycleHookId",
@@ -1340,7 +1347,7 @@
1340
1347
  },
1341
1348
  {
1342
1349
  "disabled": false,
1343
- "document": "Result of the lifecycle action. Value range: \"CONTINUE\", \"ABANDON\"",
1350
+ "document": "Describes the result of the lifecycle action. valid values are as follows:.\n<Li>CONTINUE: default value, means continue execution of capacity expansion or reduction</li>.\n<li>ABANDON: for scale-out hooks, CVM instances with hook timeout or failed LifecycleCommand execution will be released directly or moved; for scale-in hooks, scale-in activities will continue.</li>.",
1344
1351
  "example": "CONTINUE",
1345
1352
  "member": "string",
1346
1353
  "name": "LifecycleActionResult",
@@ -1349,7 +1356,7 @@
1349
1356
  },
1350
1357
  {
1351
1358
  "disabled": false,
1352
- "document": "Instance ID. Either \"InstanceId\" or \"LifecycleActionToken\" must be specified",
1359
+ "document": "One of the parameters `InstanceId` or `LifecycleActionToken` is required. you can get the instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index) or making an api call to [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.",
1353
1360
  "example": "ins-ni8bpmve",
1354
1361
  "member": "string",
1355
1362
  "name": "InstanceId",
@@ -1358,7 +1365,7 @@
1358
1365
  },
1359
1366
  {
1360
1367
  "disabled": false,
1361
- "document": "Either \"InstanceId\" or \"LifecycleActionToken\" must be specified",
1368
+ "document": "Lifecycle action token. specifies that one of `InstanceId` or `LifecycleActionToken` must be filled.\nThe method for accessing the parameter is as follows: when the hook of the `NotificationTarget` parameter is triggered, deliver a message containing the token to the message queue specified in the `NotificationTarget` parameter. the message queue consumer can obtain the token from the message.",
1362
1369
  "example": "34b59a82-6435-4516-90db-c98aeb46769b",
1363
1370
  "member": "string",
1364
1371
  "name": "LifecycleActionToken",
@@ -1385,7 +1392,7 @@
1385
1392
  "members": [
1386
1393
  {
1387
1394
  "disabled": false,
1388
- "document": "The scaling group name. It must be unique under your account. The name can only contain letters, numbers, underscore, hyphen “-” and periods. It cannot exceed 55 bytes.",
1395
+ "document": "The scaling group name. It must be unique under your account. The name can only contain letters, numbers, underscore, hyphen \"-\" and periods. It cannot exceed 55 bytes.",
1389
1396
  "example": "asgname",
1390
1397
  "member": "string",
1391
1398
  "name": "AutoScalingGroupName",
@@ -1394,7 +1401,7 @@
1394
1401
  },
1395
1402
  {
1396
1403
  "disabled": false,
1397
- "document": "The instance ID.",
1404
+ "document": "Instance ID. you can get the instance ID by logging in to the [console](https://console.cloud.tencent.com/cvm/index) or making an api call to [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.",
1398
1405
  "example": "ins-aaaabbbb",
1399
1406
  "member": "string",
1400
1407
  "name": "InstanceId",
@@ -1403,7 +1410,7 @@
1403
1410
  },
1404
1411
  {
1405
1412
  "disabled": false,
1406
- "document": "The minimum number of instances. Value range: 0-2000.",
1413
+ "document": "Minimum number of instances. value range: [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize at the same time.",
1407
1414
  "example": "1",
1408
1415
  "member": "int64",
1409
1416
  "name": "MinSize",
@@ -1412,7 +1419,7 @@
1412
1419
  },
1413
1420
  {
1414
1421
  "disabled": false,
1415
- "document": "The maximum number of instances. Value range: 0-2000.",
1422
+ "document": "Maximum instance count. value range [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize.",
1416
1423
  "example": "1",
1417
1424
  "member": "int64",
1418
1425
  "name": "MaxSize",
@@ -1421,7 +1428,7 @@
1421
1428
  },
1422
1429
  {
1423
1430
  "disabled": false,
1424
- "document": "The desired capacity. Its value must be greater than the minimum and smaller than the maximum.",
1431
+ "document": "Expected number of instances, value ranges from 0 to 2000, default value equals current MinSize, to meet MaxSize >= DesiredCapacity >= MinSize.",
1425
1432
  "example": "1",
1426
1433
  "member": "int64",
1427
1434
  "name": "DesiredCapacity",
@@ -1449,7 +1456,7 @@
1449
1456
  "example": "asg-aaaabbbb",
1450
1457
  "member": "string",
1451
1458
  "name": "AutoScalingGroupId",
1452
- "required": true,
1459
+ "output_required": true,
1453
1460
  "type": "string",
1454
1461
  "value_allowed_null": false
1455
1462
  },
@@ -1476,7 +1483,7 @@
1476
1483
  },
1477
1484
  {
1478
1485
  "disabled": false,
1479
- "document": "Launch configuration ID",
1486
+ "document": "Launch configuration ID. you can obtain the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config) or making an api call to [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.",
1480
1487
  "example": "asc-aaaabbbb",
1481
1488
  "member": "string",
1482
1489
  "name": "LaunchConfigurationId",
@@ -1485,7 +1492,7 @@
1485
1492
  },
1486
1493
  {
1487
1494
  "disabled": false,
1488
- "document": "Maximum number of instances. Value range: 0-2,000.",
1495
+ "document": "Maximum instance count. value range [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize.",
1489
1496
  "example": "1",
1490
1497
  "member": "uint64",
1491
1498
  "name": "MaxSize",
@@ -1494,7 +1501,7 @@
1494
1501
  },
1495
1502
  {
1496
1503
  "disabled": false,
1497
- "document": "Minimum number of instances. Value range: 0-2,000.",
1504
+ "document": "Minimum number of instances. value range: [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize at the same time.",
1498
1505
  "example": "1",
1499
1506
  "member": "uint64",
1500
1507
  "name": "MinSize",
@@ -1503,7 +1510,7 @@
1503
1510
  },
1504
1511
  {
1505
1512
  "disabled": false,
1506
- "document": "VPC ID; if on a basic network, enter an empty string",
1513
+ "document": "vpc ID. a valid vpc ID can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc). you can also call the api DescribeVpc (https://intl.cloud.tencent.com/document/api/215/15778?from_cn_redirect=1) and obtain it from the VpcId field in the api response.",
1507
1514
  "example": "vpc-uhygtf56",
1508
1515
  "member": "string",
1509
1516
  "name": "VpcId",
@@ -1512,7 +1519,7 @@
1512
1519
  },
1513
1520
  {
1514
1521
  "disabled": false,
1515
- "document": "Default cooldown period in seconds. Default value: 300",
1522
+ "document": "Default cooldown period in seconds. default value: 300. value range: [0,3600].",
1516
1523
  "example": "300",
1517
1524
  "member": "uint64",
1518
1525
  "name": "DefaultCooldown",
@@ -1521,7 +1528,7 @@
1521
1528
  },
1522
1529
  {
1523
1530
  "disabled": false,
1524
- "document": "Desired number of instances. The number should be no larger than the maximum and no smaller than minimum number of instances",
1531
+ "document": "The expected number of instances, in the range of [0,2000], default value equals current MinSize, and must meet MaxSize >= DesiredCapacity >= MinSize.",
1525
1532
  "example": "1",
1526
1533
  "member": "uint64",
1527
1534
  "name": "DesiredCapacity",
@@ -1530,7 +1537,7 @@
1530
1537
  },
1531
1538
  {
1532
1539
  "disabled": false,
1533
- "document": "List of classic CLB IDs. Currently, the maximum length is 20. You cannot specify LoadBalancerIds and ForwardLoadBalancers at the same time.",
1540
+ "document": "A list of classic load balancer ids with a current maximum length of 20. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
1534
1541
  "example": "[\"lb-uhygtf56\"]",
1535
1542
  "member": "string",
1536
1543
  "name": "LoadBalancerIds",
@@ -1539,7 +1546,7 @@
1539
1546
  },
1540
1547
  {
1541
1548
  "disabled": false,
1542
- "document": "Project ID of an instance in a scaling group. The default project is used if it’s left blank.",
1549
+ "document": "Project ID of the instance within the scaling group. default value is 0, indicates usage of the default project. obtain this parameter by calling [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1), `projectId` field in the return value.",
1543
1550
  "example": "1",
1544
1551
  "member": "uint64",
1545
1552
  "name": "ProjectId",
@@ -1548,8 +1555,8 @@
1548
1555
  },
1549
1556
  {
1550
1557
  "disabled": false,
1551
- "document": "List of application CLBs. Up to 100 CLBs are allowed. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.",
1552
- "example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
1558
+ "document": "Specifies the list of load balancers with a current maximum length of 100. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time.",
1559
+ "example": "",
1553
1560
  "member": "ForwardLoadBalancer",
1554
1561
  "name": "ForwardLoadBalancers",
1555
1562
  "required": false,
@@ -1557,7 +1564,7 @@
1557
1564
  },
1558
1565
  {
1559
1566
  "disabled": false,
1560
- "document": "List of subnet IDs. A subnet must be specified in the VPC scenario. If multiple subnets are entered, their priority will be determined by the order in which they are entered, and they will be tried one by one until instances can be successfully created.",
1567
+ "document": "The subnet ID list must specify a subnet in VPC scenarios. multiple subnets are attempted sequentially based on the fill-in order as priority until successful instance creation. effective VPC subnet ids can be queried by logging in to the console (https://console.cloud.tencent.com/VPC/subnet) or obtained from the SubnetId field in the API response by calling the DescribeSubnets API (https://intl.cloud.tencent.com/document/product/215/15784?from_cn_redirect=1).",
1561
1568
  "example": "[\"subnet-uhygtf56\"]",
1562
1569
  "member": "string",
1563
1570
  "name": "SubnetIds",
@@ -1567,7 +1574,7 @@
1567
1574
  {
1568
1575
  "disabled": false,
1569
1576
  "document": "Termination policy, whose maximum length is currently 1. Valid values: OLDEST_INSTANCE and NEWEST_INSTANCE. Default value: OLDEST_INSTANCE.\n<li>OLDEST_INSTANCE: Terminate the oldest instance in the scaling group first.</li>\n<li>NEWEST_INSTANCE: Terminate the newest instance in the scaling group first.</li>",
1570
- "example": "OLDEST_INSTANCE",
1577
+ "example": "[\"OLDEST_INSTANCE\"]",
1571
1578
  "member": "string",
1572
1579
  "name": "TerminationPolicies",
1573
1580
  "required": false,
@@ -1602,8 +1609,8 @@
1602
1609
  },
1603
1610
  {
1604
1611
  "disabled": false,
1605
- "document": "List of tag descriptions. In this parameter, you can specify the tags to be bound with a scaling group as well as corresponding resource instances. Each scaling group can have up to 30 tags.",
1606
- "example": "[{\"Key\": \"Service_B\", \"Value\": \"pss3\", \"ResourceType\": \"auto-scaling-group\"}]",
1612
+ "document": "List of Tag descriptions. by specifying this parameter, you can bind tags to a scaling group and corresponding resource instances. each scaling group supports up to 30 tags. you can call the [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) API to retrieve existing Tag key-value pairs based on the response.",
1613
+ "example": "",
1607
1614
  "member": "Tag",
1608
1615
  "name": "Tags",
1609
1616
  "required": false,
@@ -1612,7 +1619,7 @@
1612
1619
  {
1613
1620
  "disabled": false,
1614
1621
  "document": "Service settings such as unhealthy instance replacement.",
1615
- "example": "{\"ScalingMode\": \"CLASSIC_SCALING\"}",
1622
+ "example": "",
1616
1623
  "member": "ServiceSettings",
1617
1624
  "name": "ServiceSettings",
1618
1625
  "required": false,
@@ -1620,7 +1627,7 @@
1620
1627
  },
1621
1628
  {
1622
1629
  "disabled": false,
1623
- "document": "The number of IPv6 addresses that an instance has. Valid values: 0 and 1. Default value: 0.",
1630
+ "document": "The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports IPv6 and enable IPv6 CIDR in the subnet. for other usage restrictions, see [IPv6 usage limits](https://intl.cloud.tencent.com/document/product/1142/38369?from_cn_redirect=1).",
1624
1631
  "example": "1",
1625
1632
  "member": "int64",
1626
1633
  "name": "Ipv6AddressCount",
@@ -1666,7 +1673,7 @@
1666
1673
  {
1667
1674
  "disabled": false,
1668
1675
  "document": "Specifies how to assign pay-as-you-go instances and spot instances.\nThis parameter is valid only when `InstanceAllocationPolicy ` is set to `SPOT_MIXED`.",
1669
- "example": "{\"BaseCapacity\": 1, \"CompensateWithBaseInstance\": true, \"OnDemandPercentageAboveBaseCapacity\": 50, \"SpotAllocationStrategy\": \"COST_OPTIMIZED\"}",
1676
+ "example": "",
1670
1677
  "member": "SpotMixedAllocationPolicy",
1671
1678
  "name": "SpotMixedAllocationPolicy",
1672
1679
  "required": false,
@@ -1684,7 +1691,7 @@
1684
1691
  {
1685
1692
  "disabled": false,
1686
1693
  "document": "Instance name sequencing settings. If this parameter is not specified, the default is not enabled. When enabled, an incremental numeric sequence will be appended to the names of instances automatically created within the scaling group.",
1687
- "example": "{\"BeginIndex\": 0, \"Enabled\": true}",
1694
+ "example": "",
1688
1695
  "member": "InstanceNameIndexSettings",
1689
1696
  "name": "InstanceNameIndexSettings",
1690
1697
  "required": false,
@@ -1738,7 +1745,7 @@
1738
1745
  },
1739
1746
  {
1740
1747
  "disabled": false,
1741
- "document": "Project ID of the launch configuration. The default project is used if it is left blank.\nNote that this project ID is not the same as the project ID of the scaling group. ",
1748
+ "document": "Project ID of the launch configuration. default value is 0, indicating usage of the default project. obtain this parameter by calling the projectId field in the return value of [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1).\nNote: the instance's project ID within the scaling group takes the project ID of the scaling group, which is irrelevant here.",
1742
1749
  "example": "0",
1743
1750
  "member": "uint64",
1744
1751
  "name": "ProjectId",
@@ -1819,7 +1826,7 @@
1819
1826
  },
1820
1827
  {
1821
1828
  "disabled": false,
1822
- "document": "Instance billing mode. CVM instances take `POSTPAID_BY_HOUR` by default. Valid values:\n<br><li>POSTPAID_BY_HOUR: pay-as-you-go hourly\n<br><li>SPOTPAID: spot instance",
1829
+ "document": "Instance billing mode. CVM instances take `POSTPAID_BY_HOUR` by default. Valid values:\n<li>POSTPAID_BY_HOUR: pay-as-you-go hourly</li>\n<li>SPOTPAID: spot instance</li>\n<li> CDCPAID: dedicated cluster</li>",
1823
1830
  "example": "POSTPAID_BY_HOUR",
1824
1831
  "member": "string",
1825
1832
  "name": "InstanceChargeType",
@@ -1837,7 +1844,7 @@
1837
1844
  },
1838
1845
  {
1839
1846
  "disabled": false,
1840
- "document": "List of instance models. Different instance models specify different resource specifications. Up to 10 instance models can be supported.\n`InstanceType` and `InstanceTypes` are mutually exclusive, and one and only one of them must be entered.",
1847
+ "document": "Instance model list. different instance models specify different resource specifications. supports up to 10 instance models.\nThe `InstanceType` and `InstanceTypes` parameters are mutually exclusive. one and only one must be filled in. specific values can be obtained by calling the api [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) to obtain the latest specification table or refer to [instance specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).",
1841
1848
  "example": "[\"S5.MEDIUM2\", \"S6.MEDIUM2\"]",
1842
1849
  "member": "string",
1843
1850
  "name": "InstanceTypes",
@@ -1846,7 +1853,7 @@
1846
1853
  },
1847
1854
  {
1848
1855
  "disabled": false,
1849
- "document": "CAM role name. This parameter can be obtained from the `roleName` field returned by DescribeRoleList API.",
1856
+ "document": "CAM role name. you can obtain it from the roleName in the return value from the API [DescribeRoleList](https://intl.cloud.tencent.com/document/product/598/36223?from_cn_redirect=1).",
1850
1857
  "example": "CVM_QcsRole",
1851
1858
  "member": "string",
1852
1859
  "name": "CamRoleName",
@@ -1855,7 +1862,7 @@
1855
1862
  },
1856
1863
  {
1857
1864
  "disabled": false,
1858
- "document": "InstanceType verification policy, whose valid values include ALL and ANY, with the default value being ANY.\n<li>ALL: Verification passes if all InstanceTypes are available; otherwise, a verification error will be reported.</li>\n<li>ANY: Verification passes if any InstanceType is available; otherwise, a verification error will be reported.</li>\n\nCommon reasons for unavailable InstanceTypes include the InstanceType being sold out, and the corresponding cloud disk being sold out.\nIf a model in InstanceTypes does not exist or has been abolished, a verification error will be reported regardless of the valid values set for InstanceTypesCheckPolicy.",
1865
+ "document": "Instance type validation policy. valid values include ALL and ANY. default value: ANY. this parameter is valid only when the InstanceTypes parameter contains multiple instance types.\n<li>ALL: verification passes if ALL instancetypes are available; otherwise, a verification error will be reported.</li>.\n<li>ANY: verification passes if ANY InstanceType is available; otherwise, a verification error will be reported.</li>.\n\nCommon reasons for unavailable instancetypes include the instancetype being sold out and the corresponding cloud disk being sold out.\nIf a model in InstanceTypes does not exist or has been abolished, a verification error will be reported regardless of the valid values set for InstanceTypesCheckPolicy.",
1859
1866
  "example": "ANY",
1860
1867
  "member": "string",
1861
1868
  "name": "InstanceTypesCheckPolicy",
@@ -1918,7 +1925,7 @@
1918
1925
  },
1919
1926
  {
1920
1927
  "disabled": false,
1921
- "document": "HPC ID<br>\nNote: This field is default to empty",
1928
+ "document": "High-Performance computing cluster ID. you can obtain this parameter by calling the [DescribeHpcClusters](https://intl.cloud.tencent.com/document/product/213/83220?from_cn_redirect=1) api.\nNote: this field is empty by default.",
1922
1929
  "example": "hpc-gt4es2q1",
1923
1930
  "member": "string",
1924
1931
  "name": "HpcClusterId",
@@ -1945,7 +1952,7 @@
1945
1952
  },
1946
1953
  {
1947
1954
  "disabled": false,
1948
- "document": "Image family name. Either image ID or image family name should be filled in, and only one of which can be filled.",
1955
+ "document": "Image family name. one and only one must be filled in between image Id and image family name. this parameter can be obtained by calling the [DescribeImages](https://intl.cloud.tencent.com/document/product/213/15715?from_cn_redirect=1) api.",
1949
1956
  "example": "test-family",
1950
1957
  "member": "string",
1951
1958
  "name": "ImageFamily",
@@ -1954,7 +1961,7 @@
1954
1961
  },
1955
1962
  {
1956
1963
  "disabled": false,
1957
- "document": "CDC ID.",
1964
+ "document": "Local exclusive cluster ID. this parameter can be obtained through the [DescribeDedicatedClusters](https://intl.cloud.tencent.com/document/product/1346/73758?from_cn_redirect=1) api.",
1958
1965
  "example": "cluster-gbo27yc4",
1959
1966
  "member": "string",
1960
1967
  "name": "DedicatedClusterId",
@@ -2000,7 +2007,7 @@
2000
2007
  "members": [
2001
2008
  {
2002
2009
  "disabled": false,
2003
- "document": "Auto scaling group ID",
2010
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
2004
2011
  "example": "asg-8fbozqja",
2005
2012
  "member": "string",
2006
2013
  "name": "AutoScalingGroupId",
@@ -2018,7 +2025,7 @@
2018
2025
  },
2019
2026
  {
2020
2027
  "disabled": false,
2021
- "document": "Scenario for the lifecycle hook. Valid values: \"INSTANCE_LAUNCHING\" and \"INSTANCE_TERMINATING\"",
2028
+ "document": "Scenario for performing the lifecycle hook. valid values:.\n<Li>`INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.</li>.\n<Li>`INSTANCE_TERMINATING`: scaling in lifecycle hook</li>.",
2022
2029
  "example": "INSTANCE_LAUNCHING",
2023
2030
  "member": "string",
2024
2031
  "name": "LifecycleTransition",
@@ -2027,7 +2034,7 @@
2027
2034
  },
2028
2035
  {
2029
2036
  "disabled": false,
2030
- "document": "Defined actions when lifecycle hook times out. Valid values: \"CONTINUE\" and \"ABANDON\". Default value: \"CONTINUE\"",
2037
+ "document": "Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values:.\n<Li>CONTINUE: default value, means continue execution of capacity expansion or reduction</li>.\n<li>ABANDON: for scale-out hooks, CVM instances with hook timeout or failed LifecycleCommand execution will be released directly or removed. for scale-in hooks, scale-in activities will continue.</li>.",
2031
2038
  "example": "CONTINUE",
2032
2039
  "member": "string",
2033
2040
  "name": "DefaultResult",
@@ -2045,7 +2052,7 @@
2045
2052
  },
2046
2053
  {
2047
2054
  "disabled": false,
2048
- "document": "Additional information of a notification that Auto Scaling sends to targets. This parameter is set when you configure a notification (default value: \"\"). Up to 1024 characters are allowed.",
2055
+ "document": "Additional information of a notification that auto scaling sends to targets. this parameter is set when you configure a notification (default value: \"\"), with a maximum length of 1024 characters. NotificationMetadata and LifecycleCommand are mutually exclusive, and either can be specified.",
2049
2056
  "example": "addtional-info",
2050
2057
  "member": "string",
2051
2058
  "name": "NotificationMetadata",
@@ -2063,7 +2070,7 @@
2063
2070
  },
2064
2071
  {
2065
2072
  "disabled": false,
2066
- "document": "The scenario where the lifecycle hook is applied. `EXTENSION`: the lifecycle hook will be triggered when AttachInstances, DetachInstances or RemoveInstaces is called. `NORMAL`: the lifecycle hook is not triggered by the above APIs. ",
2073
+ "document": "Specifies the scenario type for performing the lifecycle hook. valid values: NORMAL and EXTENSION. default value: NORMAL.\n`EXTENSION`: the lifecycle hook will be triggered when calling [AttachInstances](https://intl.cloud.tencent.com/document/api/377/20441?from_cn_redirect=1), [DetachInstances](https://intl.cloud.tencent.com/document/api/377/20436?from_cn_redirect=1), [removeinstances](https://intl.cloud.tencent.com/document/api/377/20431?from_cn_redirect=1), [StopAutoScalingInstances](https://intl.cloud.tencent.com/document/api/377/40286?from_cn_redirect=1), [StartAutoScalingInstances](https://intl.cloud.tencent.com/document/api/377/40287?from_cn_redirect=1), or [StartInstanceRefresh](https://intl.cloud.tencent.com/document/api/377/99172?from_cn_redirect=1). `NORMAL`: the lifecycle hook is not triggered by these apis.",
2067
2074
  "example": "NORMAL",
2068
2075
  "member": "string",
2069
2076
  "name": "LifecycleTransitionType",
@@ -2072,7 +2079,7 @@
2072
2079
  },
2073
2080
  {
2074
2081
  "disabled": false,
2075
- "document": "Remote command execution object. `NotificationTarget` and `LifecycleCommand` cannot be specified at the same time.",
2082
+ "document": "Specifies the remote command execution object. NotificationTarget and NotificationMetadata are mutually exclusive with this parameter. either cannot be specified simultaneously.",
2076
2083
  "example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
2077
2084
  "member": "LifecycleCommand",
2078
2085
  "name": "LifecycleCommand",
@@ -2109,7 +2116,7 @@
2109
2116
  "members": [
2110
2117
  {
2111
2118
  "disabled": false,
2112
- "document": "Auto scaling group ID.",
2119
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
2113
2120
  "example": "asg-12wjuh0s",
2114
2121
  "member": "string",
2115
2122
  "name": "AutoScalingGroupId",
@@ -2127,7 +2134,7 @@
2127
2134
  },
2128
2135
  {
2129
2136
  "disabled": false,
2130
- "document": "Notification group ID, which is the set of user group IDs. You can query the user group IDs through the [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1) API.",
2137
+ "document": "Notification GROUP ID, which is the USER GROUP ID collection. USER GROUP ID can be accessed through [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1). this parameter is valid only when TargetType is USER_GROUP.",
2131
2138
  "example": "[\"1678\"]",
2132
2139
  "member": "string",
2133
2140
  "name": "NotificationUserGroupIds",
@@ -2136,7 +2143,7 @@
2136
2143
  },
2137
2144
  {
2138
2145
  "disabled": false,
2139
- "document": "Notification receiver type. Valid values:\n<br><li>USER_GROUP:User group\n<br><li>CMQ_QUEUE:CMQ queue\n<br><li>CMQ_TOPIC:CMQ topic\n<br><li>TDMQ_CMQ_TOPIC:TDMQ CMQ topic\n<br><li>TDMQ_CMQ_QUEUE:TDMQ CMQ queue\n\nDefault value: `USER_GROUP`.",
2146
+ "document": "Notification receiver type. values as follows:.\n<Li>USER_GROUP: user group</li>.\n<Li>TDMQ_CMQ_TOPIC: tdmq cmq topic</li>.\n<Li>TDMQ_CMQ_QUEUE: tdmq cmq queue</li>.\n<li>CMQ_QUEUE: CMQ QUEUE. [CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended.</li>.\n<li>CMQ_TOPIC: specifies the CMQ TOPIC. [CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, TDMQ CMQ is recommended for use.</li>.\n\nDefault value: `USER_GROUP`.",
2140
2147
  "example": "USER_GROUP",
2141
2148
  "member": "string",
2142
2149
  "name": "TargetType",
@@ -2145,7 +2152,7 @@
2145
2152
  },
2146
2153
  {
2147
2154
  "disabled": false,
2148
- "document": "CMQ queue name. This parameter is required when `TargetType` is `CMQ_QUEUE` or `TDMQ_CMQ_QUEUE`.",
2155
+ "document": "TDMQ CMQ QUEUE name. this field is required if TargetType value is `TDMQ_CMQ_QUEUE`.",
2149
2156
  "example": "queue",
2150
2157
  "member": "string",
2151
2158
  "name": "QueueName",
@@ -2154,7 +2161,7 @@
2154
2161
  },
2155
2162
  {
2156
2163
  "disabled": false,
2157
- "document": "CMQ topic name. This parameter is required when `TargetType` is `CMQ_TOPIC` or `TDMQ_CMQ_TOPIC`.",
2164
+ "document": "TDMQ CMQ TOPIC name. this field is required when `TargetType` is `TDMQ_CMQ_TOPIC`.",
2158
2165
  "example": "topic",
2159
2166
  "member": "string",
2160
2167
  "name": "TopicName",
@@ -2173,7 +2180,7 @@
2173
2180
  "example": "asn-2sestqbr",
2174
2181
  "member": "string",
2175
2182
  "name": "AutoScalingNotificationId",
2176
- "required": true,
2183
+ "output_required": true,
2177
2184
  "type": "string",
2178
2185
  "value_allowed_null": false
2179
2186
  },
@@ -2191,7 +2198,7 @@
2191
2198
  "members": [
2192
2199
  {
2193
2200
  "disabled": false,
2194
- "document": "Auto scaling group ID.",
2201
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
2195
2202
  "example": "asg-12wjuh0s",
2196
2203
  "member": "string",
2197
2204
  "name": "AutoScalingGroupId",
@@ -2200,7 +2207,7 @@
2200
2207
  },
2201
2208
  {
2202
2209
  "disabled": false,
2203
- "document": "Alarm trigger policy name.",
2210
+ "document": "The Alarm policy name must be unique in your account. the name length cannot exceed 60 characters. the name only supports chinese, english, digits, underscores, hyphens, and decimal points.",
2204
2211
  "example": "cpu_policy_test",
2205
2212
  "member": "string",
2206
2213
  "name": "ScalingPolicyName",
@@ -2209,7 +2216,7 @@
2209
2216
  },
2210
2217
  {
2211
2218
  "disabled": false,
2212
- "document": "Scaling policy type. Valid values: <br><li>`SIMPLE` (default): A simple policy</li><li>`TARGET_TRACKING`: A target tracking policy</li>.",
2219
+ "document": "Alarm trigger policy type. default: SIMPLE. valid values:.\n<Li>`SIMPLE`: a simple policy.</li>.\n<Li>`TARGET_TRACKING`: a target tracking policy.</li>.",
2213
2220
  "example": "SIMPLE",
2214
2221
  "member": "string",
2215
2222
  "name": "ScalingPolicyType",
@@ -2218,7 +2225,7 @@
2218
2225
  },
2219
2226
  {
2220
2227
  "disabled": false,
2221
- "document": "The method to adjust the desired capacity after the alarm is triggered. It is only available when `ScalingPolicyType` is `Simple`. Valid values: <br><li>`CHANGE_IN_CAPACITY`: Increase or decrease the desired capacity </li><li>`EXACT_CAPACITY`: Adjust to the specified desired capacity </li> <li>`PERCENT_CHANGE_IN_CAPACITY`: Adjust the desired capacity by percentage </li>",
2228
+ "document": "After an Alarm is triggered, specifies the method for modifying the expected number of instances. required in the scenario of simple policies. valid values:.\n<Li>CHANGE_IN_CAPACITY: increase or decrease the expected number of instances</li>.\n<Li>EXACT_CAPACITY: adjust to the expected number of instances</li>.\n<Li>PERCENT_CHANGE_IN_CAPACITY: adjust expected instance number by percent</li>.",
2222
2229
  "example": "CHANGE_IN_CAPACITY",
2223
2230
  "member": "string",
2224
2231
  "name": "AdjustmentType",
@@ -2227,7 +2234,7 @@
2227
2234
  },
2228
2235
  {
2229
2236
  "disabled": false,
2230
- "document": "Adjustment value for the expected number of instances after an alarm is triggered, which is applicable only to simple policies.\n<li>When AdjustmentType is set to CHANGE_IN_CAPACITY, a positive value of AdjustmentValue indicates an increase in the number of instances after the alarm is triggered, while a negative value indicates a decrease in the number of instances after the alarm is triggered.</li>\n<li>When AdjustmentType is set to EXACT_CAPACITY, the value of AdjustmentValue indicates the new desired number of instances after the alarm is triggered. It should be greater than or equal to 0.</li>\n<li>When AdjustmentType is set to PERCENT_CHANGE_IN_CAPACITY, a positive value of AdjustmentValue indicates an increase in the number of instances by a percentage after the alarm is triggered, while a negative value indicates a decrease in the number of instances by a percentage after the alarm is triggered. Unit: %.</li>",
2237
+ "document": "Adjustment value for the expected number of instances after an Alarm is triggered, which is applicable only to simple policies and required in simple policy scenarios.\n<li>When AdjustmentType is CHANGE_IN_CAPACITY, a positive AdjustmentValue indicates an increase IN instances after Alarm trigger, while a negative value indicates a decrease IN instances after Alarm trigger.</li>. \n<li>When AdjustmentType is set to EXACT_CAPACITY, the value of AdjustmentValue indicates the new desired number of instances after the Alarm is triggered. it must be at least 0.</li>. \n<li>When AdjustmentType is set to PERCENT_CHANGE_IN_CAPACITY, a positive value of AdjustmentValue indicates an increase in the number of instances by a percentage after the alarm is triggered, while a negative value indicates a decrease in the number of instances by a percentage after the alarm is triggered. Unit: %.</li>",
2231
2238
  "example": "1",
2232
2239
  "member": "int64",
2233
2240
  "name": "AdjustmentValue",
@@ -2245,7 +2252,7 @@
2245
2252
  },
2246
2253
  {
2247
2254
  "disabled": false,
2248
- "document": "Alarm monitoring metric. It is only available when `ScalingPolicyType` is `Simple`.",
2255
+ "document": "Alarm monitoring metric, apply only to simple policies, required in the scenario of simple policy.",
2249
2256
  "example": "{\"ComparisonOperator\": \"GREATER_THAN\", \"ContinuousTime\": 1, \"MetricName\": \"CPU_UTILIZATION\", \"Period\": 60, \"Statistic\": \"AVERAGE\", \"Threshold\": 15}",
2250
2257
  "member": "MetricAlarm",
2251
2258
  "name": "MetricAlarm",
@@ -2254,7 +2261,7 @@
2254
2261
  },
2255
2262
  {
2256
2263
  "disabled": false,
2257
- "document": "Predefined monitoring item, applicable only to target tracking policies. Valid values:\n<li>ASG_AVG_CPU_UTILIZATION: average CPU utilization</li>\n<li>ASG_AVG_LAN_TRAFFIC_OUT: average outbound private network bandwidth</li>\n<li>ASG_AVG_LAN_TRAFFIC_IN: average inbound private network bandwidth</li>\n<li>ASG_AVG_WAN_TRAFFIC_OUT: average outbound public network bandwidth</li>\n<li>ASG_AVG_WAN_TRAFFIC_IN: average inbound public network bandwidth</li>",
2264
+ "document": "Predefined monitoring item, applicable only to target tracking policies. required in the scenario. value range:.\n<Li>ASG_AVG_CPU_UTILIZATION: average cpu utilization</li>.\n<Li>ASG_AVG_LAN_TRAFFIC_OUT: specifies the average outbound private network bandwidth.</li>.\n<Li>ASG_AVG_LAN_TRAFFIC_IN: average inbound private network bandwidth</li>.\n<Li>ASG_AVG_WAN_TRAFFIC_OUT: specifies the average outbound public network bandwidth.</li>.\n<li>ASG_AVG_WAN_TRAFFIC_IN: average inbound public network bandwidth</li>",
2258
2265
  "example": "ASG_AVG_CPU_UTILIZATION",
2259
2266
  "member": "string",
2260
2267
  "name": "PredefinedMetricType",
@@ -2263,7 +2270,7 @@
2263
2270
  },
2264
2271
  {
2265
2272
  "disabled": false,
2266
- "document": "Target value, which is applicable only to target tracking policies.\n<li>ASG_AVG_CPU_UTILIZATION: value range: [1, 100); unit: %.</li>\n<li>ASG_AVG_LAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>\n<li>ASG_AVG_LAN_TRAFFIC_IN: value range: > 0; unit: Mbps.</li>\n<li>ASG_AVG_WAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>\n<li>ASG_AVG_WAN_TRAFFIC_IN: value range: > 0; unit: Mbps.</li>",
2273
+ "document": "Target value, applicable only to the target tracking policy, required in the scenario.\n<Li>ASG_AVG_CPU_UTILIZATION: value range: [1, 100); unit: %.</li>.\n<li>ASG_AVG_LAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>.\n<li>ASG_AVG_LAN_TRAFFIC_IN: value range: > 0; unit: Mbps.</li>.\n<li>ASG_AVG_WAN_TRAFFIC_OUT: value range: > 0; unit: Mbps.</li>.\n<li>ASG_AVG_WAN_TRAFFIC_IN: value range: > 0; unit: Mbps.</li>",
2267
2274
  "example": "10",
2268
2275
  "member": "uint64",
2269
2276
  "name": "TargetValue",
@@ -2327,7 +2334,7 @@
2327
2334
  "members": [
2328
2335
  {
2329
2336
  "disabled": false,
2330
- "document": "Auto scaling group ID",
2337
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
2331
2338
  "example": "asg-2nr9xh8h",
2332
2339
  "member": "string",
2333
2340
  "name": "AutoScalingGroupId",
@@ -2345,21 +2352,21 @@
2345
2352
  },
2346
2353
  {
2347
2354
  "disabled": false,
2348
- "document": "The maximum number of instances set for the auto scaling group when the scheduled task is triggered.",
2349
- "example": "10",
2355
+ "document": "The minimum number of instances set for the auto scaling group when the scheduled task is triggered.",
2356
+ "example": "4",
2350
2357
  "member": "uint64",
2351
- "name": "MaxSize",
2358
+ "name": "MinSize",
2352
2359
  "required": true,
2353
2360
  "type": "int"
2354
2361
  },
2355
2362
  {
2356
2363
  "disabled": false,
2357
- "document": "The minimum number of instances set for the auto scaling group when the scheduled task is triggered.",
2358
- "example": "4",
2359
- "member": "uint64",
2360
- "name": "MinSize",
2364
+ "document": "Initial triggered time of the scheduled task. The value is in `Beijing time` (UTC+8) in the format of `YYYY-MM-DDThh:mm:ss+08:00` according to the `ISO8601` standard.",
2365
+ "example": "2018-08-28T23:00:00+08:00",
2366
+ "member": "datetime_iso",
2367
+ "name": "StartTime",
2361
2368
  "required": true,
2362
- "type": "int"
2369
+ "type": "string"
2363
2370
  },
2364
2371
  {
2365
2372
  "disabled": false,
@@ -2372,12 +2379,12 @@
2372
2379
  },
2373
2380
  {
2374
2381
  "disabled": false,
2375
- "document": "Initial triggered time of the scheduled task. The value is in `Beijing time` (UTC+8) in the format of `YYYY-MM-DDThh:mm:ss+08:00` according to the `ISO8601` standard.",
2376
- "example": "2018-08-28T23:00:00+08:00",
2377
- "member": "datetime_iso",
2378
- "name": "StartTime",
2382
+ "document": "The maximum number of instances set for the auto scaling group when the scheduled task is triggered.",
2383
+ "example": "10",
2384
+ "member": "uint64",
2385
+ "name": "MaxSize",
2379
2386
  "required": true,
2380
- "type": "string"
2387
+ "type": "int"
2381
2388
  },
2382
2389
  {
2383
2390
  "disabled": false,
@@ -2390,12 +2397,21 @@
2390
2397
  },
2391
2398
  {
2392
2399
  "disabled": false,
2393
- "document": "Repeating mode of the scheduled task, which is in standard cron format. <br><br>This parameter and `EndTime` need to be specified at the same time.",
2400
+ "document": "The repeating mode of a scheduled task follows the standard Cron format. the [Recurrence parameter limits](https://intl.cloud.tencent.com/document/product/377/88119?from_cn_redirect=1) in a scheduled task consist of 5 fields separated by spaces, with the structure: minute, hour, date, month, week. this parameter must be simultaneously specified with `EndTime`.",
2394
2401
  "example": "0 14 */1 * *",
2395
2402
  "member": "string",
2396
2403
  "name": "Recurrence",
2397
2404
  "required": false,
2398
2405
  "type": "string"
2406
+ },
2407
+ {
2408
+ "disabled": false,
2409
+ "document": "Disable update DesiredCapacity Indicates the DesiredCapacity is updated normally during scheduled task triggering.\n\nSpecifies whether the scheduled task triggers proactive modification of the DesiredCapacity when the value is True. DesiredCapacity may be modified by the minSize and maxSize mechanism.\nThe following cases assume that DisableUpdateDesiredCapacity is True:\n- When scheduled task triggered, the original DesiredCapacity is 5. The scheduled task changes the minSize to 10, the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect. However, the original DesiredCapacity 5 is less than minSize 10, so the final new DesiredCapacity is 10.\n- When scheduled task triggered, the original DesiredCapacity is 25. The scheduled task changes the minSize to 10 and the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect. However, the original DesiredCapacity 25 is greater than the maxSize 20, so the final new DesiredCapacity is 20.\n- When scheduled task triggered, the original DesiredCapacity is 13. The scheduled task changes the minSize to 10 and the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect, and the DesiredCapacity is still 13.",
2410
+ "example": "false",
2411
+ "member": "bool",
2412
+ "name": "DisableUpdateDesiredCapacity",
2413
+ "required": false,
2414
+ "type": "bool"
2399
2415
  }
2400
2416
  ],
2401
2417
  "type": "object"
@@ -2427,7 +2443,7 @@
2427
2443
  "members": [
2428
2444
  {
2429
2445
  "disabled": false,
2430
- "document": "Data disk type. For restrictions on data disk type, see [Cloud Block Storage Types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). Valid values:\n<li>LOCAL_BASIC: Local hard disk.</li>\n<li>LOCAL_SSD: Local SSD.</li>\n<li>CLOUD_BASIC: General cloud disk.</li>\n<li>CLOUD_PREMIUM: Premium cloud disk.</li>\n<li>CLOUD_SSD: Cloud SSD.</li>\n<li>CLOUD_HSSD: Enhanced SSD.</li>\n<li>CLOUD_TSSD: Ultra SSD.</li>\nThe default value is consistent with the system disk type (SystemDisk.DiskType).\nNote: This field may return null, indicating that no valid values can be obtained.",
2446
+ "document": "Data disk type. for restrictions on data disk types, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). valid values:.\n<Li>LOCAL_BASIC: local hard disk.</li>.\n<Li>LOCAL_SSD: local ssd.</li>.\n<Li>CLOUD_BASIC: general cloud disk.</li>.\n<Li>CLOUD_PREMIUM: high-performance cloud block storage</li>.\n<Li>CLOUD_SSD: cloud ssd</li>.\n<Li>CLOUD_HSSD: enhanced ssd cloud disk</li>.\n<Li>CLOUD_TSSD: ultra ssd.</li>.\n<Li>CLOUD_BSSD: universal ssd cloud disk</li>.\nThe default value is consistent with the system disk type (SystemDisk.DiskType).",
2431
2447
  "example": "CLOUD_PREMIUM",
2432
2448
  "member": "string",
2433
2449
  "name": "DiskType",
@@ -2438,7 +2454,7 @@
2438
2454
  },
2439
2455
  {
2440
2456
  "disabled": false,
2441
- "document": "Data disk size (in GB). The minimum adjustment increment is 10 GB. The value range varies by data disk type. For more information on limits, see [CVM Instance Configuration](https://intl.cloud.tencent.com/document/product/213/2177?from_cn_redirect=1). The default value is 0, indicating that no data disk is purchased. For more information, see the product documentation.\nNote: This field may return null, indicating that no valid values can be obtained.",
2457
+ "document": "Data disk size, in GB. the value range varies according to the data disk type. for specific restrictions, see [CVM instance configuration](https://intl.cloud.tencent.com/document/product/213/2177?from_cn_redirect=1). default value: 0, which means no data disk is purchased. for more restrictions, see the [product documentation](https://intl.cloud.tencent.com/document/product/362/5145?from_cn_redirect=1).",
2442
2458
  "example": "0",
2443
2459
  "member": "uint64",
2444
2460
  "name": "DiskSize",
@@ -2449,7 +2465,7 @@
2449
2465
  },
2450
2466
  {
2451
2467
  "disabled": false,
2452
- "document": "Data disk snapshot ID, such as `snap-l8psqwnt`.\nNote: This field may return null, indicating that no valid values can be obtained.",
2468
+ "document": "The data disk snapshot ID can be obtained through the [DescribeSnapshots](https://intl.cloud.tencent.com/document/product/362/15647?from_cn_redirect=1) api.\nNote: This field may return null, indicating that no valid values can be obtained.",
2453
2469
  "example": "snap-l8psqwnt",
2454
2470
  "member": "string",
2455
2471
  "name": "SnapshotId",
@@ -2493,7 +2509,7 @@
2493
2509
  },
2494
2510
  {
2495
2511
  "disabled": false,
2496
- "document": "Burst performance: Whether to enable burst performance. The default value is false.\n\nNote: This feature is in beta test and requires a ticket to be submitted for usage.\nNote: This field may return null, indicating that no valid values can be obtained.",
2512
+ "document": "Burst performance. specifies whether to enable burst performance. default value is false. this parameter only supports ultra-fast CLOUD disk (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD) with capacity > 460GB.\nNote: this feature is in beta test and requires a ticket to be submitted for usage.\nNote: This field may return null, indicating that no valid values can be obtained.",
2497
2513
  "example": "false",
2498
2514
  "member": "bool",
2499
2515
  "name": "BurstPerformance",
@@ -2510,7 +2526,7 @@
2510
2526
  "members": [
2511
2527
  {
2512
2528
  "disabled": false,
2513
- "document": "Auto scaling group ID",
2529
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
2514
2530
  "example": "asg-nvnlpbb8",
2515
2531
  "member": "string",
2516
2532
  "name": "AutoScalingGroupId",
@@ -2537,8 +2553,8 @@
2537
2553
  "members": [
2538
2554
  {
2539
2555
  "disabled": false,
2540
- "document": "ID of the launch configuration to be deleted.",
2541
- "example": "asc-aaaabbbb",
2556
+ "document": "Specifies the launch configuration ID that needs to be deleted. you can obtain the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config) or calling the api [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.",
2557
+ "example": "asc-deuy6tre",
2542
2558
  "member": "string",
2543
2559
  "name": "LaunchConfigurationId",
2544
2560
  "required": true,
@@ -2564,7 +2580,7 @@
2564
2580
  "members": [
2565
2581
  {
2566
2582
  "disabled": false,
2567
- "document": "Lifecycle hook ID",
2583
+ "document": "Lifecycle hook ID. calling the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieving the LifecycleHookId from the returned information obtains the lifecycle hook ID.",
2568
2584
  "example": "ash-5rynk2n5",
2569
2585
  "member": "string",
2570
2586
  "name": "LifecycleHookId",
@@ -2591,7 +2607,7 @@
2591
2607
  "members": [
2592
2608
  {
2593
2609
  "disabled": false,
2594
- "document": "ID of the notification to be deleted.",
2610
+ "document": "The notification ID to be deleted. this is currently a required parameter. you can obtain the notification ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeNotificationConfigurations](https://intl.cloud.tencent.com/document/api/377/33183?from_cn_redirect=1) and retrieving the AutoScalingNotificationId from the returned information.",
2595
2611
  "example": "asn-2sestqbr",
2596
2612
  "member": "string",
2597
2613
  "name": "AutoScalingNotificationId",
@@ -2618,7 +2634,7 @@
2618
2634
  "members": [
2619
2635
  {
2620
2636
  "disabled": false,
2621
- "document": "ID of the alarm policy to be deleted.",
2637
+ "document": "The Alarm policy ID to be deleted. you can obtain the Alarm policy ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeScalingPolicies](https://intl.cloud.tencent.com/document/api/377/33178?from_cn_redirect=1) and retrieving the AutoScalingPolicyId from the returned information.",
2622
2638
  "example": "asp-lnfqbsoq",
2623
2639
  "member": "string",
2624
2640
  "name": "AutoScalingPolicyId",
@@ -2645,7 +2661,7 @@
2645
2661
  "members": [
2646
2662
  {
2647
2663
  "disabled": false,
2648
- "document": "ID of the scheduled task to be deleted.",
2664
+ "document": "Scheduled task ID to be deleted. obtain the scheduled task ID by calling the api [DescribeScheduledActions](https://intl.cloud.tencent.com/document/api/377/20450?from_cn_redirect=1) and retrieving the ScheduledActionId from the returned information.",
2649
2665
  "example": "asst-chwbkq4c",
2650
2666
  "member": "string",
2651
2667
  "name": "ScheduledActionId",
@@ -2738,7 +2754,7 @@
2738
2754
  },
2739
2755
  {
2740
2756
  "disabled": false,
2741
- "document": "Filter.\n<li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>\n<li> activity-status-code - String - Required: No - (Filter) Filter by scaling activity status . (INIT: initializing | RUNNING: running | SUCCESSFUL: succeeded | PARTIALLY_SUCCESSFUL: partially succeeded | FAILED: failed | CANCELLED: canceled)</li>\n<li> activity-type - String - Required: No - (Filter) Filter by scaling activity type. (SCALE_OUT: scale-out | SCALE_IN: scale-in | ATTACH_INSTANCES: adding an instance | REMOVE_INSTANCES: terminating an instance | DETACH_INSTANCES: removing an instance | TERMINATE_INSTANCES_UNEXPECTEDLY: terminating an instance in the CVM console | REPLACE_UNHEALTHY_INSTANCE: replacing an unhealthy instance | UPDATE_LOAD_BALANCERS: updating a load balancer)</li>\n<li> activity-id - String - Required: No - (Filter) Filter by scaling activity ID.</li>\nThe maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. This parameter does not support specifying both `ActivityIds` and `Filters` at the same time.",
2757
+ "document": "Filter criteria. the filter field value ranges from...to.\n<ul>\n<li><strong>auto-scaling-group-id</strong><ul><li>Filter by [<strong>scaling group id</strong>]. you can log IN to the [console](https://console.cloud.tencent.com/autoscaling/group) or call the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) to obtain the scaling group id from the returned information.</li><li>type: String</li><li>required: no</li><li>example value: asg-kiju7yt5</li></ul></li> <li><strong>activity-status-code</strong><ul><li>filter by [<strong>scaling activity status</strong>]</li><li>type: String</li><li>required: no</li><li>options: </li><ul><li>INIT: initializing</li><li>RUNNING: RUNNING</li><li>SUCCESSFUL: SUCCESSFUL activity</li><li>PARTIALLY_SUCCESSFUL: PARTIALLY SUCCESSFUL activity</li><li>FAILED: activity FAILED</li><li>CANCELLED: activity CANCELLED</li></ul></ul></li> <li><strong>activity-type</strong><ul><li>filter by [<strong>scaling activity type</strong>]</li><li>type: String</li><li>required: no</li><li>options: </li><ul><li>SCALE_OUT: SCALE-OUT activity</li><li>SCALE_IN: SCALE-IN activity</li><li>ATTACH_INSTANCES: adding INSTANCES</li><li>REMOVE_INSTANCES: terminating INSTANCES</li><li>DETACH_INSTANCES: REMOVE INSTANCE</li><li>TERMINATE_INSTANCES_UNEXPECTEDLY: TERMINATE INSTANCE IN CVM console</li><li>REPLACE_UNHEALTHY_INSTANCE: REPLACE UNHEALTHY INSTANCES</li><li>START_INSTANCES: START INSTANCES</li><li>STOP_INSTANCES: shut down INSTANCE</li><li>INVOKE_COMMAND: execute COMMAND</li></ul></ul></li> <li><strong>activity-id</strong><ul><li>filter by [<strong>scaling activity id</strong>]. you can log IN to the [console](https://console.cloud.tencent.com/autoscaling/group) to obtain the scaling activity id.</li><li>type: String</li><li>required: no</li><li>example value: asa-hy6tr4ed</li></ul></li></ul>.\nThe maximum number of `Filters` per request is 10. the upper limit for `Filter.Values` is 5. parameters must not specify both `ActivityIds` and `Filters` simultaneously.",
2742
2758
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-mgmeawez\"]}]",
2743
2759
  "member": "Filter",
2744
2760
  "name": "Filters",
@@ -2821,7 +2837,7 @@
2821
2837
  "members": [
2822
2838
  {
2823
2839
  "disabled": false,
2824
- "document": "List of scaling groups to be queried. Upper limit: 100.",
2840
+ "document": "The scaling group list to be queried, with an upper limit of 100. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.",
2825
2841
  "example": "[\"asg-2pvrsyog\", \"asg-4wtj6aeq\"]",
2826
2842
  "member": "string",
2827
2843
  "name": "AutoScalingGroupIds",
@@ -2858,12 +2874,21 @@
2858
2874
  "members": [
2859
2875
  {
2860
2876
  "disabled": false,
2861
- "document": "ID list of an auto scaling group.",
2877
+ "document": "Auto scaling group ID list. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving AutoScalingGroupId from the returned information.",
2862
2878
  "example": "[\"asg-2umy3jbd\"]",
2863
2879
  "member": "string",
2864
2880
  "name": "AutoScalingGroupIds",
2865
2881
  "required": true,
2866
2882
  "type": "list"
2883
+ },
2884
+ {
2885
+ "disabled": false,
2886
+ "document": "Excludes cancelled type activities when querying. Default value is false, which means cancelled type activities are not excluded.",
2887
+ "example": "false",
2888
+ "member": "bool",
2889
+ "name": "ExcludeCancelledActivity",
2890
+ "required": false,
2891
+ "type": "bool"
2867
2892
  }
2868
2893
  ],
2869
2894
  "type": "object"
@@ -2874,7 +2899,7 @@
2874
2899
  {
2875
2900
  "disabled": false,
2876
2901
  "document": "Information set of eligible scaling activities. Scaling groups without scaling activities are not returned. For example, if there are 50 auto scaling group IDs but only 45 records are returned, it indicates that 5 of the auto scaling groups do not have scaling activities.",
2877
- "example": "[{\"DetailedStatusMessageSet\": [], \"InvocationResultSet\": [], \"Description\": \"Activity was launched in response to a difference between desired capacity and actual capacity, scale out 1 instance(s).\", \"LifecycleActionResultSet\": [], \"AutoScalingGroupId\": \"asg-44xoulwh\", \"RelatedInstanceSet\": [{\"InstanceId\": \"ins-qfve9yyr\", \"InstanceStatus\": \"SUCCESSFUL\"}], \"ActivityType\": \"SCALE_OUT\", \"ActivityId\": \"asa-p9xww1hx\", \"StartTime\": \"2024-11-12T05:30:21Z\", \"CreatedTime\": \"2024-11-12T05:30:21Z\", \"StatusMessageSimplified\": \"Success\", \"EndTime\": \"2024-11-12T05:30:52Z\", \"Cause\": \"Activity was launched in response to a difference between desired capacity and actual capacity.\", \"StatusMessage\": \"Success\", \"StatusCode\": \"SUCCESSFUL\"}]",
2902
+ "example": "",
2878
2903
  "member": "Activity",
2879
2904
  "name": "ActivitySet",
2880
2905
  "output_required": true,
@@ -2904,7 +2929,7 @@
2904
2929
  },
2905
2930
  {
2906
2931
  "disabled": false,
2907
- "document": "Filters.\n<li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>\n<li> auto-scaling-group-name - String - Required: No - (Filter) Filter by auto scaling group name.</li>\n<li> vague-auto-scaling-group-name - String - Required: No - (Filter) Fuzzy search by auto scaling group name.</li>\n<li> launch-configuration-id - String - Required: No - (Filter) Filter by launch configuration ID.</li>\n<li> tag-key - String - Required: No - (Filter) Filter by tag key.</li>\n<li> tag-value - String - Required: No - (Filter) Filter by tag value.</li>\n<li> tag:tag-key - String - Required: No - (Filter) Filter by tag key-value pair. The tag-key should be replaced with a specified tag key. For more information, see example 2.</li>\nThe maximum number of `Filters` in each request is 10. The upper limit for `Filter.Values` is 5. This parameter cannot specify `AutoScalingGroupIds` and `Filters` at the same time.",
2932
+ "document": "Filter criteria\n\n<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id.</li>.\nSpecifies the scaling group ID obtained by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.\n<li> auto-scaling-group-name - String - required: no - (filter) filter by auto scaling group name.</li>.\n<li> vague-auto-scaling-group-name - String - required: no - (filter) filter by scaling group name fuzzy search.</li>.\n<li>launch-configuration-id - String - required: no - (filter condition) filter by launch configuration id. you can obtain the launch configuration id by logging in to the console (https://console.cloud.tencent.com/autoscaling/config) or calling the api DescribeLaunchConfigurations (https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.</li>.\n<li> `tag-key` - String - optional - filter by the tag key. you can call the API [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) to obtain the tag key from the returned information.</li>.\n<li>tag-value - String - required: no - (filter condition) filter by tag value. you can obtain the tag value by calling the API [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) and retrieving the TagValue from the returned information.</li>.\n<li>tag:tag-key - String - required: no - (filter condition) filter by tag key-value pair. replace tag-key with a specific tag key. see example 2 for reference. call the API [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) to obtain the TagKey from the returned information.</li>.\nThe maximum number of `Filters` per request is 10, and that of `Filter.Values` is 5. the `AutoScalingGroupIds` and `Filters` parameters cannot be specified simultaneously.",
2908
2933
  "example": "[{\"Name\": \"auto-scaling-group-name\", \"Values\": [\"production-as\"]}]",
2909
2934
  "member": "Filter",
2910
2935
  "name": "Filters",
@@ -2938,7 +2963,7 @@
2938
2963
  {
2939
2964
  "disabled": false,
2940
2965
  "document": "List of auto scaling group details.",
2941
- "example": "[{\"InActivityStatus\": \"NOT_IN_ACTIVITY\", \"LoadBalancerIdSet\": [], \"RetryPolicy\": \"IMMEDIATE_RETRY\", \"InServiceInstanceCount\": 0, \"CreatedTime\": \"2022-03-19T04:39:52Z\", \"VpcId\": \"vpc-nqayns0m\", \"InstanceAllocationPolicy\": \"LAUNCH_CONFIGURATION\", \"Tags\": [], \"LaunchConfigurationId\": \"asc-rgrdh183\",\"MaxSize\": 500, \"MultiZoneSubnetPolicy\": \"EQUALITY\", \"SubnetIdSet\": [\"subnet-d9gneeoz\",], \"HealthCheckType\": \"CLB\", \"LoadBalancerHealthCheckGracePeriod\": 0, \"ForwardLoadBalancerSet\": [], \"ProjectId\": 0, \"AutoScalingGroupName\": \"tke-np-w\", \"MinSize\": 0, \"ServiceSettings\": {\"ReplaceMonitorUnhealthy\": false, \"ReplaceLoadBalancerUnhealthy\": false, \"ReplaceMode\": \"RECREATE\", \"ScalingMode\": \"CLASSIC_SCALING\"}, \"LaunchConfigurationName\": \"tke-np-ww\", \"CapacityRebalance\": false, \"TerminationPolicySet\": [\"OLDEST_INSTANCE\"], \"AutoScalingGroupStatus\": \"NORMAL\", \"InstanceCount\": 0, \"DesiredCapacity\": 0, \"AutoScalingGroupId\": \"asg-07tasrpr\", \"Ipv6AddressCount\": 0, \"DefaultCooldown\": 300, \"EnabledStatus\": \"ENABLED\", \"ZoneSet\": []}]",
2966
+ "example": "",
2942
2967
  "member": "AutoScalingGroup",
2943
2968
  "name": "AutoScalingGroupSet",
2944
2969
  "output_required": true,
@@ -2969,7 +2994,7 @@
2969
2994
  "members": [
2970
2995
  {
2971
2996
  "disabled": false,
2972
- "document": "IDs of the CVM instances to query. Up to 100 IDs can be queried at one time. `InstanceIds` and `Filters` can not be both specified.",
2997
+ "document": "IDs of the CVM instances to query. the instance ID list has a length limit of 100. `InstanceIds` and `Filters` cannot be specified simultaneously.\nYou can get available instance ids in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.",
2973
2998
  "example": "[\"ins-1fswxz1m\"]",
2974
2999
  "member": "string",
2975
3000
  "name": "InstanceIds",
@@ -2978,7 +3003,7 @@
2978
3003
  },
2979
3004
  {
2980
3005
  "disabled": false,
2981
- "document": "Filter.\n<li> instance-id - String - Required: No - (Filter) Filter by instance ID.</li>\n<li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>\nThe maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. This parameter does not support specifying both `InstanceIds` and `Filters` at the same time.",
3006
+ "document": "Filter criteria\n\n<li> instance-id - String - required: no - (filter condition) filter by instance id. get the instance id by logging in to the [console](https://console.cloud.tencent.com/cvm/index) or making an api call to [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1), and retrieve the `InstanceId` from the returned information.</li>.\n<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. you can obtain the scaling group id by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or making an api call to [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.\nThe maximum number of `Filters` per request is 10, and the maximum number of `Filter.Values` is 5. parameters do not support specifying both `InstanceIds` and `Filters`.",
2982
3007
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
2983
3008
  "member": "Filter",
2984
3009
  "name": "Filters",
@@ -3012,7 +3037,7 @@
3012
3037
  {
3013
3038
  "disabled": false,
3014
3039
  "document": "List of instance details.",
3015
- "example": "[{\"ProtectedFromScaleIn\": true, \"Zone\": \"sa-saopaulo-1\", \"CreationType\": \"AUTO_CREATION\", \"AutoScalingGroupId\": \"asg-f7rsts7d\", \"AddTime\": \"2024-07-25T13:16:42Z\", \"WarmupStatus\": \"NO_NEED_WARMUP\", \"LaunchConfigurationId\": \"asc-m4usv5o3\", \"AutoScalingGroupName\": \"tke-np-ss\", \"InstanceId\": \"ins-kajsxfzp\", \"VersionNumber\": 1, \"HealthStatus\": \"HEALTHY\", \"LifeCycleState\": \"IN_SERVICE\", \"LaunchConfigurationName\": \"tke-np-sd\", \"InstanceType\": \"S5.2XLARGE32\"}]",
3040
+ "example": "",
3016
3041
  "member": "Instance",
3017
3042
  "name": "AutoScalingInstanceSet",
3018
3043
  "output_required": true,
@@ -3191,7 +3216,7 @@
3191
3216
  "members": [
3192
3217
  {
3193
3218
  "disabled": false,
3194
- "document": "Queries by one or more notification IDs in the format of asn-2sestqbr. The maximum number of instances per request is 100. This parameter does not support specifying both `AutoScalingNotificationIds` and `Filters` at the same time.",
3219
+ "document": "Query by one or more notification ids. the list length limit is 100. you can obtain the notification ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group). parameters AutoScalingNotificationIds and Filters must not be specified simultaneously.",
3195
3220
  "example": "[\"asn-9bhwvxqh\"]",
3196
3221
  "member": "string",
3197
3222
  "name": "AutoScalingNotificationIds",
@@ -3200,7 +3225,7 @@
3200
3225
  },
3201
3226
  {
3202
3227
  "disabled": false,
3203
- "document": "Filter.\n<li> auto-scaling-notification-id - String - Required: No - (Filter) Filter by notification ID.</li>\n<li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>\nThe maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. This parameter does not support specifying both `AutoScalingNotificationIds` and `Filters` at the same time.",
3228
+ "document": "Filter criteria\n\n<li> auto-scaling-notification-id - String - required: no - (filter) filter by notification id.</li>.\n<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. you can obtain the scaling group id by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.\nThe maximum number of `Filters` per request is 10, and that of `Filter.Values` is 5. the `AutoScalingNotificationIds` and `Filters` parameters cannot be specified simultaneously.",
3204
3229
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-hyfg539t\"]}]",
3205
3230
  "member": "Filter",
3206
3231
  "name": "Filters",
@@ -3244,7 +3269,7 @@
3244
3269
  {
3245
3270
  "disabled": false,
3246
3271
  "document": "List of AS event notification details.",
3247
- "example": "[{\"TargetType\": \"USER_GROUP\", \"EnvironmentId\": \"\", \"AutoScalingGroupId\": \"asg-nimsv934\", \"ClusterId\": \"\", \"AutoScalingNotificationId\": \"asn-5wswisk2\", \"NotificationTypes\": [\"SCALE_OUT_FAILED\", \"SCALE_IN_SUCCESSFUL\", \"REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL\", \"REPLACE_UNHEALTHY_INSTANCE_FAILED\", \"SCALE_IN_FAILED\", \"SCALE_OUT_SUCCESSFUL\"], \"QueueName\": \"\", \"NotificationUserGroupIds\": [\"10000079\"], \"TopicName\": \"\"}]",
3272
+ "example": "",
3248
3273
  "member": "AutoScalingNotification",
3249
3274
  "name": "AutoScalingNotificationSet",
3250
3275
  "output_required": true,
@@ -3274,7 +3299,7 @@
3274
3299
  },
3275
3300
  {
3276
3301
  "disabled": false,
3277
- "document": "Filter criteria\n\n<li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>\n<li> refresh-activity-status-code - String - Required: No - (Filter)Filter based on refresh activity status. (INIT: Initialization | RUNNING:Running | SUCCESSFUL: Successful Activity | FAILED_PAUSE: Failed & Paused | AUTO_PAUSE: Auto Paused | MANUAL_PAUSE: Manually Paused | CANCELLED: Activity Cancelled | FAILED: Activity Failed)</li>\n<li> refresh-activity-type - String - Required: No - (Filter) Filter by refresh activity types. (NORMAL: Regular Refresh Activity | ROLLBACK: Rollback Refresh Activity)</li>\n<li> refresh-activity-id - String - Required: No - (Filter) Filter by refresh activity ID.</li>\n<li>The upper limit of Filters per request is 10, and that of Filter.Values is 5. The RefreshActivityIds and Filters parameters cannot be specified at the same time.</li>",
3302
+ "document": "Filter criteria\n\n<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. obtain the scaling group id by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.\n<li> refresh-activity-status-code - String - required: no - (filter criteria) filters by refresh activity status. (INIT: initializing | RUNNING: RUNNING | SUCCESSFUL: activity SUCCESSFUL | FAILED_PAUSE: PAUSE on failure | AUTO_PAUSE: AUTO PAUSE | MANUAL_PAUSE: manually PAUSE | CANCELLED: activity CANCELLED | FAILED: activity FAILED)</li>.\n<li> refresh-activity-type - String - required: no - (filter) filter by refresh activity types. (NORMAL: regular refresh activity | ROLLBACK: ROLLBACK refresh activity)</li>.\n<li> refresh-activity-id - String - required: no - (filter) filter by refresh activity id.</li>.\n<li>The upper limit of Filters per request is 10, and that of Filter.Values is 5. The RefreshActivityIds and Filters parameters cannot be specified at the same time.</li>",
3278
3303
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
3279
3304
  "member": "Filter",
3280
3305
  "name": "Filters",
@@ -3318,7 +3343,7 @@
3318
3343
  {
3319
3344
  "disabled": false,
3320
3345
  "document": "A collection of information about refresh activities that meet the conditions.",
3321
- "example": "[{\"Status\": \"SUCCESSFUL\", \"RefreshBatchSet\": [{\"RefreshBatchNum\": 1, \"EndTime\": \"2024-11-06T19:01:08Z\", \"RefreshBatchRelatedInstanceSet\": [{\"InstanceId\": \"ins-me0846cu\", \"InstanceStatusMessage\": \"success\", \"LastActivityId\": \"asa-8ayecku8\", \"InstanceStatus\": \"SUCCESSFUL\"}], \"StartTime\": \"2024-11-06T19:00:14Z\", \"RefreshBatchStatus\": \"SUCCESSFUL\"}], \"RefreshMode\": \"ROLLING_UPDATE_RESET\", \"AutoScalingGroupId\": \"asg-7nfe25uy\", \"ActivityType\": \"NORMAL\", \"RefreshSettings\": {\"CheckInstanceTargetHealth\": true, \"RollingUpdateSettings\": {\"BatchNumber\": 1, \"MaxSurge\": 1, \"BatchPause\": \"AUTOMATIC\"}}, \"OriginRefreshActivityId\": \"\", \"CurrentRefreshBatchNum\": 1, \"RefreshActivityId\": \"asr-1pex1gkq\", \"StartTime\": \"2024-11-06T18:59:20Z\", \"CreatedTime\": \"2024-11-06T18:59:20Z\", \"EndTime\": \"2024-11-06T19:01:15Z\"}]",
3346
+ "example": "",
3322
3347
  "member": "RefreshActivity",
3323
3348
  "name": "RefreshActivitySet",
3324
3349
  "output_required": true,
@@ -3348,7 +3373,7 @@
3348
3373
  },
3349
3374
  {
3350
3375
  "disabled": false,
3351
- "document": "Filters.\n<li> `auto-scaling-policy-id` - String - Optional - Filter by the alarm policy ID.</li>\n<li> `auto-scaling-group-id` - String - Optional - Filter by the scaling group ID.</li>\n<li> `scaling-policy-name` - String - Optional - Filter by the alarm policy name.</li>\n<li> `scaling-policy-type` - String - Optional - Filter by the alarm policy type. Valid values: `SIMPLE`, `TARGET_TRACKING`.</li>\nThe maximum number of `Filters` per request is 10. The upper limit for `Filter.Values` is 5. You cannot specify `AutoScalingPolicyIds` and `Filters` at the same time.",
3376
+ "document": "Filter criteria\n\n<li> auto-scaling-policy-id - String - required: no - (filter) filter by alert policy id.</li>.\n<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id. obtain the scaling group id by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.\n<li>scaling-policy-name - String - required: no - (filter condition) filters by Alarm policy name.</li>.\n<li>scaling-policy-type - String - required: no - (filter criteria) filters by Alarm policy type. valid values: SIMPLE, TARGET_TRACKING, representing SIMPLE policy and TARGET TRACKING policy respectively.</li>.\nThe maximum number of `Filters` per request is 10, and that of `Filter.Values` is 5. the `AutoScalingPolicyIds` and `Filters` parameters cannot be specified simultaneously.",
3352
3377
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
3353
3378
  "member": "Filter",
3354
3379
  "name": "Filters",
@@ -3413,7 +3438,7 @@
3413
3438
  "members": [
3414
3439
  {
3415
3440
  "disabled": false,
3416
- "document": "Queries by one or more scheduled task IDs in the format of asst-am691zxo. The maximum number of instances per request is 100. This parameter does not support specifying both ScheduledActionIds` and `Filters` at the same time.",
3441
+ "document": "Query by one or more scheduled task ids. you can obtain the scheduled task ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group). the maximum number of instances per request is 100. parameters ScheduledActionIds and Filters must not be specified simultaneously.",
3417
3442
  "example": "[\"asst-caa5ha40\"]",
3418
3443
  "member": "string",
3419
3444
  "name": "ScheduledActionIds",
@@ -3422,7 +3447,7 @@
3422
3447
  },
3423
3448
  {
3424
3449
  "disabled": false,
3425
- "document": "Filter.\n<li> scheduled-action-id - String - Required: No - (Filter) Filter by scheduled task ID.</li>\n<li> scheduled-action-name - String - Required: No - (Filter) Filter by scheduled task name.</li>\n<li> auto-scaling-group-id - String - Required: No - (Filter) Filter by auto scaling group ID.</li>",
3450
+ "document": "Filter criteria. obtain the scheduled task ID, scheduled task name, and scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group).\n<li> scheduled-action-id - String - required: no - (filter) filter by scheduled task id.</li>.\n<li> scheduled-action-name - String - required: no - (filter criteria) filters by scheduled task name.</li>.\n<li> auto-scaling-group-id - String - required: no - (filter) filter by auto scaling group id.</li>.",
3426
3451
  "example": "[{\"Name\": \"auto-scaling-group-name\", \"Values\": [\"production-as\"]}]",
3427
3452
  "member": "Filter",
3428
3453
  "name": "Filters",
@@ -3466,7 +3491,7 @@
3466
3491
  {
3467
3492
  "disabled": false,
3468
3493
  "document": "List of scheduled task details.",
3469
- "example": "[{\"Recurrence\": \"* * * * *\", \"ScheduledActionId\": \"asst-9ns4dsr0\", \"AutoScalingGroupId\": \"asg-2q2sim6z\", \"ScheduledType\": \"ONCE\", \"MinSize\": 0, \"MaxSize\": 8, \"ScheduledActionName\": \"scale-out\", \"StartTime\": \"2023-01-03 09:45:00\", \"CreatedTime\": \"2022-01-26T02:46:12Z\", \"EndTime\": \"0000-00-00 00:00:00\", \"DesiredCapacity\": 0}]",
3494
+ "example": "",
3470
3495
  "member": "ScheduledAction",
3471
3496
  "name": "ScheduledActionSet",
3472
3497
  "output_required": true,
@@ -3487,7 +3512,7 @@
3487
3512
  "members": [
3488
3513
  {
3489
3514
  "disabled": false,
3490
- "document": "Auto scaling group ID",
3515
+ "document": "Auto scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
3491
3516
  "example": "asg-boz1qhnk",
3492
3517
  "member": "string",
3493
3518
  "name": "AutoScalingGroupId",
@@ -3496,7 +3521,7 @@
3496
3521
  },
3497
3522
  {
3498
3523
  "disabled": false,
3499
- "document": "List of CVM instance IDs",
3524
+ "document": "List of CVM instance ids. you can obtain available instance ids in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.",
3500
3525
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
3501
3526
  "member": "string",
3502
3527
  "name": "InstanceIds",
@@ -3515,7 +3540,7 @@
3515
3540
  "example": "asa-bcfxhy55",
3516
3541
  "member": "string",
3517
3542
  "name": "ActivityId",
3518
- "required": true,
3543
+ "output_required": true,
3519
3544
  "type": "string",
3520
3545
  "value_allowed_null": false
3521
3546
  },
@@ -3533,7 +3558,7 @@
3533
3558
  "members": [
3534
3559
  {
3535
3560
  "disabled": false,
3536
- "document": "Scaling group ID",
3561
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
3537
3562
  "example": "asg-12wjuh0s",
3538
3563
  "member": "string",
3539
3564
  "name": "AutoScalingGroupId",
@@ -3542,7 +3567,7 @@
3542
3567
  },
3543
3568
  {
3544
3569
  "disabled": false,
3545
- "document": "List of classic CLB IDs. Up to 20 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.",
3570
+ "document": "Specifies a list of classic load balancer ids with a maximum length of 20. either LoadBalancerIds or ForwardLoadBalancerIdentifications can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
3546
3571
  "example": "[\"lb-crhgatrf\"]",
3547
3572
  "member": "string",
3548
3573
  "name": "LoadBalancerIds",
@@ -3551,7 +3576,7 @@
3551
3576
  },
3552
3577
  {
3553
3578
  "disabled": false,
3554
- "document": "List of application CLB IDs. Up to 100 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.",
3579
+ "document": "Specifies the list of cloud load balancer identification information with a maximum length of 100. either LoadBalancerIds or ForwardLoadBalancerIdentifications can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
3555
3580
  "example": "[{\"ListenerId\": \"lbl-mqnrswr0\", \"LoadBalancerId\": \"lb-k7cs98bu\", \"LocationId\": \"loc-ivbajssu\"}]",
3556
3581
  "member": "ForwardLoadBalancerIdentification",
3557
3582
  "name": "ForwardLoadBalancerIdentifications",
@@ -3664,7 +3689,7 @@
3664
3689
  "members": [
3665
3690
  {
3666
3691
  "disabled": false,
3667
- "document": "Scaling group ID",
3692
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
3668
3693
  "example": "asg-nvnlpbb8",
3669
3694
  "member": "string",
3670
3695
  "name": "AutoScalingGroupId",
@@ -3691,7 +3716,7 @@
3691
3716
  "members": [
3692
3717
  {
3693
3718
  "disabled": false,
3694
- "document": "Auto scaling group ID",
3719
+ "document": "Scaling group ID. you can obtain the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or making an api call to [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.",
3695
3720
  "example": "asg-nvnlpbb8",
3696
3721
  "member": "string",
3697
3722
  "name": "AutoScalingGroupId",
@@ -3759,12 +3784,58 @@
3759
3784
  ],
3760
3785
  "usage": "both"
3761
3786
  },
3787
+ "EnterStandbyRequest": {
3788
+ "document": "EnterStandby request structure.",
3789
+ "members": [
3790
+ {
3791
+ "disabled": false,
3792
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
3793
+ "example": "asg-boz1qhnk",
3794
+ "member": "string",
3795
+ "name": "AutoScalingGroupId",
3796
+ "required": true,
3797
+ "type": "string"
3798
+ },
3799
+ {
3800
+ "disabled": false,
3801
+ "document": "List of running instances. non-running instances are not supported. you can obtain available instance ids in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.",
3802
+ "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
3803
+ "member": "string",
3804
+ "name": "InstanceIds",
3805
+ "required": true,
3806
+ "type": "list"
3807
+ }
3808
+ ],
3809
+ "type": "object"
3810
+ },
3811
+ "EnterStandbyResponse": {
3812
+ "document": "EnterStandby response structure.",
3813
+ "members": [
3814
+ {
3815
+ "disabled": false,
3816
+ "document": "Scaling activity ID.",
3817
+ "example": "asa-q59zikez",
3818
+ "member": "string",
3819
+ "name": "ActivityId",
3820
+ "output_required": true,
3821
+ "type": "string",
3822
+ "value_allowed_null": false
3823
+ },
3824
+ {
3825
+ "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.",
3826
+ "member": "string",
3827
+ "name": "RequestId",
3828
+ "type": "string"
3829
+ }
3830
+ ],
3831
+ "type": "object"
3832
+ },
3762
3833
  "ExecuteScalingPolicyRequest": {
3763
3834
  "document": "ExecuteScalingPolicy request structure.",
3764
3835
  "members": [
3765
3836
  {
3766
3837
  "disabled": false,
3767
- "document": "Auto-scaling policy ID. This parameter is not available to a target tracking policy.",
3838
+ "document": "Alarm scaling policy ID. target tracking policy is unsupported. the alert policy type can be obtained via the `ScalingPolicyType` parameter in the api response of [DescribeScalingPolicies](https://intl.cloud.tencent.com/document/api/377/33178?from_cn_redirect=1).",
3768
3839
  "example": "asp-f59pppuh",
3769
3840
  "member": "string",
3770
3841
  "name": "AutoScalingPolicyId",
@@ -3819,7 +3890,7 @@
3819
3890
  "members": [
3820
3891
  {
3821
3892
  "disabled": false,
3822
- "document": "Scaling group ID.",
3893
+ "document": "Auto scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
3823
3894
  "example": "asg-boz1qhnk",
3824
3895
  "member": "string",
3825
3896
  "name": "AutoScalingGroupId",
@@ -3828,7 +3899,7 @@
3828
3899
  },
3829
3900
  {
3830
3901
  "disabled": false,
3831
- "document": "List of CVM instances in standby status.",
3902
+ "document": "List of CVM instances in standby status. you can obtain available instance ID in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.",
3832
3903
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
3833
3904
  "member": "string",
3834
3905
  "name": "InstanceIds",
@@ -3843,13 +3914,13 @@
3843
3914
  "members": [
3844
3915
  {
3845
3916
  "disabled": false,
3846
- "document": "Scaling activity ID.\nNote: This field may return null, indicating that no valid value can be obtained.",
3917
+ "document": "Scaling activity ID.",
3847
3918
  "example": "asa-q59zikez",
3848
3919
  "member": "string",
3849
3920
  "name": "ActivityId",
3850
3921
  "output_required": true,
3851
3922
  "type": "string",
3852
- "value_allowed_null": true
3923
+ "value_allowed_null": false
3853
3924
  },
3854
3925
  {
3855
3926
  "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.",
@@ -3889,7 +3960,7 @@
3889
3960
  "members": [
3890
3961
  {
3891
3962
  "disabled": false,
3892
- "document": "Load balancer ID",
3963
+ "document": "ID of the load balancer. this parameter is required as an input parameter. you can obtain it through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
3893
3964
  "example": "lb-fy6te4r5",
3894
3965
  "member": "string",
3895
3966
  "name": "LoadBalancerId",
@@ -3900,7 +3971,7 @@
3900
3971
  },
3901
3972
  {
3902
3973
  "disabled": false,
3903
- "document": "Application load balancer listener ID",
3974
+ "document": "CLB listener ID. as an input parameter, this parameter is required. you can obtain it through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
3904
3975
  "example": "lbl-dhyt56rf",
3905
3976
  "member": "string",
3906
3977
  "name": "ListenerId",
@@ -3911,7 +3982,7 @@
3911
3982
  },
3912
3983
  {
3913
3984
  "disabled": false,
3914
- "document": "List of target rule attributes",
3985
+ "document": "Target rule attribute list. as an input parameter, this parameter is required.",
3915
3986
  "example": "[{\"Port\": 80, \"Weight\": 10}]",
3916
3987
  "member": "TargetAttribute",
3917
3988
  "name": "TargetAttributes",
@@ -3922,7 +3993,7 @@
3922
3993
  },
3923
3994
  {
3924
3995
  "disabled": false,
3925
- "document": "ID of a forwarding rule. This parameter is required for layer-7 listeners.",
3996
+ "document": "The forwarding rule ID. note: this parameter is required for layer-7 (http/https) listeners. it can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
3926
3997
  "example": "loc-sj8y6tr4",
3927
3998
  "member": "string",
3928
3999
  "name": "LocationId",
@@ -4065,7 +4136,7 @@
4065
4136
  "example": "ins-089dlszs",
4066
4137
  "member": "string",
4067
4138
  "name": "InstanceId",
4068
- "required": true,
4139
+ "output_required": true,
4069
4140
  "type": "string",
4070
4141
  "value_allowed_null": false
4071
4142
  },
@@ -4075,7 +4146,7 @@
4075
4146
  "example": "asg-02ofd40a",
4076
4147
  "member": "string",
4077
4148
  "name": "AutoScalingGroupId",
4078
- "required": true,
4149
+ "output_required": true,
4079
4150
  "type": "string",
4080
4151
  "value_allowed_null": false
4081
4152
  },
@@ -4085,7 +4156,7 @@
4085
4156
  "example": "asc-23yf98ie",
4086
4157
  "member": "string",
4087
4158
  "name": "LaunchConfigurationId",
4088
- "required": true,
4159
+ "output_required": true,
4089
4160
  "type": "string",
4090
4161
  "value_allowed_null": false
4091
4162
  },
@@ -4095,27 +4166,27 @@
4095
4166
  "example": "测试asc-01_2.3",
4096
4167
  "member": "string",
4097
4168
  "name": "LaunchConfigurationName",
4098
- "required": true,
4169
+ "output_required": true,
4099
4170
  "type": "string",
4100
4171
  "value_allowed_null": false
4101
4172
  },
4102
4173
  {
4103
4174
  "disabled": false,
4104
- "document": "Lifecycle status. Valid values:<br>\n<li>`IN_SERVICE`: The instance is running.\n<li>`CREATING`: The instance is being created.\n<li>`CREATION_FAILED`: The instance fails to be created.\n<li>`TERMINATING`: The instance is being terminated.\n<li>`TERMINATION_FAILED`: The instance fails to be terminated.\n<li>`ATTACHING`: The instance is being bound.\n<li>`ATTACH_FAILED`: The instance fails to be bound.\n<li>`DETACHING`: The instance is being unbound.\n<li>`DETACH_FAILED`: The instance fails to be unbound.\n<li>`ATTACHING_LB`: The LB is being bound.\n<li>DETACHING_LB: The LB is being unbound.\n<li>`MODIFYING_LB`: The LB is being modified.\n<li>`STARTING`: The instance is being started up.\n<li>`START_FAILED`: The instance fails to be started up.\n<li>`STOPPING`: The instance is being shut down.\n<li>`STOP_FAILED`: The instance fails to be shut down.\n<li>`STOPPED`: The instance is shut down.\n<li>`IN_LAUNCHING_HOOK`: The lifecycle hook is being scaled out.\n<li>`IN_TERMINATING_HOOK`: The lifecycle hook is being scaled in.",
4175
+ "document": "Lifecycle status. valid values are as follows:.\n<Li>IN_SERVICE: running</li>.\n<Li>CREATING: specifies the instance is being created.</li>.\n<Li>CREATION_FAILED: creation failed.</li>.\n<Li>`TERMINATING`: the instance is being terminated.</li>.\n<Li>`TERMINATION_FAILED`: the instance fails to be terminated.</li>.\n<Li>ATTACHING: binding</li>.\n<Li>`ATTACH_FAILED`: the instance fails to be bound.</li>.\n<Li>DETACHING: specifies the unbinding is in progress.</li>.\n<Li>`DETACH_FAILED`: the instance fails to be unbound.</li>.\n<Li>`ATTACHING_LB`: binding to lb</li>.\n<Li>DETACHING_LB: the lb is being unbound.</li>.\n<Li>`MODIFYING_LB`: the lb is being modified.</li>.\n<Li>`STARTING`: the instance is being started up.</li>.\n<Li>`START_FAILED`: the instance fails to be started up.</li>.\n<Li>`STOPPING`: the instance is being shut down.</li>.\n<Li>`STOP_FAILED`: the instance fails to be shut down.</li>.\n<Li>`STOPPED`: the instance is shut down.</li>.\n<Li>`IN_LAUNCHING_HOOK`: the lifecycle hook is being scaled out.</li>.\n<Li>`IN_TERMINATING_HOOK`: the lifecycle hook is being scaled in.</li>.",
4105
4176
  "example": "IN_SERVICE",
4106
4177
  "member": "string",
4107
4178
  "name": "LifeCycleState",
4108
- "required": true,
4179
+ "output_required": true,
4109
4180
  "type": "string",
4110
4181
  "value_allowed_null": false
4111
4182
  },
4112
4183
  {
4113
4184
  "disabled": false,
4114
- "document": "Health status. Value range: HEALTHY, UNHEALTHY",
4185
+ "document": "Health status. valid values are as follows:.\n<Li>HEALTHY: the instance is in Healthy status.</li>.\n<Li>UNHEALTHY: instance ping unreachable</li>.\n<Li>CLB_UNHEALTHY: the instance port listened by clb is unhealthy</li>.",
4115
4186
  "example": "HEALTHY",
4116
4187
  "member": "string",
4117
4188
  "name": "HealthStatus",
4118
- "required": true,
4189
+ "output_required": true,
4119
4190
  "type": "string",
4120
4191
  "value_allowed_null": false
4121
4192
  },
@@ -4125,7 +4196,7 @@
4125
4196
  "example": "false",
4126
4197
  "member": "bool",
4127
4198
  "name": "ProtectedFromScaleIn",
4128
- "required": true,
4199
+ "output_required": true,
4129
4200
  "type": "bool",
4130
4201
  "value_allowed_null": false
4131
4202
  },
@@ -4135,7 +4206,7 @@
4135
4206
  "example": "ap-guangzhou-1",
4136
4207
  "member": "string",
4137
4208
  "name": "Zone",
4138
- "required": true,
4209
+ "output_required": true,
4139
4210
  "type": "string",
4140
4211
  "value_allowed_null": false
4141
4212
  },
@@ -4145,17 +4216,17 @@
4145
4216
  "example": "AUTO_CREATION",
4146
4217
  "member": "string",
4147
4218
  "name": "CreationType",
4148
- "required": true,
4219
+ "output_required": true,
4149
4220
  "type": "string",
4150
4221
  "value_allowed_null": false
4151
4222
  },
4152
4223
  {
4153
4224
  "disabled": false,
4154
- "document": "Instance addition time",
4225
+ "document": "Instance join time is displayed in a format that conforms to the ISO8601 standard and uses UTC time.",
4155
4226
  "example": "2023-01-13T03:06:25Z",
4156
4227
  "member": "datetime_iso",
4157
4228
  "name": "AddTime",
4158
- "required": true,
4229
+ "output_required": true,
4159
4230
  "type": "string",
4160
4231
  "value_allowed_null": false
4161
4232
  },
@@ -4165,7 +4236,7 @@
4165
4236
  "example": "S3.MEDIUM2",
4166
4237
  "member": "string",
4167
4238
  "name": "InstanceType",
4168
- "required": true,
4239
+ "output_required": true,
4169
4240
  "type": "string",
4170
4241
  "value_allowed_null": false
4171
4242
  },
@@ -4175,7 +4246,7 @@
4175
4246
  "example": "1",
4176
4247
  "member": "int64",
4177
4248
  "name": "VersionNumber",
4178
- "required": true,
4249
+ "output_required": true,
4179
4250
  "type": "int",
4180
4251
  "value_allowed_null": false
4181
4252
  },
@@ -4185,29 +4256,29 @@
4185
4256
  "example": "测试asg-01_2.3",
4186
4257
  "member": "string",
4187
4258
  "name": "AutoScalingGroupName",
4188
- "required": true,
4259
+ "output_required": true,
4189
4260
  "type": "string",
4190
4261
  "value_allowed_null": false
4191
4262
  },
4192
4263
  {
4193
4264
  "disabled": false,
4194
- "document": "Warming up status. Valid values:\n<li>`WAITING_ENTER_WARMUP`: The instance is waiting to be warmed up.\n<li>`NO_NEED_WARMUP`: Warming up is not required.\n<li>`IN_WARMUP`: The instance is being warmed up.\n<li>`AFTER_WARMUP`: Warming up is completed.",
4265
+ "document": "Preheat status. valid values are as follows:.\n<Li>WAITING_ENTER_WARMUP: specifies the instance is waiting to enter preheating.</li>.\n<Li>`NO_NEED_WARMUP`: warming up is not required.</li>.\n<Li>IN_WARMUP: preheating.</li>.\n<Li>AFTER_WARMUP: indicates the preheating is completed.</li>.",
4195
4266
  "example": "IN_WARMUP",
4196
4267
  "member": "string",
4197
4268
  "name": "WarmupStatus",
4198
- "required": true,
4269
+ "output_required": true,
4199
4270
  "type": "string",
4200
4271
  "value_allowed_null": false
4201
4272
  },
4202
4273
  {
4203
4274
  "disabled": false,
4204
- "document": "Placement group ID. Only one is allowed.\nNote: This field may return `null`, indicating that no valid values can be obtained.",
4275
+ "document": "Placement group ID. Only one can be specified.",
4205
4276
  "example": "[\"ps-uf8j6y3t\"]",
4206
4277
  "member": "string",
4207
4278
  "name": "DisasterRecoverGroupIds",
4208
- "required": false,
4279
+ "output_required": false,
4209
4280
  "type": "list",
4210
- "value_allowed_null": true
4281
+ "value_allowed_null": false
4211
4282
  }
4212
4283
  ],
4213
4284
  "usage": "out"
@@ -4256,7 +4327,7 @@
4256
4327
  },
4257
4328
  {
4258
4329
  "disabled": false,
4259
- "document": "Market option type. Currently, this only supports the value \"spot\"\nNote: This field may return null, indicating that no valid values can be obtained.",
4330
+ "document": "Market option type. The value can only be spot currently.",
4260
4331
  "example": "spot",
4261
4332
  "member": "string",
4262
4333
  "name": "MarketType",
@@ -4269,12 +4340,12 @@
4269
4340
  "usage": "both"
4270
4341
  },
4271
4342
  "InstanceNameIndexSettings": {
4272
- "document": "Instance name sequencing settings.",
4343
+ "document": "Instance name index settings.",
4273
4344
  "members": [
4274
4345
  {
4275
4346
  "disabled": false,
4276
- "document": "Whether to enable instance creation sequencing, which is disabled by default. Valid values: <li>TRUE: Indicates that instance creation sequencing is enabled. <li>FALSE: Indicates that instance creation sequencing is disabled.\nNote: This field may return null, indicating that no valid value can be obtained.",
4277
- "example": "FALSE",
4347
+ "document": "Whether to enable instance name index. Default value: false. Value range:.\n\n**true**: indicates that instance name index is enabled.\n**false**: indicates that instance name index is disabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
4348
+ "example": "false",
4278
4349
  "member": "bool",
4279
4350
  "name": "Enabled",
4280
4351
  "output_required": false,
@@ -4284,7 +4355,7 @@
4284
4355
  },
4285
4356
  {
4286
4357
  "disabled": false,
4287
- "document": "Initial sequence number, with a value range of [0, 99,999,999]. When the sequence number exceeds this range after incrementing, scale-out activities will fail. <li>Upon the first enabling of instance name sequencing: The default value is 0. <li>Upon the enabling of instance name sequencing (not for the first time): If this parameter is not specified, the historical sequence number will be carried forward. Lowering the initial sequence number may result in duplicate instance name sequences within the scaling group.\nNote: This field may return null, indicating that no valid value can be obtained.",
4358
+ "document": "Begin index number. Value range: [0, 99999999].\n\nIndicates that the scale out activity will be failed when the index out of range. \nIf not specified, carries forward historical index number or 0.\nLowering the index sequence number may lead to instance name duplication within the group.\nNote: This field may return null, indicating that no valid values can be obtained.",
4288
4359
  "example": "0",
4289
4360
  "member": "int64",
4290
4361
  "name": "BeginIndex",
@@ -4292,6 +4363,17 @@
4292
4363
  "required": false,
4293
4364
  "type": "int",
4294
4365
  "value_allowed_null": true
4366
+ },
4367
+ {
4368
+ "disabled": false,
4369
+ "document": "Instance name index number digits, defaults to 0, means no specified digit count. Value range: 0-8, maximum is integer 8. when using values 1-8, the system checks whether the index number exceeds the maximum digit for this digit count.\n\nIf set to 3, index number is in the format: 000, 001, 002 ... 010, 011 ... 100 ... 999. The maximum is 999. \nAssuming set to 0, the index number is 0, 1, 2 ... 10, 11 ... 100 ... 1000 ...10000 ... 99999999. Max number is 99999999.",
4370
+ "example": "0",
4371
+ "member": "uint64",
4372
+ "name": "IndexLength",
4373
+ "output_required": false,
4374
+ "required": false,
4375
+ "type": "int",
4376
+ "value_allowed_null": false
4295
4377
  }
4296
4378
  ],
4297
4379
  "usage": "both"
@@ -4409,6 +4491,50 @@
4409
4491
  "required": false,
4410
4492
  "type": "string",
4411
4493
  "value_allowed_null": true
4494
+ },
4495
+ {
4496
+ "disabled": false,
4497
+ "document": "Describes the line type. For details, refer to [EIP Product Overview](https://www.tencentcloud.com/document/product/213/5733). default value: `BGP`.\n\n<Li>BGP: general bgp line.</li>\nFor a user who has enabled the static single-line IP allowlist, valid values include:\n <li>CMCC: China Mobile</li> <li>CTCC: China Telecom</li> <li>CUCC: China Unicom</li>\nNote: Only certain regions support static single-line IP addresses.\n",
4498
+ "example": "BGP",
4499
+ "member": "string",
4500
+ "name": "InternetServiceProvider",
4501
+ "output_required": false,
4502
+ "required": false,
4503
+ "type": "string",
4504
+ "value_allowed_null": false
4505
+ },
4506
+ {
4507
+ "disabled": false,
4508
+ "document": "Type of public IP address.\n\n<li> WanIP: Ordinary public IP address. </li> <li> HighQualityEIP: High Quality EIP is supported only in Singapore and Hong Kong. </li> <li> AntiDDoSEIP: Anti-DDoS IP is supported only in specific regions. For details, see [EIP Product Overview](https://www.tencentcloud.com/document/product/213/5733). </li> \nSpecify the type of public IPv4 address to assign a public IPv4 address to the resource. HighQualityEIP and AntiDDoSEIP features are gradually released in select regions. For usage, [submit a ticket for consultation](https://console.tencentcloud.com/workorder).",
4509
+ "example": "WanIP",
4510
+ "member": "string",
4511
+ "name": "IPv4AddressType",
4512
+ "output_required": false,
4513
+ "required": false,
4514
+ "type": "string",
4515
+ "value_allowed_null": false
4516
+ },
4517
+ {
4518
+ "disabled": false,
4519
+ "document": "Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.",
4520
+ "example": "bgp-00000000",
4521
+ "member": "string",
4522
+ "name": "AntiDDoSPackageId",
4523
+ "output_required": false,
4524
+ "required": false,
4525
+ "type": "string",
4526
+ "value_allowed_null": false
4527
+ },
4528
+ {
4529
+ "disabled": false,
4530
+ "document": "Whether to delete the bound EIP(HighQualityEIP and AntiDDoSEIP) when the instance is destroyed.\n\nRange of values:\n\n<li>TRUE: retain the EIP</li> <li>FALSE: not retain the EIP</li>Note that when the IPv4AddressType field specifies the EIP type, the default behavior is not to retain the EIP. \nWanIP is unaffected by this field and will always be deleted with the instance. \nChanging this field configuration will take effect immediately for resources already bound to a scaling group.",
4531
+ "example": "false",
4532
+ "member": "bool",
4533
+ "name": "IsKeepEIP",
4534
+ "output_required": false,
4535
+ "required": false,
4536
+ "type": "bool",
4537
+ "value_allowed_null": false
4412
4538
  }
4413
4539
  ],
4414
4540
  "usage": "both"
@@ -4418,63 +4544,63 @@
4418
4544
  "members": [
4419
4545
  {
4420
4546
  "disabled": false,
4421
- "document": "Instance ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
4547
+ "document": "Instance ID.",
4422
4548
  "example": "ins-0lizunus",
4423
4549
  "member": "string",
4424
4550
  "name": "InstanceId",
4425
4551
  "output_required": true,
4426
4552
  "type": "string",
4427
- "value_allowed_null": true
4553
+ "value_allowed_null": false
4428
4554
  },
4429
4555
  {
4430
4556
  "disabled": false,
4431
- "document": "Execution activity ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
4557
+ "document": "Execution activity ID.",
4432
4558
  "example": "inv-0h9q6ahv",
4433
4559
  "member": "string",
4434
4560
  "name": "InvocationId",
4435
4561
  "output_required": true,
4436
4562
  "type": "string",
4437
- "value_allowed_null": true
4563
+ "value_allowed_null": false
4438
4564
  },
4439
4565
  {
4440
4566
  "disabled": false,
4441
- "document": "Execution task ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
4567
+ "document": "Task ID.",
4442
4568
  "example": "invt-4mqj9ekr",
4443
4569
  "member": "string",
4444
4570
  "name": "InvocationTaskId",
4445
4571
  "output_required": true,
4446
4572
  "type": "string",
4447
- "value_allowed_null": true
4573
+ "value_allowed_null": false
4448
4574
  },
4449
4575
  {
4450
4576
  "disabled": false,
4451
- "document": "Command ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
4577
+ "document": "Command ID.",
4452
4578
  "example": "cmd-5l44tu7j",
4453
4579
  "member": "string",
4454
4580
  "name": "CommandId",
4455
4581
  "output_required": true,
4456
4582
  "type": "string",
4457
- "value_allowed_null": true
4583
+ "value_allowed_null": false
4458
4584
  },
4459
4585
  {
4460
4586
  "disabled": false,
4461
- "document": "Execution Status\nNote: This field may return null, indicating that no valid values can be obtained.",
4587
+ "document": "Specifies the execution task status.",
4462
4588
  "example": "SUCCESS",
4463
4589
  "member": "string",
4464
4590
  "name": "TaskStatus",
4465
4591
  "output_required": true,
4466
4592
  "type": "string",
4467
- "value_allowed_null": true
4593
+ "value_allowed_null": false
4468
4594
  },
4469
4595
  {
4470
4596
  "disabled": false,
4471
- "document": "Execution exception information\nNote: This field may return null, indicating that no valid values can be obtained.",
4597
+ "document": "Specifies the exception information during execution.",
4472
4598
  "example": "InvocationTaskFailed->Invocation task failed.",
4473
4599
  "member": "string",
4474
4600
  "name": "ErrorMessage",
4475
4601
  "output_required": true,
4476
4602
  "type": "string",
4477
- "value_allowed_null": true
4603
+ "value_allowed_null": false
4478
4604
  }
4479
4605
  ],
4480
4606
  "usage": "out"
@@ -4594,7 +4720,7 @@
4594
4720
  },
4595
4721
  {
4596
4722
  "disabled": false,
4597
- "document": "Creation time of the launch configuration.",
4723
+ "document": "Specifies the startup configuration creation time. uses UTC standard time.",
4598
4724
  "example": "2021-05-31T12:38:35Z",
4599
4725
  "member": "datetime_iso",
4600
4726
  "name": "CreatedTime",
@@ -4634,7 +4760,7 @@
4634
4760
  },
4635
4761
  {
4636
4762
  "disabled": false,
4637
- "document": "Instance billing type, with the CVM default value processed as POSTPAID_BY_HOUR. <li>POSTPAID_BY_HOUR: Hourly postpaid billing.</li> <li>SPOTPAID: Spot billing.</li>",
4763
+ "document": "Instance billing type. valid values:.\n<Li>POSTPAID_BY_HOUR: pay-as-you-go hourly</li>.\n<Li>SPOTPAID: spot payment</li>.\n<Li>PREPAID: prepaid, i.e., monthly subscription</li>.\n<Li>CDCPAID: dedicated cluster payment</li>.",
4638
4764
  "example": "POSTPAID_BY_HOUR",
4639
4765
  "member": "string",
4640
4766
  "name": "InstanceChargeType",
@@ -4674,13 +4800,13 @@
4674
4800
  },
4675
4801
  {
4676
4802
  "disabled": false,
4677
- "document": "Tag list.\nNote: This field may return null, indicating that no valid values can be obtained.",
4803
+ "document": "Tag list. this parameter specifies tags only used for binding the launch configuration and will not be passed to CVM instances scaled out based on it.",
4678
4804
  "example": "[{\"Key\": \"CCode\", \"Value\": \"ASTENCENT\", \"ResourceType\": \"launch-configuration\"}]",
4679
4805
  "member": "Tag",
4680
4806
  "name": "Tags",
4681
4807
  "output_required": true,
4682
4808
  "type": "list",
4683
- "value_allowed_null": true
4809
+ "value_allowed_null": false
4684
4810
  },
4685
4811
  {
4686
4812
  "disabled": false,
@@ -4694,7 +4820,7 @@
4694
4820
  },
4695
4821
  {
4696
4822
  "disabled": false,
4697
- "document": "Update time",
4823
+ "document": "Last update time is in standard UTC time.",
4698
4824
  "example": "2023-09-04T11:42:46Z",
4699
4825
  "member": "datetime_iso",
4700
4826
  "name": "UpdatedTime",
@@ -4704,7 +4830,7 @@
4704
4830
  },
4705
4831
  {
4706
4832
  "disabled": false,
4707
- "document": "CAM role name. This parameter can be obtained from the `roleName` field returned by DescribeRoleList API.",
4833
+ "document": "Role name of the CAM role. can be obtained from roleName in the return value from the DescribeRoleList API (https://intl.cloud.tencent.com/document/product/598/36223?from_cn_redirect=1).",
4708
4834
  "example": "TestRole",
4709
4835
  "member": "string",
4710
4836
  "name": "CamRoleName",
@@ -4794,13 +4920,13 @@
4794
4920
  },
4795
4921
  {
4796
4922
  "disabled": false,
4797
- "document": "Image family name.\nNote: This field may return null, indicating that no valid values can be obtained.",
4923
+ "document": "Image family name.",
4798
4924
  "example": "testfamily",
4799
4925
  "member": "string",
4800
4926
  "name": "ImageFamily",
4801
4927
  "output_required": true,
4802
4928
  "type": "string",
4803
- "value_allowed_null": true
4929
+ "value_allowed_null": false
4804
4930
  },
4805
4931
  {
4806
4932
  "disabled": false,
@@ -4896,25 +5022,25 @@
4896
5022
  "members": [
4897
5023
  {
4898
5024
  "disabled": false,
4899
- "document": "Remote command ID. It’s required to execute a command.\nNote: This field may return null, indicating that no valid values can be obtained.",
5025
+ "document": "Remote command ID. this item is required if you select to execute command.",
4900
5026
  "example": "cmd-gt5dre32",
4901
5027
  "member": "string",
4902
5028
  "name": "CommandId",
4903
5029
  "output_required": true,
4904
5030
  "required": true,
4905
5031
  "type": "string",
4906
- "value_allowed_null": true
5032
+ "value_allowed_null": false
4907
5033
  },
4908
5034
  {
4909
5035
  "disabled": false,
4910
- "document": "Custom parameter. The field type is JSON encoded string. For example, {\"varA\": \"222\"}.\n`key` is the name of the custom parameter and `value` is the default value. Both `key` and `value` are strings.\nIf this parameter is not specified, the `DefaultParameters` of `Command` is used.\nUp to 20 customer parameters allowed. The parameter name can contain up to 64 characters, including [a-z], [A-Z], [0-9] and [-_].\nNote: This field may return null, indicating that no valid values can be obtained.",
5036
+ "document": "Custom parameter. field type is json encoded string, for example: {\"varA\": \"222\"}.\nkey specifies the custom parameter name, and value specifies the default. both are string type.\nIf the parameter value is not provided, the DefaultParameters of Command will be used to replace it.\nCustom parameters support a maximum of 20 entries. the custom parameter name must meet the following standard: number of characters has a cap of 64, value range [a-zA-Z0-9-_].",
4911
5037
  "example": "{\"varA\": \"222\"}",
4912
5038
  "member": "string",
4913
5039
  "name": "Parameters",
4914
5040
  "output_required": true,
4915
5041
  "required": false,
4916
5042
  "type": "string",
4917
- "value_allowed_null": true
5043
+ "value_allowed_null": false
4918
5044
  }
4919
5045
  ],
4920
5046
  "usage": "both"
@@ -4954,7 +5080,7 @@
4954
5080
  },
4955
5081
  {
4956
5082
  "disabled": false,
4957
- "document": "Default result of the lifecycle hook",
5083
+ "document": "Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values:.\n-CONTINUE execution by default means capacity expansion or reduction.\n-For scale-out hooks, cvms with hook timeout or failed LifecycleCommand execution will be released directly or removed; for scale-in hooks, scale-in activities will continue.",
4958
5084
  "example": "CONTINUE",
4959
5085
  "member": "string",
4960
5086
  "name": "DefaultResult",
@@ -4964,7 +5090,7 @@
4964
5090
  },
4965
5091
  {
4966
5092
  "disabled": false,
4967
- "document": "Wait timeout period of the lifecycle hook",
5093
+ "document": "Specifies the timeout waiting time of the lifecycle hook in seconds. value range: 30 to 7200.",
4968
5094
  "example": "300",
4969
5095
  "member": "int64",
4970
5096
  "name": "HeartbeatTimeout",
@@ -4974,7 +5100,7 @@
4974
5100
  },
4975
5101
  {
4976
5102
  "disabled": false,
4977
- "document": "Applicable scenario of the lifecycle hook",
5103
+ "document": "Scenario for entering the lifecycle hook. valid values:.\n-`INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.\n-INSTANCE_TERMINATING: scale-in lifecycle hook.",
4978
5104
  "example": "INSTANCE_TERMINATING",
4979
5105
  "member": "string",
4980
5106
  "name": "LifecycleTransition",
@@ -4994,7 +5120,7 @@
4994
5120
  },
4995
5121
  {
4996
5122
  "disabled": false,
4997
- "document": "Creation time",
5123
+ "document": "Creation time. uses UTC for timing.",
4998
5124
  "example": "2024-11-11T15:29:59Z",
4999
5125
  "member": "datetime_iso",
5000
5126
  "name": "CreatedTime",
@@ -5014,7 +5140,7 @@
5014
5140
  },
5015
5141
  {
5016
5142
  "disabled": false,
5017
- "document": "Applicable scenario of the lifecycle hook",
5143
+ "document": "Specifies the scenario type for performing the lifecycle hook. valid values: NORMAL and EXTENSION. default value: NORMAL.\nDescription: when set to `EXTENSION`, the lifecycle hook will be triggered during `AttachInstances`, `DetachInstances`, or `RemoveInstances` API calls. if set to `NORMAL`, the lifecycle hook will not be triggered by these apis.",
5018
5144
  "example": "NORMAL",
5019
5145
  "member": "string",
5020
5146
  "name": "LifecycleTransitionType",
@@ -5024,13 +5150,13 @@
5024
5150
  },
5025
5151
  {
5026
5152
  "disabled": false,
5027
- "document": "Remote command execution object.\nNote: This field may return null, indicating that no valid values can be obtained.",
5153
+ "document": "Remote command execution object.",
5028
5154
  "example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
5029
5155
  "member": "LifecycleCommand",
5030
5156
  "name": "LifecycleCommand",
5031
5157
  "output_required": true,
5032
5158
  "type": "object",
5033
- "value_allowed_null": true
5159
+ "value_allowed_null": false
5034
5160
  }
5035
5161
  ],
5036
5162
  "usage": "out"
@@ -5065,7 +5191,7 @@
5065
5191
  },
5066
5192
  {
5067
5193
  "disabled": false,
5068
- "document": "List of key IDs. After an instance is associated with a key, you can access the instance with the private key in the key pair. You can call `DescribeKeyPairs` to obtain `KeyId`. Key and password cannot be specified at the same time. Windows instances do not support keys. Currently, you can only specify one key when purchasing an instance.",
5194
+ "document": "List of key ids. after associating a key, you can access the instance through the corresponding private key. KeyId can be obtained by calling the api [DescribeKeyPairs](https://intl.cloud.tencent.com/document/api/213/15699?from_cn_redirect=1). key and password cannot be specified simultaneously. the Windows operating system does not support specifying a key. currently, only one key can be specified during purchase.",
5069
5195
  "example": "[\"skey-ju7fy6t5\"]",
5070
5196
  "member": "string",
5071
5197
  "name": "KeyIds",
@@ -5217,8 +5343,8 @@
5217
5343
  "members": [
5218
5344
  {
5219
5345
  "disabled": false,
5220
- "document": "Auto scaling group ID",
5221
- "example": "asg-aaaabbbb",
5346
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
5347
+ "example": "asg-gf5r6t7u",
5222
5348
  "member": "string",
5223
5349
  "name": "AutoScalingGroupId",
5224
5350
  "required": true,
@@ -5235,7 +5361,7 @@
5235
5361
  },
5236
5362
  {
5237
5363
  "disabled": false,
5238
- "document": "Default cooldown period in seconds. Default value: 300",
5364
+ "document": "Default cooldown period in seconds. value ranges from 0 to 3600. default value: 300.",
5239
5365
  "example": "300",
5240
5366
  "member": "uint64",
5241
5367
  "name": "DefaultCooldown",
@@ -5244,7 +5370,7 @@
5244
5370
  },
5245
5371
  {
5246
5372
  "disabled": false,
5247
- "document": "Desired number of instances. The number should be no larger than the maximum and no smaller than minimum number of instances",
5373
+ "document": "Expected number of instances, value ranges from 0 to 2000. to meet maximum value greater than or equal to expected value, expected value greater than or equal to minimum value.",
5248
5374
  "example": "1",
5249
5375
  "member": "uint64",
5250
5376
  "name": "DesiredCapacity",
@@ -5253,8 +5379,8 @@
5253
5379
  },
5254
5380
  {
5255
5381
  "disabled": false,
5256
- "document": "Launch configuration ID",
5257
- "example": "asc-aaaabbbb",
5382
+ "document": "Launch configuration ID. obtain available launch configuration ids in the following ways:.\n<li>Queries the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config).</li>.\n<li>Specifies the launch configuration ID obtained by calling the api [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the return information.</li>.",
5383
+ "example": "asc-gf5r6t7u",
5258
5384
  "member": "string",
5259
5385
  "name": "LaunchConfigurationId",
5260
5386
  "required": false,
@@ -5262,7 +5388,7 @@
5262
5388
  },
5263
5389
  {
5264
5390
  "disabled": false,
5265
- "document": "Maximum number of instances. Value range: 0-2,000.",
5391
+ "document": "Maximum number of instances, value range from 0 to 2000. to meet maximum value greater than or equal to expected value, expected value greater than or equal to minimum value.",
5266
5392
  "example": "1",
5267
5393
  "member": "uint64",
5268
5394
  "name": "MaxSize",
@@ -5271,7 +5397,7 @@
5271
5397
  },
5272
5398
  {
5273
5399
  "disabled": false,
5274
- "document": "Minimum number of instances. Value range: 0-2,000.",
5400
+ "document": "Minimum number of instances. value range [0,2000]. to meet maximum value equal to or greater than expected value, expected value equal to or greater than minimum value.",
5275
5401
  "example": "1",
5276
5402
  "member": "uint64",
5277
5403
  "name": "MinSize",
@@ -5280,7 +5406,7 @@
5280
5406
  },
5281
5407
  {
5282
5408
  "disabled": false,
5283
- "document": "Project ID",
5409
+ "document": "Project ID. obtain this parameter by calling [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1), `ProjectId` field in the return value. default value is 0, indicates usage of the default project.",
5284
5410
  "example": "1",
5285
5411
  "member": "uint64",
5286
5412
  "name": "ProjectId",
@@ -5289,8 +5415,8 @@
5289
5415
  },
5290
5416
  {
5291
5417
  "disabled": false,
5292
- "document": "List of subnet IDs",
5293
- "example": "[\"subnet-aaaabbbb\"]",
5418
+ "document": "subnet ID list. you can obtain a valid vpc subnet ID by logging in to the [console](https://console.cloud.tencent.com/vpc/subnet). you can also call the API [DescribeSubnets](https://intl.cloud.tencent.com/document/product/215/15784?from_cn_redirect=1) and retrieve the valid vpc subnet ID from the SubnetId field in the API response.",
5419
+ "example": "[\"subnet-gf5r6t7u\"]",
5294
5420
  "member": "string",
5295
5421
  "name": "SubnetIds",
5296
5422
  "required": false,
@@ -5307,8 +5433,8 @@
5307
5433
  },
5308
5434
  {
5309
5435
  "disabled": false,
5310
- "document": "VPC ID. This field is left empty for basic networks. You need to specify SubnetIds when modifying the network of the auto scaling group to a VPC with a specified VPC ID. Specify Zones when modifying the network to a basic network.",
5311
- "example": "vpc-aaaabbbb",
5436
+ "document": "vpc ID. when modifying the vpc, you need to change the SubnetIds parameter to the subnet of this vpc. effective VpcId can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc) or obtained from the VpcId field in the api response by calling the DescribeVpc api (https://intl.cloud.tencent.com/document/api/215/15778?from_cn_redirect=1).",
5437
+ "example": "vpc-gf5r6t7u",
5312
5438
  "member": "string",
5313
5439
  "name": "VpcId",
5314
5440
  "required": false,
@@ -5352,7 +5478,7 @@
5352
5478
  },
5353
5479
  {
5354
5480
  "disabled": false,
5355
- "document": "The number of IPv6 addresses that an instance has. Valid values: 0 and 1.",
5481
+ "document": "The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports IPv6 and enable IPv6 CIDR in the subnet. for usage restrictions, see [IPv6 usage limits](https://intl.cloud.tencent.com/document/product/1142/38369?from_cn_redirect=1).",
5356
5482
  "example": "1",
5357
5483
  "member": "int64",
5358
5484
  "name": "Ipv6AddressCount",
@@ -5442,7 +5568,7 @@
5442
5568
  "members": [
5443
5569
  {
5444
5570
  "disabled": false,
5445
- "document": "Auto scaling group ID",
5571
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
5446
5572
  "example": "asg-nvnlpbb8",
5447
5573
  "member": "string",
5448
5574
  "name": "AutoScalingGroupId",
@@ -5451,7 +5577,7 @@
5451
5577
  },
5452
5578
  {
5453
5579
  "disabled": false,
5454
- "document": "Desired capacity",
5580
+ "document": "Expected number of instances, value ranges from 0 to 2000, to meet MaxSize >= DesiredCapacity >= MinSize.",
5455
5581
  "example": "2",
5456
5582
  "member": "uint64",
5457
5583
  "name": "DesiredCapacity",
@@ -5460,7 +5586,7 @@
5460
5586
  },
5461
5587
  {
5462
5588
  "disabled": false,
5463
- "document": "Minimum number of instances. Value range: 0-2000.",
5589
+ "document": "Minimum number of instances. value range: [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize at the same time.",
5464
5590
  "example": "0",
5465
5591
  "member": "uint64",
5466
5592
  "name": "MinSize",
@@ -5469,7 +5595,7 @@
5469
5595
  },
5470
5596
  {
5471
5597
  "disabled": false,
5472
- "document": "Maximum number of instances. Value range: 0-2000.",
5598
+ "document": "Maximum instance count. value range [0,2000]. to meet MaxSize >= DesiredCapacity >= MinSize.",
5473
5599
  "example": "20",
5474
5600
  "member": "uint64",
5475
5601
  "name": "MaxSize",
@@ -5496,7 +5622,7 @@
5496
5622
  "members": [
5497
5623
  {
5498
5624
  "disabled": false,
5499
- "document": "Launch configuration ID",
5625
+ "document": "Launch configuration ID. obtain the launch configuration ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/config) or calling the api DescribeLaunchConfigurations (https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the return information.",
5500
5626
  "example": "asc-aaaabbbb",
5501
5627
  "member": "string",
5502
5628
  "name": "LaunchConfigurationId",
@@ -5514,7 +5640,7 @@
5514
5640
  },
5515
5641
  {
5516
5642
  "disabled": false,
5517
- "document": "List of instance types. Each type specifies different resource specifications. This list contains up to 10 instance types.\nThe launch configuration uses `InstanceType` to indicate one single instance type and `InstanceTypes` to indicate multiple instance types. Specifying the `InstanceTypes` field will invalidate the original `InstanceType`.",
5643
+ "document": "Types of cvm instances. different instance models specify different resource specifications. supports up to 10 instance models.\nThe launch configuration uses `InstanceType` to indicate one single instance type and `InstanceTypes` to indicate multiple instance types. specifying the `InstanceTypes` field will invalidate the original `InstanceType`. specific values can be obtained by calling the api [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) to obtain the latest specification table or refer to [instance specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).",
5518
5644
  "example": "S5.SMALL2",
5519
5645
  "member": "string",
5520
5646
  "name": "InstanceTypes",
@@ -5649,7 +5775,7 @@
5649
5775
  },
5650
5776
  {
5651
5777
  "disabled": false,
5652
- "document": "CAM role name. This parameter can be obtained from the `roleName` field returned by DescribeRoleList API.",
5778
+ "document": "Role name of the CAM role. can be obtained from roleName in the return value from the DescribeRoleList API (https://intl.cloud.tencent.com/document/product/598/36223?from_cn_redirect=1).",
5653
5779
  "example": "TestRole",
5654
5780
  "member": "string",
5655
5781
  "name": "CamRoleName",
@@ -5658,7 +5784,7 @@
5658
5784
  },
5659
5785
  {
5660
5786
  "disabled": false,
5661
- "document": "HPC ID<br>\nNote: This field is default to empty",
5787
+ "document": "High-Performance computing cluster ID. you can obtain this parameter by calling the [DescribeHpcClusters](https://intl.cloud.tencent.com/document/product/213/83220?from_cn_redirect=1) api.\nNote: this field is empty by default.",
5662
5788
  "example": "hpc-abcd1234",
5663
5789
  "member": "string",
5664
5790
  "name": "HpcClusterId",
@@ -5676,7 +5802,7 @@
5676
5802
  },
5677
5803
  {
5678
5804
  "disabled": false,
5679
- "document": "Placement group ID. Only one is allowed.",
5805
+ "document": "Placement group id. only one can be specified. obtain through the API [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/product/213/17810?from_cn_redirect=1).",
5680
5806
  "example": "[\"ps-fy7e0ml0\"]",
5681
5807
  "member": "string",
5682
5808
  "name": "DisasterRecoverGroupIds",
@@ -5703,7 +5829,7 @@
5703
5829
  },
5704
5830
  {
5705
5831
  "disabled": false,
5706
- "document": "Image family name.",
5832
+ "document": "Image family name. this parameter can be obtained by calling the [DescribeImages](https://intl.cloud.tencent.com/document/product/213/15715?from_cn_redirect=1) api.",
5707
5833
  "example": "test-family",
5708
5834
  "member": "string",
5709
5835
  "name": "ImageFamily",
@@ -5748,7 +5874,7 @@
5748
5874
  "members": [
5749
5875
  {
5750
5876
  "disabled": false,
5751
- "document": "Lifecycle hook ID.",
5877
+ "document": "Lifecycle hook ID. you can get the lifecycle hook ID by calling the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieving the LifecycleHookId from the returned information.",
5752
5878
  "example": "ash-je1esoo9",
5753
5879
  "member": "string",
5754
5880
  "name": "LifecycleHookId",
@@ -5757,7 +5883,7 @@
5757
5883
  },
5758
5884
  {
5759
5885
  "disabled": false,
5760
- "document": "Lifecycle hook name.",
5886
+ "document": "Lifecycle hook name. Name only supports chinese, english, digits, underscore (_), hyphen (-), decimal point (.), maximum length cannot exceed 128.",
5761
5887
  "example": "hook-test",
5762
5888
  "member": "string",
5763
5889
  "name": "LifecycleHookName",
@@ -5766,7 +5892,7 @@
5766
5892
  },
5767
5893
  {
5768
5894
  "disabled": false,
5769
- "document": "Scenario for entering the lifecycle hook. Valid values:\n<li>INSTANCE_LAUNCHING: after the instance is launched.</li>\n<li>INSTANCE_TERMINATING: before the instance is terminated.</li>",
5895
+ "document": "Scenario for entering the lifecycle hook. valid values:.\n`INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.\n`INSTANCE_TERMINATING`: the lifecycle hook is being scaled in.",
5770
5896
  "example": "INSTANCE_LAUNCHING",
5771
5897
  "member": "string",
5772
5898
  "name": "LifecycleTransition",
@@ -5775,7 +5901,7 @@
5775
5901
  },
5776
5902
  {
5777
5903
  "disabled": false,
5778
- "document": "Action to be taken by the scaling group in case of lifecycle hook timeout. Valid values:\n<li>CONTINUE: Continue the scaling activity after timeout.</li>\n<li>ABANDON: Terminate the scaling activity after timeout.</li>",
5904
+ "document": "Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values:.\nDefault value means CONTINUE to execute capacity expansion or reduction.\n* ABANDON: for scale-out hooks, cvms that time out or fail to execute LifecycleCommand are released directly or removed. for scale-in hooks, scale-in activities continue.",
5779
5905
  "example": "CONTINUE",
5780
5906
  "member": "string",
5781
5907
  "name": "DefaultResult",
@@ -5793,7 +5919,7 @@
5793
5919
  },
5794
5920
  {
5795
5921
  "disabled": false,
5796
- "document": "Additional information sent by AS to the notification target.",
5922
+ "document": "Specifies the additional information sent by auto scaling to the notification target. NotificationMetadata and LifecycleCommand are mutually exclusive. the two cannot be specified simultaneously.",
5797
5923
  "example": "addtional-info",
5798
5924
  "member": "string",
5799
5925
  "name": "NotificationMetadata",
@@ -5811,7 +5937,7 @@
5811
5937
  },
5812
5938
  {
5813
5939
  "disabled": false,
5814
- "document": "Information of the notification target.",
5940
+ "document": "Notify the target information. NotificationTarget and LifecycleCommand are mutually exclusive. the two cannot be specified simultaneously.",
5815
5941
  "example": "{\"QueueName\": \"as-pool\", \"TargetType\": \"TDMQ_CMQ_QUEUE\"}",
5816
5942
  "member": "NotificationTarget",
5817
5943
  "name": "NotificationTarget",
@@ -5820,7 +5946,7 @@
5820
5946
  },
5821
5947
  {
5822
5948
  "disabled": false,
5823
- "document": "Remote command execution object.",
5949
+ "document": "Remote command execution object. `NotificationMetadata`, `NotificationTarget`, and `LifecycleCommand` cannot be specified at the same time.",
5824
5950
  "example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
5825
5951
  "member": "LifecycleCommand",
5826
5952
  "name": "LifecycleCommand",
@@ -5847,7 +5973,7 @@
5847
5973
  "members": [
5848
5974
  {
5849
5975
  "disabled": false,
5850
- "document": "Scaling group ID",
5976
+ "document": "Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId from the returned information.",
5851
5977
  "example": "asg-12wjuh0s",
5852
5978
  "member": "string",
5853
5979
  "name": "AutoScalingGroupId",
@@ -5856,7 +5982,7 @@
5856
5982
  },
5857
5983
  {
5858
5984
  "disabled": false,
5859
- "document": "List of application CLBs to modify. Up to 100 CLBs allowed.",
5985
+ "document": "Specifies the list of load balancers whose target rule attributes need modification, with a list length limit of 100. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
5860
5986
  "example": "无",
5861
5987
  "member": "ForwardLoadBalancer",
5862
5988
  "name": "ForwardLoadBalancers",
@@ -5875,7 +6001,7 @@
5875
6001
  "example": "asa-67izy66g",
5876
6002
  "member": "string",
5877
6003
  "name": "ActivityId",
5878
- "required": true,
6004
+ "output_required": true,
5879
6005
  "type": "string",
5880
6006
  "value_allowed_null": false
5881
6007
  },
@@ -5893,7 +6019,7 @@
5893
6019
  "members": [
5894
6020
  {
5895
6021
  "disabled": false,
5896
- "document": "Auto scaling group ID",
6022
+ "document": "Scaling group ID. you can obtain the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.",
5897
6023
  "example": "asg-12wjuh0s",
5898
6024
  "member": "string",
5899
6025
  "name": "AutoScalingGroupId",
@@ -5902,7 +6028,7 @@
5902
6028
  },
5903
6029
  {
5904
6030
  "disabled": false,
5905
- "document": "List of classic CLB IDs. Currently, the maximum length is 20. You cannot specify LoadBalancerIds and ForwardLoadBalancers at the same time.",
6031
+ "document": "List of classic clb ids. currently, the maximum length is 20. you cannot specify LoadBalancerIds and ForwardLoadBalancers at the same time. it can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
5906
6032
  "example": "[\"lb-crhgatrf\"]",
5907
6033
  "member": "string",
5908
6034
  "name": "LoadBalancerIds",
@@ -5911,7 +6037,7 @@
5911
6037
  },
5912
6038
  {
5913
6039
  "disabled": false,
5914
- "document": "List of application CLBs. Up to 100 CLBs are allowed. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.",
6040
+ "document": "Specifies the list of load balancers with a current maximum length of 100. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time. can be obtained through the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) api.",
5915
6041
  "example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
5916
6042
  "member": "ForwardLoadBalancer",
5917
6043
  "name": "ForwardLoadBalancers",
@@ -5957,7 +6083,7 @@
5957
6083
  "members": [
5958
6084
  {
5959
6085
  "disabled": false,
5960
- "document": "ID of the notification to be modified.",
6086
+ "document": "Specifies the notification ID that needs modification. get the notification ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeNotificationConfigurations](https://intl.cloud.tencent.com/document/api/377/33183?from_cn_redirect=1) and getting `AutoScalingNotificationId` from the returned information.",
5961
6087
  "example": "asn-2sestqbr",
5962
6088
  "member": "string",
5963
6089
  "name": "AutoScalingNotificationId",
@@ -5975,7 +6101,7 @@
5975
6101
  },
5976
6102
  {
5977
6103
  "disabled": false,
5978
- "document": "Notification group ID, which is the set of user group IDs. You can query the user group IDs through the [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1) API.",
6104
+ "document": "Notification GROUP ID, which is the USER GROUP ID collection. USER GROUP ID can be accessed through [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1). this parameter is valid only when `TargetType` is `USER_GROUP`.",
5979
6105
  "example": "[\"1678\"]",
5980
6106
  "member": "string",
5981
6107
  "name": "NotificationUserGroupIds",
@@ -5984,7 +6110,7 @@
5984
6110
  },
5985
6111
  {
5986
6112
  "disabled": false,
5987
- "document": "CMQ or TDMQ CMQ queue name.",
6113
+ "document": "The TDMQ CMQ QUEUE name. [the original CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended for use. this parameter is valid only when `TargetType` is `TDMQ_CMQ_QUEUE`.",
5988
6114
  "example": "queue",
5989
6115
  "member": "string",
5990
6116
  "name": "QueueName",
@@ -5993,7 +6119,7 @@
5993
6119
  },
5994
6120
  {
5995
6121
  "disabled": false,
5996
- "document": "CMQ or TDMQ CMQ toipc name.",
6122
+ "document": "The TDMQ CMQ TOPIC name. [original CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended for use. this parameter is valid only when `TargetType` is `TDMQ_CMQ_TOPIC`.",
5997
6123
  "example": "topic",
5998
6124
  "member": "string",
5999
6125
  "name": "TopicName",
@@ -6020,7 +6146,7 @@
6020
6146
  "members": [
6021
6147
  {
6022
6148
  "disabled": false,
6023
- "document": "Alarm policy ID.",
6149
+ "document": "Specifies the alert policy ID. obtain the alert policy ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeScalingPolicies (https://intl.cloud.tencent.com/document/api/377/33178?from_cn_redirect=1), and retrieve the AutoScalingPolicyId from the returned information.",
6024
6150
  "example": "asp-iir70sxv",
6025
6151
  "member": "string",
6026
6152
  "name": "AutoScalingPolicyId",
@@ -6029,7 +6155,7 @@
6029
6155
  },
6030
6156
  {
6031
6157
  "disabled": false,
6032
- "document": "Alarm policy name.",
6158
+ "document": "The Alarm policy name must be unique in your account. the name length cannot exceed 60 characters. the name only supports chinese, english, digits, underscores, hyphens, and decimal separators.",
6033
6159
  "example": "cpu_policy_test",
6034
6160
  "member": "string",
6035
6161
  "name": "ScalingPolicyName",
@@ -6137,7 +6263,7 @@
6137
6263
  "members": [
6138
6264
  {
6139
6265
  "disabled": false,
6140
- "document": "ID of the scheduled task to be edited",
6266
+ "document": "Scheduled task ID that needs modification. obtain the scheduled task ID by calling the api [DescribeScheduledActions](https://intl.cloud.tencent.com/document/api/377/20450?from_cn_redirect=1) and retrieving the ScheduledActionId from the returned information.",
6141
6267
  "example": "asst-chwbkq4c",
6142
6268
  "member": "string",
6143
6269
  "name": "ScheduledActionId",
@@ -6200,12 +6326,21 @@
6200
6326
  },
6201
6327
  {
6202
6328
  "disabled": false,
6203
- "document": "Repeating mode of the scheduled task, which is in standard cron format. <br>This parameter and `EndTime` need to be specified at the same time.",
6329
+ "document": "The repeating mode of the scheduled task. follows the standard Cron format. the Recurrence parameter limits (https://intl.cloud.tencent.com/document/product/377/88119?from_cn_redirect=1) consist of 5 fields separated by space, with the structure: minute, hr, date, month, week. this parameter must be simultaneously specified with `EndTime`.",
6204
6330
  "example": "0 18 * * 1,2,3,4,5",
6205
6331
  "member": "string",
6206
6332
  "name": "Recurrence",
6207
6333
  "required": false,
6208
6334
  "type": "string"
6335
+ },
6336
+ {
6337
+ "disabled": false,
6338
+ "document": "Disable update DesiredCapacity Indicates the DesiredCapacity is updated normally during scheduled task triggering.\n\nSpecifies whether the scheduled task triggers proactive modification of the DesiredCapacity when the value is True. DesiredCapacity may be modified by the minSize and maxSize mechanism.\nThe following cases assume that DisableUpdateDesiredCapacity is True:\n- When scheduled task triggered, the original DesiredCapacity is 5. The scheduled task changes the minSize to 10, the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect. However, the original DesiredCapacity 5 is less than minSize 10, so the final new DesiredCapacity is 10.\n- When scheduled task triggered, the original DesiredCapacity is 25. The scheduled task changes the minSize to 10 and the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect. However, the original DesiredCapacity 25 is greater than the maxSize 20, so the final new DesiredCapacity is 20.\n- When scheduled task triggered, the original DesiredCapacity is 13. The scheduled task changes the minSize to 10 and the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect, and the DesiredCapacity is still 13.",
6339
+ "example": "false",
6340
+ "member": "bool",
6341
+ "name": "DisableUpdateDesiredCapacity",
6342
+ "required": false,
6343
+ "type": "bool"
6209
6344
  }
6210
6345
  ],
6211
6346
  "type": "object"
@@ -6227,10 +6362,11 @@
6227
6362
  "members": [
6228
6363
  {
6229
6364
  "disabled": false,
6230
- "document": "Target type. Valid values: `CMQ_QUEUE`, `CMQ_TOPIC`, `TDMQ_CMQ_QUEUE` and `TDMQ_CMQ_TOPIC`.\n<li> CMQ_QUEUE: Tencent Cloud message queue - queue model.</li>\n<li> CMQ_TOPIC: Tencent Cloud message queue - topic model.</li>\n<li> TDMQ_CMQ_QUEUE: Tencent Cloud TDMQ message queue - queue model.</li>\n<li> TDMQ_CMQ_TOPIC: Tencent Cloud TDMQ message queue - topic model.</li>",
6365
+ "document": "Target type. valid values include `CMQ_QUEUE`, `CMQ_TOPIC`, `TDMQ_CMQ_QUEUE`, `TDMQ_CMQ_TOPIC`.\n<li>CMQ_QUEUE, specifies tencent cloud message QUEUE - queueing model. the corresponding product is offline. it is recommended to switch to TDMQ_CMQ_QUEUE (https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1).</li>.\n<li>CMQ_TOPIC, specifies tencent cloud message queue - TOPIC model. the corresponding product is offline. it is recommended to switch to TDMQ_CMQ_TOPIC (https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1).</li>.\n<li> TDMQ_CMQ_QUEUE. specifies the tencent cloud TDMQ message QUEUE - queueing model.</li>.\n<Li>TDMQ_CMQ_TOPIC. specifies tencent cloud tdmq message queue - topic model.</li>.",
6231
6366
  "example": "TDMQ_CMQ_QUEUE",
6232
6367
  "member": "string",
6233
6368
  "name": "TargetType",
6369
+ "output_required": true,
6234
6370
  "required": true,
6235
6371
  "type": "string",
6236
6372
  "value_allowed_null": false
@@ -6241,6 +6377,7 @@
6241
6377
  "example": "test-queue",
6242
6378
  "member": "string",
6243
6379
  "name": "QueueName",
6380
+ "output_required": true,
6244
6381
  "required": false,
6245
6382
  "type": "string",
6246
6383
  "value_allowed_null": false
@@ -6251,6 +6388,7 @@
6251
6388
  "example": "test-topic",
6252
6389
  "member": "string",
6253
6390
  "name": "TopicName",
6391
+ "output_required": true,
6254
6392
  "required": false,
6255
6393
  "type": "string",
6256
6394
  "value_allowed_null": false
@@ -6283,18 +6421,18 @@
6283
6421
  },
6284
6422
  {
6285
6423
  "disabled": false,
6286
- "document": "Original refresh activity ID, which exists only in the rollback refresh activity.\nNote: This field may return null, indicating that no valid value can be obtained.",
6424
+ "document": "Original refresh activity ID. exists only in rollback refresh activity.",
6287
6425
  "example": "asr-v8dd7er6",
6288
6426
  "member": "string",
6289
6427
  "name": "OriginRefreshActivityId",
6290
6428
  "output_required": true,
6291
6429
  "type": "string",
6292
- "value_allowed_null": true
6430
+ "value_allowed_null": false
6293
6431
  },
6294
6432
  {
6295
6433
  "disabled": false,
6296
6434
  "document": "Refresh batch information list.",
6297
- "example": " [{\"RefreshBatchNum\": 1, \"EndTime\": \"2024-11-06T19:01:08Z\", \"RefreshBatchRelatedInstanceSet\": [{\"InstanceId\": \"ins-m30w46cu\", \"InstanceStatusMessage\": \"success\", \"LastActivityId\": \"asa-dayrcku8\", \"InstanceStatus\": \"SUCCESSFUL\"}], \"StartTime\": \"2024-11-06T19:00:14Z\", \"RefreshBatchStatus\": \"SUCCESSFUL\"}]",
6435
+ "example": " [{\"RefreshBatchNum\": 1, \"RefreshBatchRelatedInstanceSet\": [{\"InstanceId\": \"ins-m30w46cu\", \"InstanceStatus\": \"SUCCESSFUL\"}], \"StartTime\": \"2024-11-06T19:00:14Z\", \"RefreshBatchStatus\": \"SUCCESSFUL\"}]",
6298
6436
  "member": "RefreshBatch",
6299
6437
  "name": "RefreshBatchSet",
6300
6438
  "output_required": true,
@@ -6303,8 +6441,8 @@
6303
6441
  },
6304
6442
  {
6305
6443
  "disabled": false,
6306
- "document": "Refresh mode.",
6307
- "example": "ROLLING_UPDATE",
6444
+ "document": "Refresh mode. valid values as follows:.\n<Li>ROLLING_UPDATE_RESET: reinstall the system for rolling updates.</li>.\n<li>ROLLING_UPDATE_REPLACE: Create an instance and replace the old instance with it for rolling updates. This mode does not support the rollback API currently.</li>",
6445
+ "example": "ROLLING_UPDATE_RESET",
6308
6446
  "member": "string",
6309
6447
  "name": "RefreshMode",
6310
6448
  "output_required": true,
@@ -6343,17 +6481,17 @@
6343
6481
  },
6344
6482
  {
6345
6483
  "disabled": false,
6346
- "document": "Current refresh batch number. For example, a value of 2 indicates that the current activity is refreshing the second batch of instances.\nNote: This field may return null, indicating that no valid value can be obtained.",
6484
+ "document": "Current refresh batch number. for example, 2 indicates the second batch of instances is being refreshed by the current activity.",
6347
6485
  "example": "2",
6348
6486
  "member": "uint64",
6349
6487
  "name": "CurrentRefreshBatchNum",
6350
6488
  "output_required": true,
6351
6489
  "type": "int",
6352
- "value_allowed_null": true
6490
+ "value_allowed_null": false
6353
6491
  },
6354
6492
  {
6355
6493
  "disabled": false,
6356
- "document": "Refresh activity start time.\nNote: This field may return null, indicating that no valid value can be obtained.",
6494
+ "document": "The activity start time is refreshed in standard `UTC` time, in the format `YYYY-MM-DDTHH:MM:ssZ`.\nNote: This field may return null, indicating that no valid values can be obtained.",
6357
6495
  "example": "2023-09-04T11:42:46Z",
6358
6496
  "member": "datetime_iso",
6359
6497
  "name": "StartTime",
@@ -6363,7 +6501,7 @@
6363
6501
  },
6364
6502
  {
6365
6503
  "disabled": false,
6366
- "document": "Refresh activity end time.\nNote: This field may return null, indicating that no valid value can be obtained.",
6504
+ "document": "Refresh activity end time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ.\nNote: This field may return null, indicating that no valid values can be obtained.",
6367
6505
  "example": "2023-09-04T11:42:46Z",
6368
6506
  "member": "datetime_iso",
6369
6507
  "name": "EndTime",
@@ -6373,13 +6511,13 @@
6373
6511
  },
6374
6512
  {
6375
6513
  "disabled": false,
6376
- "document": "Refresh activity creation time.\nNote: This field may return null, indicating that no valid value can be obtained.",
6514
+ "document": "Refresh activity creation time, in standard UTC time, in the format YYYY-MM-DDTHH:MM:ssZ.",
6377
6515
  "example": "2023-09-04T11:42:46Z",
6378
6516
  "member": "datetime_iso",
6379
6517
  "name": "CreatedTime",
6380
6518
  "output_required": true,
6381
6519
  "type": "string",
6382
- "value_allowed_null": true
6520
+ "value_allowed_null": false
6383
6521
  }
6384
6522
  ],
6385
6523
  "usage": "out"
@@ -6455,7 +6593,7 @@
6455
6593
  },
6456
6594
  {
6457
6595
  "disabled": false,
6458
- "document": "Refresh instance status. If an instance is removed or destroyed during the refresh process, its status will be updated to NOT_FOUND. Valid values: <br><li>WAITING: pending refresh.</li> <li>INIT: Initializing.</li> <li>RUNNING: Refreshing in progress.</li> <li>FAILED: Refresh failed.</li> <li>CANCELLED: Canceled.</li> <li>SUCCESSFUL: Refreshed.</li> <li>NOT_FOUND: Instance not found.",
6596
+ "document": "Refresh instance status. if the instance is removed or terminated during refresh, the status will be updated to NOT_FOUND. valid values: <li>WAITING: pending refresh;</li> <li>INIT: initializing;</li> <li>RUNNING: refreshing;</li> <li>FAILED: refresh FAILED;</li> <li>CANCELLED: CANCELLED;</li> <li>SUCCESSFUL: refresh SUCCESSFUL;</li> <li>NOT_FOUND: instance does NOT exist.</li>.",
6459
6597
  "example": "WAITING",
6460
6598
  "member": "string",
6461
6599
  "name": "InstanceStatus",
@@ -6465,23 +6603,23 @@
6465
6603
  },
6466
6604
  {
6467
6605
  "disabled": false,
6468
- "document": "The most recent scaling activity ID during instance refresh can be queried via the DescribeAutoScalingActivities API.\nPlease note that scaling activities differ from instance refresh activities; a single instance refresh activity may involve multiple scaling activities.\nNote: This field may return null, indicating that no valid value can be obtained.",
6606
+ "document": "The most recent scaling activity ID during instance refresh can be queried via the DescribeAutoScalingActivities api.\nPlease note that scaling activities differ from instance refresh activities; a single instance refresh activity may involve multiple scaling activities.",
6469
6607
  "example": "asa-7y5rey56",
6470
6608
  "member": "string",
6471
6609
  "name": "LastActivityId",
6472
6610
  "output_required": true,
6473
6611
  "type": "string",
6474
- "value_allowed_null": true
6612
+ "value_allowed_null": false
6475
6613
  },
6476
6614
  {
6477
6615
  "disabled": false,
6478
- "document": "Instance refresh status information.\nNote: This field may return null, indicating that no valid value can be obtained.",
6616
+ "document": "Describes the instance refresh status.",
6479
6617
  "example": "success",
6480
6618
  "member": "string",
6481
6619
  "name": "InstanceStatusMessage",
6482
6620
  "output_required": true,
6483
6621
  "type": "string",
6484
- "value_allowed_null": true
6622
+ "value_allowed_null": false
6485
6623
  }
6486
6624
  ],
6487
6625
  "usage": "out"
@@ -6491,14 +6629,14 @@
6491
6629
  "members": [
6492
6630
  {
6493
6631
  "disabled": false,
6494
- "document": "Rolling update settings parameters. RefreshMode is the rolling update. This parameter must be filled in.Note: This field may return null, indicating that no valid value can be obtained.",
6632
+ "document": "Rolling update settings parameters. RefreshMode is rolling update. this parameter must be filled in.",
6495
6633
  "example": "{\"BatchNumber\": 1, \"MaxSurge\": 1, \"BatchPause\": \"AUTOMATIC\"}",
6496
6634
  "member": "RollingUpdateSettings",
6497
6635
  "name": "RollingUpdateSettings",
6498
6636
  "output_required": false,
6499
6637
  "required": true,
6500
6638
  "type": "object",
6501
- "value_allowed_null": true
6639
+ "value_allowed_null": false
6502
6640
  },
6503
6641
  {
6504
6642
  "disabled": false,
@@ -6545,7 +6683,7 @@
6545
6683
  "members": [
6546
6684
  {
6547
6685
  "disabled": false,
6548
- "document": "Auto scaling group ID",
6686
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
6549
6687
  "example": "asg-boz1qhnk",
6550
6688
  "member": "string",
6551
6689
  "name": "AutoScalingGroupId",
@@ -6554,7 +6692,7 @@
6554
6692
  },
6555
6693
  {
6556
6694
  "disabled": false,
6557
- "document": "List of CVM instance IDs",
6695
+ "document": "CVM instance ID list. you can obtain available instance ID in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.",
6558
6696
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
6559
6697
  "member": "string",
6560
6698
  "name": "InstanceIds",
@@ -6573,7 +6711,7 @@
6573
6711
  "example": "asa-dne04cxp",
6574
6712
  "member": "string",
6575
6713
  "name": "ActivityId",
6576
- "required": true,
6714
+ "output_required": true,
6577
6715
  "type": "string",
6578
6716
  "value_allowed_null": false
6579
6717
  },
@@ -6591,7 +6729,7 @@
6591
6729
  "members": [
6592
6730
  {
6593
6731
  "disabled": false,
6594
- "document": "Scaling group ID.",
6732
+ "document": "Scaling group ID. obtain in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
6595
6733
  "example": "asg-u7dy6t5r",
6596
6734
  "member": "string",
6597
6735
  "name": "AutoScalingGroupId",
@@ -6600,7 +6738,7 @@
6600
6738
  },
6601
6739
  {
6602
6740
  "disabled": false,
6603
- "document": "Refresh activity ID.",
6741
+ "document": "Refresh activity ID. you can get the instance refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the RefreshActivityId from the returned information.",
6604
6742
  "example": "asr-dhwt6r54",
6605
6743
  "member": "string",
6606
6744
  "name": "RefreshActivityId",
@@ -6636,7 +6774,7 @@
6636
6774
  "members": [
6637
6775
  {
6638
6776
  "disabled": false,
6639
- "document": "Scaling group ID.",
6777
+ "document": "Scaling group ID. you can obtain available scaling group ids in the following ways. \n<li>Query the scaling group ID by logging in to the <a href=\"https://console.cloud.tencent.com/autoscaling/group\">console</a>.</li>.\n<li>Obtain the scaling group ID by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.",
6640
6778
  "example": "asg-12yqet78",
6641
6779
  "member": "string",
6642
6780
  "name": "AutoScalingGroupId",
@@ -6654,7 +6792,7 @@
6654
6792
  },
6655
6793
  {
6656
6794
  "disabled": false,
6657
- "document": "Original refresh activity ID.",
6795
+ "document": "The original refresh activity ID. you can obtain the original refresh activity ID by calling the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and retrieving the OriginRefreshActivityId from the returned information.",
6658
6796
  "example": "asr-fdsf8u6b",
6659
6797
  "member": "string",
6660
6798
  "name": "OriginRefreshActivityId",
@@ -6712,7 +6850,7 @@
6712
6850
  {
6713
6851
  "disabled": false,
6714
6852
  "document": "Pause policy between batches. Default value: Automatic. Valid values:\n<li>FIRST_BATCH_PAUSE: Pause after the first batch of updates is completed.</li>\n<li>BATCH_INTERVAL_PAUSE: Pause between batches.</li>\n<li>AUTOMATIC: Do not pause.</li>",
6715
- "example": "Automatic",
6853
+ "example": "AUTOMATIC",
6716
6854
  "member": "string",
6717
6855
  "name": "BatchPause",
6718
6856
  "output_required": true,
@@ -6730,6 +6868,17 @@
6730
6868
  "required": false,
6731
6869
  "type": "int",
6732
6870
  "value_allowed_null": false
6871
+ },
6872
+ {
6873
+ "disabled": false,
6874
+ "document": "Failure handling strategy. default value: AUTO_PAUSE. valid values:.\n<Li>AUTO_PAUSE: suspended after refresh fails</li>.\n<li>AUTO_ROLLBACK: roll back after a refresh fails. each batch rolls back one instance during ROLLBACK, and the CheckInstanceTargetHealth parameter value matches the original refresh activity. no need to roll back if the shrinkage process introduced by the MaxSurge parameter fails. a cancel action will replace the ROLLBACK.</li>.\n<Li>AUTO_CANCEL: cancel after refresh fails</li>.",
6875
+ "example": "AUTO_PAUSE",
6876
+ "member": "string",
6877
+ "name": "FailProcess",
6878
+ "output_required": false,
6879
+ "required": false,
6880
+ "type": "string",
6881
+ "value_allowed_null": false
6733
6882
  }
6734
6883
  ],
6735
6884
  "usage": "both"
@@ -6755,7 +6904,7 @@
6755
6904
  "members": [
6756
6905
  {
6757
6906
  "disabled": false,
6758
- "document": "Whether [TCOP (formerly Cloud Monitor)](https://intl.cloud.tencent.com/document/product/248?from_cn_redirect=1) is enabled. Valid values:\n<li>TRUE: enabled</li>\n<li>FALSE: disabled</li>\nDefault value: TRUE.\nNote: This field may return null, indicating that no valid values can be obtained.",
6907
+ "document": "Whether to enable [Tencent Cloud Observability Platform (formerly Cloud Monitor)](https://intl.cloud.tencent.com/document/product/248?from_cn_redirect=1) (TCOP). Valid values:\n<li>TRUE: enable TCOP.</li>\n<li>FALSE: disable TCOP.</li>\nDefault value: TRUE.",
6759
6908
  "example": "{\"Enabled\": true}",
6760
6909
  "member": "bool",
6761
6910
  "name": "Enabled",
@@ -6772,7 +6921,7 @@
6772
6921
  "members": [
6773
6922
  {
6774
6923
  "disabled": false,
6775
- "document": "Whether to enable the [Cloud Workload Protection Platform](https://www.tencentcloud.com/document/product/296?lang=en&pg=) service. Valid values:\n<li>TRUE: enable.</li>\n<li>FALSE: disable.</li>\nDefault value: TRUE.\nNote: This field may return null, indicating that no valid values can be obtained.",
6924
+ "document": "Whether to enable [Cloud Workload Protection Platform (CWPP)](https://intl.cloud.tencent.com/document/product/296?from_cn_redirect=1). Valid values:\n<li>TRUE: enable CWPP.</li>\n<li>FALSE: disable CWPP.</li>\nDefault value: TRUE.",
6776
6925
  "example": "{\"Enabled\": true}",
6777
6926
  "member": "bool",
6778
6927
  "name": "Enabled",
@@ -6789,7 +6938,7 @@
6789
6938
  "members": [
6790
6939
  {
6791
6940
  "disabled": false,
6792
- "document": "Scaling group ID",
6941
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
6793
6942
  "example": "asg-12yqet78",
6794
6943
  "member": "string",
6795
6944
  "name": "AutoScalingGroupId",
@@ -6798,7 +6947,7 @@
6798
6947
  },
6799
6948
  {
6800
6949
  "disabled": false,
6801
- "document": "Number of instances to be reduced",
6950
+ "document": "Number of resource instances to scale in. this parameter has a static value range of [1,2000] and must not be larger than the difference between the desired number and the minimum value. for example, if the scaling group desired number is 100 and the minimum value is 20, the permissible range is [1,80].",
6802
6951
  "example": "1",
6803
6952
  "member": "uint64",
6804
6953
  "name": "ScaleInNumber",
@@ -6817,7 +6966,7 @@
6817
6966
  "example": "asa-k1q8oaz6",
6818
6967
  "member": "string",
6819
6968
  "name": "ActivityId",
6820
- "required": true,
6969
+ "output_required": true,
6821
6970
  "type": "string",
6822
6971
  "value_allowed_null": false
6823
6972
  },
@@ -6940,7 +7089,7 @@
6940
7089
  },
6941
7090
  {
6942
7091
  "disabled": false,
6943
- "document": "Cooldown period. This parameter is only applicable to a simple policy.",
7092
+ "document": "Cooldown duration in seconds, applies only to simple policies. value range [0,3600]. default cooldown: 300 seconds.",
6944
7093
  "example": "60",
6945
7094
  "member": "uint64",
6946
7095
  "name": "Cooldown",
@@ -7066,7 +7215,7 @@
7066
7215
  },
7067
7216
  {
7068
7217
  "disabled": false,
7069
- "document": "Repeating mode of the scheduled task.",
7218
+ "document": "Specifies the repeating mode of the scheduled task. the Recurrence parameter limits (https://intl.cloud.tencent.com/document/product/377/88119?from_cn_redirect=1) consist of 5 fields separated by space, with the structure: minute, hour, date, month, week.",
7070
7219
  "example": "0 23 */1 * *",
7071
7220
  "member": "string",
7072
7221
  "name": "Recurrence",
@@ -7116,7 +7265,7 @@
7116
7265
  },
7117
7266
  {
7118
7267
  "disabled": false,
7119
- "document": "Creation time of the scheduled task. The value is in `UTC time` in the format of `YYYY-MM-DDThh:mm:ssZ` according to the `ISO8601` standard.",
7268
+ "document": "The creation time of the scheduled task. value is in standard `UTC` time, formatted as `YYYY-MM-DDThh:MM:ssZ` according to the `ISO8601` standard.",
7120
7269
  "example": "2022-02-21T02:19:52Z",
7121
7270
  "member": "datetime_iso",
7122
7271
  "name": "CreatedTime",
@@ -7133,6 +7282,16 @@
7133
7282
  "output_required": true,
7134
7283
  "type": "string",
7135
7284
  "value_allowed_null": false
7285
+ },
7286
+ {
7287
+ "disabled": false,
7288
+ "document": "Disable update DesiredCapacity Indicates the DesiredCapacity is updated normally during scheduled task triggering.\n\nSpecifies whether the scheduled task triggers proactive modification of the DesiredCapacity when the value is True. DesiredCapacity may be modified by the minSize and maxSize mechanism.\nThe following cases assume that DisableUpdateDesiredCapacity is True:\n- When scheduled task triggered, the original DesiredCapacity is 5. The scheduled task changes the minSize to 10, the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect. However, the original DesiredCapacity 5 is less than minSize 10, so the final new DesiredCapacity is 10.\n- When scheduled task triggered, the original DesiredCapacity is 25. The scheduled task changes the minSize to 10 and the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect. However, the original DesiredCapacity 25 is greater than the maxSize 20, so the final new DesiredCapacity is 20.\n- When scheduled task triggered, the original DesiredCapacity is 13. The scheduled task changes the minSize to 10 and the maxSize to 20, and the DesiredCapacity to 15. Since the DesiredCapacity update is disabled, 15 does not take effect, and the DesiredCapacity is still 13.",
7289
+ "example": "false",
7290
+ "member": "bool",
7291
+ "name": "DisableUpdateDesiredCapacity",
7292
+ "output_required": false,
7293
+ "type": "bool",
7294
+ "value_allowed_null": false
7136
7295
  }
7137
7296
  ],
7138
7297
  "usage": "out"
@@ -7143,7 +7302,7 @@
7143
7302
  {
7144
7303
  "disabled": false,
7145
7304
  "document": "Enables unhealthy instance replacement. If this feature is enabled, AS will replace instances that are flagged as unhealthy by Cloud Monitor. If this parameter is not specified, the value will be False by default.",
7146
- "example": "False",
7305
+ "example": "false",
7147
7306
  "member": "bool",
7148
7307
  "name": "ReplaceMonitorUnhealthy",
7149
7308
  "output_required": true,
@@ -7165,7 +7324,7 @@
7165
7324
  {
7166
7325
  "disabled": false,
7167
7326
  "document": "Enable unhealthy instance replacement. If this feature is enabled, AS will replace instances that are found unhealthy in the CLB health check. If this parameter is not specified, the default value `False` will be used.",
7168
- "example": "False",
7327
+ "example": "false",
7169
7328
  "member": "bool",
7170
7329
  "name": "ReplaceLoadBalancerUnhealthy",
7171
7330
  "output_required": true,
@@ -7175,25 +7334,47 @@
7175
7334
  },
7176
7335
  {
7177
7336
  "disabled": false,
7178
- "document": "Replace mode of unhealthy replacement service. Valid values:\nRECREATE: Rebuild an instance to replace the original unhealthy instance.\nRESET: Performing a system reinstallation on unhealthy instances to keep information such as data disks, private IP addresses, and instance IDs unchanged. The instance login settings, HostName, enhanced services, and UserData will remain consistent with the current launch configuration.\nDefault value: RECREATE.\nNote: This field may return null, indicating that no valid values can be obtained.",
7337
+ "document": "Replacement mode of the unhealthy replacement service. valid values:.\nRECREATE: rebuild an instance to replace the unhealthy instance.\nRESET: performs a system reinstallation on unhealthy instances while keeping the data disk, private IP address, instance id, and other information unchanged. the instance login settings, hostname, enhanced services, and UserData remain consistent with the current launch configuration.\nDefault value: RECREATE.",
7179
7338
  "example": "RECREATE",
7180
7339
  "member": "string",
7181
7340
  "name": "ReplaceMode",
7182
- "output_required": true,
7341
+ "output_required": false,
7183
7342
  "required": false,
7184
7343
  "type": "string",
7185
- "value_allowed_null": true
7344
+ "value_allowed_null": false
7186
7345
  },
7187
7346
  {
7188
7347
  "disabled": false,
7189
- "document": "Automatic instance tag update. The default value is false. If this feature is enabled, tags of running instances in a scaling group will be updated as well if the scaling group tags are updated. (This feature takes effect for tag creation and editing but not tag deletion.) The update does not take effect immediately due to certain latency.",
7190
- "example": "False",
7348
+ "document": "Automatic instance Tag update. the default value is False. if this feature is enabled, tags of running instances in a scaling group will be updated as well if the scaling group tags are updated. (this feature takes effect for Tag creation and editing but not Tag deletion.) the update does not take effect immediately due to certain latency.",
7349
+ "example": "false",
7191
7350
  "member": "bool",
7192
7351
  "name": "AutoUpdateInstanceTags",
7193
7352
  "output_required": false,
7194
7353
  "required": false,
7195
7354
  "type": "bool",
7196
7355
  "value_allowed_null": false
7356
+ },
7357
+ {
7358
+ "disabled": false,
7359
+ "document": "Expected number of instances sync minimum and maximum value. default value is False. this parameter only takes effect in scenarios where the expected number is not passed in to modify scaling group api.\n<Li>True: when modifying the maximum or minimum value, if a conflict exists with the current expected value, synchronously adjust the expected value. for example, if the input minimum value is 2 while the current expected value is 1, the expected value will be synchronously adjusted to 2.</li>.\n<Li>False: if a conflict exists between the current expected value when modifying the maximum or minimum value, an error message indicates it is not allowed to be modified.</li>.",
7360
+ "example": "false",
7361
+ "member": "bool",
7362
+ "name": "DesiredCapacitySyncWithMaxMinSize",
7363
+ "output_required": true,
7364
+ "required": false,
7365
+ "type": "bool",
7366
+ "value_allowed_null": false
7367
+ },
7368
+ {
7369
+ "disabled": false,
7370
+ "document": "Scaling in unhealthy instances first. If enabled, preferentially selects unhealthy instances during scale in. Default value: False.",
7371
+ "example": "false",
7372
+ "member": "bool",
7373
+ "name": "PriorityScaleInUnhealthy",
7374
+ "output_required": false,
7375
+ "required": false,
7376
+ "type": "bool",
7377
+ "value_allowed_null": false
7197
7378
  }
7198
7379
  ],
7199
7380
  "usage": "both"
@@ -7203,7 +7384,7 @@
7203
7384
  "members": [
7204
7385
  {
7205
7386
  "disabled": false,
7206
- "document": "Auto scaling group ID.",
7387
+ "document": "Auto scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
7207
7388
  "example": "asg-2umy3jbd",
7208
7389
  "member": "string",
7209
7390
  "name": "AutoScalingGroupId",
@@ -7212,7 +7393,7 @@
7212
7393
  },
7213
7394
  {
7214
7395
  "disabled": false,
7215
- "document": "Instance ID.",
7396
+ "document": "Instance ID. you can obtain available instance ID in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.",
7216
7397
  "example": "[\"ins-b2d33ywt\"]",
7217
7398
  "member": "string",
7218
7399
  "name": "InstanceIds",
@@ -7259,7 +7440,7 @@
7259
7440
  },
7260
7441
  {
7261
7442
  "disabled": false,
7262
- "document": "Bid request type. Currently, only \"one-time\" type is supported. Default value: one-time\nNote: This field may return null, indicating that no valid values can be obtained.",
7443
+ "document": "Spot instance type. The value can only be one-time currently. Default value: one-time.",
7263
7444
  "example": "one-time",
7264
7445
  "member": "string",
7265
7446
  "name": "SpotInstanceType",
@@ -7322,7 +7503,7 @@
7322
7503
  "members": [
7323
7504
  {
7324
7505
  "disabled": false,
7325
- "document": "The scaling group ID.",
7506
+ "document": "Scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
7326
7507
  "example": "asg-boz1qhnk",
7327
7508
  "member": "string",
7328
7509
  "name": "AutoScalingGroupId",
@@ -7331,7 +7512,7 @@
7331
7512
  },
7332
7513
  {
7333
7514
  "disabled": false,
7334
- "document": "The list of the CVM instances you want to start up.",
7515
+ "document": "Specifies the instance ID list of CVM to enable. you can obtain available instance ID in the following ways.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Get the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and retrieving the `InstanceId` from the returned information.</li>.",
7335
7516
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
7336
7517
  "member": "string",
7337
7518
  "name": "InstanceIds",
@@ -7350,7 +7531,7 @@
7350
7531
  "example": "asa-a023dwdj",
7351
7532
  "member": "string",
7352
7533
  "name": "ActivityId",
7353
- "required": true,
7534
+ "output_required": true,
7354
7535
  "type": "string",
7355
7536
  "value_allowed_null": false
7356
7537
  },
@@ -7386,7 +7567,7 @@
7386
7567
  },
7387
7568
  {
7388
7569
  "disabled": false,
7389
- "document": "Refresh mode. Valid values:\n<li>ROLLING_UPDATE_RESET: Reinstall the system for rolling updates.</li>\n<li>ROLLING_UPDATE_REPLACE: Create an instance and replace the old instance with it for rolling updates. This mode does not support the rollback API currently.</li>",
7570
+ "document": "Refresh mode. default value: ROLLING_UPDATE_RESET. valid values:.\n<Li>ROLLING_UPDATE_RESET: reinstall the system for rolling updates.</li>.\n<li>ROLLING_UPDATE_REPLACE: Create an instance and replace the old instance with it for rolling updates. This mode does not support the rollback API currently.</li>",
7390
7571
  "example": "ROLLING_UPDATE_RESET",
7391
7572
  "member": "string",
7392
7573
  "name": "RefreshMode",
@@ -7423,7 +7604,7 @@
7423
7604
  "members": [
7424
7605
  {
7425
7606
  "disabled": false,
7426
- "document": "The scaling group ID.",
7607
+ "document": "Auto scaling group ID. obtain available scaling group ids in the following ways:.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Specifies the scaling group ID obtained by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the return information.</li>.",
7427
7608
  "example": "asg-boz1qhnk",
7428
7609
  "member": "string",
7429
7610
  "name": "AutoScalingGroupId",
@@ -7432,7 +7613,7 @@
7432
7613
  },
7433
7614
  {
7434
7615
  "disabled": false,
7435
- "document": "The list of the CVM instances you want to shut down.",
7616
+ "document": "List of CVM instance ids to be closed. you can obtain available instance ids in the following ways:.\n<li>Query instance ID by logging in to the <a href=\"https://console.cloud.tencent.com/cvm/index\">console</a>.</li>.\n<li>Specifies the instance ID by calling the api [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and getting `InstanceId` from the return information.</li>.",
7436
7617
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
7437
7618
  "member": "string",
7438
7619
  "name": "InstanceIds",
@@ -7460,7 +7641,7 @@
7460
7641
  "example": "asa-m1ebiskl",
7461
7642
  "member": "string",
7462
7643
  "name": "ActivityId",
7463
- "required": true,
7644
+ "output_required": true,
7464
7645
  "type": "string",
7465
7646
  "value_allowed_null": false
7466
7647
  },
@@ -7478,7 +7659,7 @@
7478
7659
  "members": [
7479
7660
  {
7480
7661
  "disabled": false,
7481
- "document": "Scaling group ID.",
7662
+ "document": "Scaling group ID. you can obtain available scaling group ids in the following ways.\n<li>Query the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group).</li>.\n<li>Get the scaling group ID by calling the api [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.</li>.",
7482
7663
  "example": "asg-u7dy6t5r",
7483
7664
  "member": "string",
7484
7665
  "name": "AutoScalingGroupId",
@@ -7487,7 +7668,7 @@
7487
7668
  },
7488
7669
  {
7489
7670
  "disabled": false,
7490
- "document": "Refresh activity ID.",
7671
+ "document": "Refresh activity ID. you can call the api [DescribeRefreshActivities](https://intl.cloud.tencent.com/document/api/377/99175?from_cn_redirect=1) and obtain the instance refresh activity ID from the returned information.",
7491
7672
  "example": "asr-dhwt6r54",
7492
7673
  "member": "string",
7493
7674
  "name": "RefreshActivityId",
@@ -7514,7 +7695,7 @@
7514
7695
  "members": [
7515
7696
  {
7516
7697
  "disabled": false,
7517
- "document": "System disk type. For more information on limits of system disk types, see [Cloud Disk Types](https://intl.cloud.tencent.com/document/product/362/31636). Valid values:<br><li>`LOCAL_BASIC`: local disk <br><li>`LOCAL_SSD`: local SSD disk <br><li>`CLOUD_BASIC`: HDD cloud disk <br><li>`CLOUD_PREMIUM`: premium cloud storage<br><li>`CLOUD_SSD`: SSD cloud disk <br><br>Default value: `CLOUD_PREMIUM`.\nNote: this field may return `null`, indicating that no valid value can be obtained.",
7698
+ "document": "System disk type. for restrictions on the system disk type, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). valid values:.\n<Li>LOCAL_BASIC: local hard disk.</li>.\n<Li>LOCAL_SSD: local ssd.</li>.\n<Li>CLOUD_BASIC: general cloud disk.</li>.\n<Li>CLOUD_PREMIUM: high-performance cloud block storage</li>.\n<Li>CLOUD_SSD: cloud ssd</li>.\n<Li>CLOUD_BSSD: universal ssd cloud disk</li>.\n<Li>CLOUD_HSSD: enhanced ssd cloud disk</li>.\n<Li>CLOUD_TSSD: ultra ssd.</li>.\n<li>Default value: CLOUD_PREMIUM.</li>",
7518
7699
  "example": "CLOUD_PREMIUM",
7519
7700
  "member": "string",
7520
7701
  "name": "DiskType",
@@ -7525,7 +7706,7 @@
7525
7706
  },
7526
7707
  {
7527
7708
  "disabled": false,
7528
- "document": "System disk size in GB. Default value: 50\nNote: This field may return null, indicating that no valid values can be obtained.",
7709
+ "document": "System disk size, in GB. Default value: 50.",
7529
7710
  "example": "50",
7530
7711
  "member": "uint64",
7531
7712
  "name": "DiskSize",
@@ -7564,14 +7745,14 @@
7564
7745
  },
7565
7746
  {
7566
7747
  "disabled": false,
7567
- "document": "Resource type bound with tags. Valid values: auto-scaling-group and launch-configuration.\nNote: This field may return null, indicating that no valid values can be obtained.",
7748
+ "document": "Specifies the resource type bound to the tag. type currently supported: \"auto-scaling-group\", \"launch-configuration\". valid values: scaling group resources and launch configuration resources respectively.",
7568
7749
  "example": "auto-scaling-group",
7569
7750
  "member": "string",
7570
7751
  "name": "ResourceType",
7571
7752
  "output_required": true,
7572
7753
  "required": false,
7573
7754
  "type": "string",
7574
- "value_allowed_null": true
7755
+ "value_allowed_null": false
7575
7756
  }
7576
7757
  ],
7577
7758
  "usage": "both"
@@ -7581,7 +7762,7 @@
7581
7762
  "members": [
7582
7763
  {
7583
7764
  "disabled": false,
7584
- "document": "Port",
7765
+ "document": "Port. value range: [1,65535]. as an input parameter, this parameter is required.",
7585
7766
  "example": "80",
7586
7767
  "member": "uint64",
7587
7768
  "name": "Port",
@@ -7592,7 +7773,7 @@
7592
7773
  },
7593
7774
  {
7594
7775
  "disabled": false,
7595
- "document": "Weight",
7776
+ "document": "Weight. value range: [0,100]. this parameter is required as an input parameter.",
7596
7777
  "example": "10",
7597
7778
  "member": "uint64",
7598
7779
  "name": "Weight",
@@ -7825,7 +8006,7 @@
7825
8006
  "members": [
7826
8007
  {
7827
8008
  "disabled": false,
7828
- "document": "Lifecycle hook ID",
8009
+ "document": "Lifecycle hook ID. you can call the api [DescribeLifecycleHooks](https://intl.cloud.tencent.com/document/api/377/34452?from_cn_redirect=1) and retrieve the LifecycleHookId from the returned information to obtain the lifecycle hook ID.",
7829
8010
  "example": "ash-8azjzxj9",
7830
8011
  "member": "string",
7831
8012
  "name": "LifecycleHookId",
@@ -7834,7 +8015,7 @@
7834
8015
  },
7835
8016
  {
7836
8017
  "disabled": false,
7837
- "document": "Lifecycle hook name",
8018
+ "document": "Lifecycle hook name, which can contain chinese characters, letters, numbers, underscores (_), hyphens (-), and periods (.) with a maximum length of 128 characters.",
7838
8019
  "example": "hook-updated",
7839
8020
  "member": "string",
7840
8021
  "name": "LifecycleHookName",
@@ -7843,7 +8024,7 @@
7843
8024
  },
7844
8025
  {
7845
8026
  "disabled": false,
7846
- "document": "Scenario for the lifecycle hook. Value range: \"INSTANCE_LAUNCHING\", \"INSTANCE_TERMINATING\"",
8027
+ "document": "Scenario for performing the lifecycle hook. valid values:.\n`INSTANCE_LAUNCHING`: the lifecycle hook is being scaled out.\n`INSTANCE_TERMINATING`: the lifecycle hook is being scaled in.",
7847
8028
  "example": "INSTANCE_LAUNCHING",
7848
8029
  "member": "string",
7849
8030
  "name": "LifecycleTransition",
@@ -7852,7 +8033,7 @@
7852
8033
  },
7853
8034
  {
7854
8035
  "disabled": false,
7855
- "document": "Defines the action to be taken by the auto scaling group upon lifecycle hook timeout. Value range: \"CONTINUE\", \"ABANDON\". Default value: \"CONTINUE\"",
8036
+ "document": "Action to be taken by the scaling group in case of lifecycle hook timeout or LifecycleCommand execution failure. valid values are as follows:.\nDefault value, means CONTINUE to execute capacity expansion or reduction.\n* ABANDON: for scale-out hooks, cvms that time out or fail to execute LifecycleCommand will be released directly or removed. for scale-in hooks, scale-in activities will continue.",
7856
8037
  "example": "CONTINUE",
7857
8038
  "member": "string",
7858
8039
  "name": "DefaultResult",
@@ -7870,7 +8051,7 @@
7870
8051
  },
7871
8052
  {
7872
8053
  "disabled": false,
7873
- "document": "Additional information of a notification that Auto Scaling sends to targets. This parameter is set when you configure a notification (default value: \"\").",
8054
+ "document": "Additional information sent by auto scaling to notification targets, used when configuring a notification (default value: \"\"). NotificationMetadata and LifecycleCommand are mutually exclusive parameters and cannot be specified simultaneously.",
7874
8055
  "example": "as-meta-0",
7875
8056
  "member": "string",
7876
8057
  "name": "NotificationMetadata",
@@ -7897,8 +8078,8 @@
7897
8078
  },
7898
8079
  {
7899
8080
  "disabled": false,
7900
- "document": "Remote command execution object. `NotificationTarget` and `LifecycleCommand` cannot be specified at the same time.",
7901
- "example": "cmd-ju7dt54r",
8081
+ "document": "Remote command execution object. `NotificationMetadata`, `NotificationTarget`, and `LifecycleCommand` are mutually exclusive and cannot be specified simultaneously.",
8082
+ "example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
7902
8083
  "member": "LifecycleCommand",
7903
8084
  "name": "LifecycleCommand",
7904
8085
  "required": false,