tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -15,7 +15,7 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"CancelInstanceRefresh": {
|
18
|
-
"document": "取消伸缩组的实例刷新活动。\n* 已刷新/正在刷新的批次不受影响,待刷新批次被取消\n* 刷新失败的实例保持备用中状态,需用户手动处理后尝试退出备用中状态或销毁\n*
|
18
|
+
"document": "取消伸缩组的实例刷新活动。\n* 已刷新/正在刷新的批次不受影响,待刷新批次被取消\n* 刷新失败的实例保持备用中状态,需用户手动处理后尝试退出备用中状态或销毁\n* 取消后不允许回滚操作,也不支持恢复操作\n* 因 maxSurge 参数而临时扩容的实例在取消后会自动销毁\n* 进行缩容时,所有实例都已经更新完成,此时无法取消",
|
19
19
|
"input": "CancelInstanceRefreshRequest",
|
20
20
|
"name": "取消实例刷新",
|
21
21
|
"output": "CancelInstanceRefreshResponse",
|
@@ -323,14 +323,14 @@
|
|
323
323
|
"status": "online"
|
324
324
|
},
|
325
325
|
"ResumeInstanceRefresh": {
|
326
|
-
"document": "
|
326
|
+
"document": "恢复暂停状态的实例刷新活动,使其重试当前批次刷新失败实例或继续刷新后续批次,非暂停状态下调用该接口无效。\n\n- 使用 MaxSurge 参数时活动可能会处于扩容或缩容失败导致的暂停状态,也可以使用该接口重试扩缩容。",
|
327
327
|
"input": "ResumeInstanceRefreshRequest",
|
328
328
|
"name": "恢复实例刷新",
|
329
329
|
"output": "ResumeInstanceRefreshResponse",
|
330
330
|
"status": "online"
|
331
331
|
},
|
332
332
|
"RollbackInstanceRefresh": {
|
333
|
-
"document": "回滚操作会生成一个新的实例刷新活动,该活动也支持分批次刷新以及暂停、恢复、取消操作,接口返回回滚活动的 RefreshActivityId。\n* 原活动中待刷新实例变更为已取消,忽略不存在实例,其他状态实例进入回滚流程\n* 原活动中正在刷新的实例不会立刻终止,刷新结束后再执行回滚活动\n* 暂停状态或最近一次成功的刷新活动支持回滚,其他状态不支持回滚\n* 原活动刷新方式为重装实例时,对于 ImageId参数,会自动恢复到回滚前镜像 ID;对于 UserData、EnhancedService、LoginSettings、 HostName
|
333
|
+
"document": "回滚操作会生成一个新的实例刷新活动,该活动也支持分批次刷新以及暂停、恢复、取消操作,接口返回回滚活动的 RefreshActivityId。\n* 原活动中待刷新实例变更为已取消,忽略不存在实例,其他状态实例进入回滚流程\n* 原活动中正在刷新的实例不会立刻终止,刷新结束后再执行回滚活动\n* 暂停状态或最近一次成功的刷新活动支持回滚,其他状态不支持回滚\n* 原活动刷新方式为重装实例时,对于 ImageId参数,会自动恢复到回滚前镜像 ID;对于 UserData、EnhancedService、LoginSettings、 HostName 参数,依然会从启动配置中读取,需用户在回滚前自行修改启动配置\n* 回滚活动暂不支持 MaxSurge 参数",
|
334
334
|
"input": "RollbackInstanceRefreshRequest",
|
335
335
|
"name": "回滚实例刷新",
|
336
336
|
"output": "RollbackInstanceRefreshResponse",
|
@@ -379,7 +379,7 @@
|
|
379
379
|
"status": "online"
|
380
380
|
},
|
381
381
|
"StopInstanceRefresh": {
|
382
|
-
"document": "暂停正在执行的实例刷新活动。\n* 暂停状态下,伸缩组也会处于停用中状态\n*
|
382
|
+
"document": "暂停正在执行的实例刷新活动。\n* 暂停状态下,伸缩组也会处于停用中状态\n* 当前正在更新或扩容的实例不会暂停,待更新的实例会暂停更新\n* 进行缩容时,所有实例都已经更新完成,此时无法暂停",
|
383
383
|
"input": "StopInstanceRefreshRequest",
|
384
384
|
"name": "暂停实例刷新",
|
385
385
|
"output": "StopInstanceRefreshResponse",
|
@@ -393,7 +393,7 @@
|
|
393
393
|
"status": "deprecated"
|
394
394
|
},
|
395
395
|
"UpgradeLifecycleHook": {
|
396
|
-
"document": "本接口(UpgradeLifecycleHook)用于升级生命周期挂钩。\n\n*
|
396
|
+
"document": "本接口(UpgradeLifecycleHook)用于升级生命周期挂钩。\n\n* 本接口用于升级生命周期挂钩,采用“完全覆盖”风格,无论之前参数如何,统一按照接口参数设置为新的配置。对于非必填字段,不填写则按照默认值赋值。",
|
397
397
|
"input": "UpgradeLifecycleHookRequest",
|
398
398
|
"name": "升级生命周期挂钩",
|
399
399
|
"output": "UpgradeLifecycleHookResponse",
|
@@ -413,7 +413,7 @@
|
|
413
413
|
{
|
414
414
|
"disabled": false,
|
415
415
|
"document": "伸缩组ID。",
|
416
|
-
"example": "
|
416
|
+
"example": "asg-jub6fr43",
|
417
417
|
"member": "string",
|
418
418
|
"name": "AutoScalingGroupId",
|
419
419
|
"output_required": true,
|
@@ -423,7 +423,7 @@
|
|
423
423
|
{
|
424
424
|
"disabled": false,
|
425
425
|
"document": "伸缩活动ID。",
|
426
|
-
"example": "
|
426
|
+
"example": "asa-jdh6r43e",
|
427
427
|
"member": "string",
|
428
428
|
"name": "ActivityId",
|
429
429
|
"output_required": true,
|
@@ -432,8 +432,8 @@
|
|
432
432
|
},
|
433
433
|
{
|
434
434
|
"disabled": false,
|
435
|
-
"document": "
|
436
|
-
"example": "
|
435
|
+
"document": "伸缩活动类型。取值如下:\n<li>SCALE_OUT:扩容活动</li>\n<li>SCALE_IN:缩容活动</li>\n<li>ATTACH_INSTANCES:添加实例</li>\n<li>REMOVE_INSTANCES:销毁实例</li>\n<li>DETACH_INSTANCES:移出实例</li>\n<li>TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁</li>\n<li>REPLACE_UNHEALTHY_INSTANCE:替换不健康实例</li>\n<li>START_INSTANCES:开启实例</li>\n<li>STOP_INSTANCES:关闭实例</li>\n<li>INVOKE_COMMAND:执行命令</li>",
|
436
|
+
"example": "SCALE_OUT",
|
437
437
|
"member": "string",
|
438
438
|
"name": "ActivityType",
|
439
439
|
"output_required": true,
|
@@ -442,8 +442,8 @@
|
|
442
442
|
},
|
443
443
|
{
|
444
444
|
"disabled": false,
|
445
|
-
"document": "
|
446
|
-
"example": "
|
445
|
+
"document": "伸缩活动状态。取值如下\n<li>INIT:初始化中</li>\n<li>RUNNING:运行中</li>\n<li>SUCCESSFUL:活动成功</li>\n<li>PARTIALLY_SUCCESSFUL:活动部分成功</li>\n<li>FAILED:活动失败</li>\n<li>CANCELLED:活动取消</li>",
|
446
|
+
"example": "RUNNING",
|
447
447
|
"member": "string",
|
448
448
|
"name": "StatusCode",
|
449
449
|
"output_required": true,
|
@@ -453,7 +453,7 @@
|
|
453
453
|
{
|
454
454
|
"disabled": false,
|
455
455
|
"document": "伸缩活动状态描述。",
|
456
|
-
"example": "
|
456
|
+
"example": "Success",
|
457
457
|
"member": "string",
|
458
458
|
"name": "StatusMessage",
|
459
459
|
"output_required": true,
|
@@ -463,7 +463,7 @@
|
|
463
463
|
{
|
464
464
|
"disabled": false,
|
465
465
|
"document": "伸缩活动起因。",
|
466
|
-
"example": "
|
466
|
+
"example": "Activity was launched in response to a difference between desired capacity and actual capacity.",
|
467
467
|
"member": "string",
|
468
468
|
"name": "Cause",
|
469
469
|
"output_required": true,
|
@@ -473,7 +473,7 @@
|
|
473
473
|
{
|
474
474
|
"disabled": false,
|
475
475
|
"document": "伸缩活动描述。",
|
476
|
-
"example": "
|
476
|
+
"example": "Activity was launched in response to a difference between desired capacity and actual capacity, scale out 1 instance(s).",
|
477
477
|
"member": "string",
|
478
478
|
"name": "Description",
|
479
479
|
"output_required": true,
|
@@ -483,7 +483,7 @@
|
|
483
483
|
{
|
484
484
|
"disabled": false,
|
485
485
|
"document": "伸缩活动开始时间。",
|
486
|
-
"example": "
|
486
|
+
"example": "2024-11-12T05:30:21Z",
|
487
487
|
"member": "datetime_iso",
|
488
488
|
"name": "StartTime",
|
489
489
|
"output_required": true,
|
@@ -493,7 +493,7 @@
|
|
493
493
|
{
|
494
494
|
"disabled": false,
|
495
495
|
"document": "伸缩活动结束时间。",
|
496
|
-
"example": "
|
496
|
+
"example": "2024-11-12T05:30:21Z",
|
497
497
|
"member": "datetime_iso",
|
498
498
|
"name": "EndTime",
|
499
499
|
"output_required": true,
|
@@ -503,7 +503,7 @@
|
|
503
503
|
{
|
504
504
|
"disabled": false,
|
505
505
|
"document": "伸缩活动创建时间。",
|
506
|
-
"example": "
|
506
|
+
"example": "2024-11-12T05:30:21Z",
|
507
507
|
"member": "datetime_iso",
|
508
508
|
"name": "CreatedTime",
|
509
509
|
"output_required": true,
|
@@ -523,7 +523,7 @@
|
|
523
523
|
{
|
524
524
|
"disabled": false,
|
525
525
|
"document": "伸缩活动状态简要描述。",
|
526
|
-
"example": "
|
526
|
+
"example": "Success",
|
527
527
|
"member": "string",
|
528
528
|
"name": "StatusMessageSimplified",
|
529
529
|
"output_required": true,
|
@@ -533,7 +533,7 @@
|
|
533
533
|
{
|
534
534
|
"disabled": false,
|
535
535
|
"document": "伸缩活动中生命周期挂钩的执行结果。",
|
536
|
-
"example": "
|
536
|
+
"example": "[{\"NotificationResult\": \"NONE\", \"ResultReason\": \"HEARTBEAT_TIMEOUT\", \"InstanceId\": \"ins-1dcgn84h\", \"InvocationId\": \"\", \"LifecycleActionResult\": \"CONTINUE\", \"InvokeCommandResult\": \"NONE\", \"LifecycleHookId\": \"ash-aadtetfm\"}]",
|
537
537
|
"member": "LifecycleActionResultInfo",
|
538
538
|
"name": "LifecycleActionResultSet",
|
539
539
|
"output_required": true,
|
@@ -543,7 +543,7 @@
|
|
543
543
|
{
|
544
544
|
"disabled": false,
|
545
545
|
"document": "伸缩活动状态详细描述。",
|
546
|
-
"example": "
|
546
|
+
"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\"}]",
|
547
547
|
"member": "DetailedStatusMessage",
|
548
548
|
"name": "DetailedStatusMessageSet",
|
549
549
|
"output_required": true,
|
@@ -553,7 +553,7 @@
|
|
553
553
|
{
|
554
554
|
"disabled": false,
|
555
555
|
"document": "执行命令结果。",
|
556
|
-
"example": "
|
556
|
+
"example": "[{\"InstanceId\":\"ins-ju6vr4d3\", \"InvocationId\":\"inv-1sgbq5c1\",\"InvocationTaskId\":\"invt-6x4li1zf\",\"CommandId\":\"cmd-rkk9m8rp\",\"TaskStatus\":\"SUCCESS\",\"ErrorMessage\":\"\"}]",
|
557
557
|
"member": "InvocationResult",
|
558
558
|
"name": "InvocationResultSet",
|
559
559
|
"output_required": true,
|
@@ -563,7 +563,7 @@
|
|
563
563
|
{
|
564
564
|
"disabled": false,
|
565
565
|
"document": "伸缩活动相关实例信息集合。",
|
566
|
-
"example": "
|
566
|
+
"example": " [{\"InstanceId\": \"ins-qdve9yyr\", \"InstanceStatus\": \"SUCCESSFUL\"}]",
|
567
567
|
"member": "RelatedInstance",
|
568
568
|
"name": "RelatedInstanceSet",
|
569
569
|
"output_required": true,
|
@@ -588,7 +588,7 @@
|
|
588
588
|
},
|
589
589
|
{
|
590
590
|
"disabled": false,
|
591
|
-
"document": "
|
591
|
+
"document": "实例在伸缩活动中的状态。取值如下:<br><li>INIT:初始化中</li><li>RUNNING:实例操作中</li><li>SUCCESSFUL:活动成功</li><li>FAILED:活动失败",
|
592
592
|
"example": "无",
|
593
593
|
"member": "string",
|
594
594
|
"name": "InstanceStatus",
|
@@ -608,37 +608,37 @@
|
|
608
608
|
"example": "DiskSoldOut",
|
609
609
|
"member": "string",
|
610
610
|
"name": "Problem",
|
611
|
-
"
|
611
|
+
"output_required": true,
|
612
612
|
"type": "string",
|
613
613
|
"value_allowed_null": false
|
614
614
|
},
|
615
615
|
{
|
616
616
|
"disabled": false,
|
617
617
|
"document": "问题详情。",
|
618
|
-
"example": "
|
618
|
+
"example": "Load balancers `['lb-p4nq0x9e']` are not found.",
|
619
619
|
"member": "string",
|
620
620
|
"name": "Detail",
|
621
|
-
"
|
621
|
+
"output_required": true,
|
622
622
|
"type": "string",
|
623
623
|
"value_allowed_null": false
|
624
624
|
},
|
625
625
|
{
|
626
626
|
"disabled": false,
|
627
627
|
"document": "建议解决方案。",
|
628
|
-
"example": "
|
628
|
+
"example": "It is recommended to config Auto Scaling Group with valid load balancer.",
|
629
629
|
"member": "string",
|
630
630
|
"name": "Solution",
|
631
|
-
"
|
631
|
+
"output_required": true,
|
632
632
|
"type": "string",
|
633
633
|
"value_allowed_null": false
|
634
634
|
},
|
635
635
|
{
|
636
636
|
"disabled": false,
|
637
|
-
"document": "
|
637
|
+
"document": "伸缩建议警告级别。取值范围:\n<li>WARNING:警告级别</li>\n<li>CRITICAL:严重级别</li>",
|
638
638
|
"example": "WARNING",
|
639
639
|
"member": "string",
|
640
640
|
"name": "Level",
|
641
|
-
"
|
641
|
+
"output_required": true,
|
642
642
|
"type": "string",
|
643
643
|
"value_allowed_null": false
|
644
644
|
}
|
@@ -715,7 +715,7 @@
|
|
715
715
|
{
|
716
716
|
"disabled": false,
|
717
717
|
"document": "应用型负载均衡器列表,每个伸缩组绑定应用型负载均衡器数量上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个",
|
718
|
-
"example": "
|
718
|
+
"example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
|
719
719
|
"member": "ForwardLoadBalancer",
|
720
720
|
"name": "ForwardLoadBalancers",
|
721
721
|
"required": false,
|
@@ -733,7 +733,7 @@
|
|
733
733
|
"example": "asa-67izy66g",
|
734
734
|
"member": "string",
|
735
735
|
"name": "ActivityId",
|
736
|
-
"
|
736
|
+
"output_required": true,
|
737
737
|
"type": "string",
|
738
738
|
"value_allowed_null": false
|
739
739
|
},
|
@@ -755,27 +755,27 @@
|
|
755
755
|
"example": "asg-pc2oqu2z",
|
756
756
|
"member": "string",
|
757
757
|
"name": "AutoScalingGroupId",
|
758
|
-
"
|
758
|
+
"output_required": true,
|
759
759
|
"type": "string",
|
760
760
|
"value_allowed_null": false
|
761
761
|
},
|
762
762
|
{
|
763
763
|
"disabled": false,
|
764
|
-
"document": "
|
764
|
+
"document": "伸缩组警告级别。取值范围:\n<li>NORMAL:正常</li>\n<li>WARNING:警告级别</li>\n<li>CRITICAL:严重级别</li>",
|
765
765
|
"example": "NORMAL",
|
766
766
|
"member": "string",
|
767
767
|
"name": "Level",
|
768
|
-
"
|
768
|
+
"output_required": true,
|
769
769
|
"type": "string",
|
770
770
|
"value_allowed_null": false
|
771
771
|
},
|
772
772
|
{
|
773
773
|
"disabled": false,
|
774
774
|
"document": "伸缩组配置建议集合。",
|
775
|
-
"example": "
|
775
|
+
"example": "[{\"Problem\": \"InvalidInstanceType\", \"Detail\": \"Instance Type `SN3ne.LARGE4`(`POSTPAID_BY_HOUR`) in `ap-shanghai-5` is invalid.\", \"Solution\": \"It is recommended to replace the invalid instance type.\", \"Level\": \"WARNING\"}]",
|
776
776
|
"member": "Advice",
|
777
777
|
"name": "Advices",
|
778
|
-
"
|
778
|
+
"output_required": true,
|
779
779
|
"type": "list",
|
780
780
|
"value_allowed_null": false
|
781
781
|
}
|
@@ -807,7 +807,7 @@
|
|
807
807
|
},
|
808
808
|
{
|
809
809
|
"disabled": false,
|
810
|
-
"document": "
|
810
|
+
"document": "伸缩组当前状态。取值范围:\n<li>NORMAL:正常</li>\n<li>CVM_ABNORMAL:启动配置异常</li>\n<li>LB_ABNORMAL:负载均衡器异常</li>\n<li>LB_LISTENER_ABNORMAL:负载均衡器监听器异常</li>\n<li>LB_LOCATION_ABNORMAL:负载均衡器监听器转发配置异常</li>\n<li>VPC_ABNORMAL:VPC网络异常</li>\n<li>SUBNET_ABNORMAL:VPC子网异常</li>\n<li>INSUFFICIENT_BALANCE:余额不足</li>\n<li>LB_BACKEND_REGION_NOT_MATCH:CLB实例后端地域与AS服务所在地域不匹配</li>\n<li>LB_BACKEND_VPC_NOT_MATCH:CLB实例VPC与伸缩组VPC不匹配</li>",
|
811
811
|
"example": "NORMAL",
|
812
812
|
"member": "string",
|
813
813
|
"name": "AutoScalingGroupStatus",
|
@@ -858,7 +858,7 @@
|
|
858
858
|
{
|
859
859
|
"disabled": false,
|
860
860
|
"document": "应用型负载均衡器列表",
|
861
|
-
"example": "[]",
|
861
|
+
"example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
|
862
862
|
"member": "ForwardLoadBalancer",
|
863
863
|
"name": "ForwardLoadBalancerSet",
|
864
864
|
"output_required": true,
|
@@ -908,7 +908,7 @@
|
|
908
908
|
{
|
909
909
|
"disabled": false,
|
910
910
|
"document": "传统型负载均衡器ID列表",
|
911
|
-
"example": "[]",
|
911
|
+
"example": "[\"lb-ij7ytg54\"]",
|
912
912
|
"member": "string",
|
913
913
|
"name": "LoadBalancerIdSet",
|
914
914
|
"output_required": true,
|
@@ -978,7 +978,7 @@
|
|
978
978
|
{
|
979
979
|
"disabled": false,
|
980
980
|
"document": "可用区列表",
|
981
|
-
"example": "[]",
|
981
|
+
"example": "[\"ap-guangzhou-5\"]",
|
982
982
|
"member": "string",
|
983
983
|
"name": "ZoneSet",
|
984
984
|
"output_required": true,
|
@@ -1008,7 +1008,7 @@
|
|
1008
1008
|
{
|
1009
1009
|
"disabled": false,
|
1010
1010
|
"document": "伸缩组标签列表",
|
1011
|
-
"example": "[]",
|
1011
|
+
"example": "[{\"Key\": \"Service_B\", \"Value\": \"pss3\", \"ResourceType\": \"auto-scaling-group\"}]",
|
1012
1012
|
"member": "Tag",
|
1013
1013
|
"name": "Tags",
|
1014
1014
|
"output_required": true,
|
@@ -1018,7 +1018,7 @@
|
|
1018
1018
|
{
|
1019
1019
|
"disabled": false,
|
1020
1020
|
"document": "服务设置",
|
1021
|
-
"example": "
|
1021
|
+
"example": "{\"ReplaceMonitorUnhealthy\": false, \"ReplaceLoadBalancerUnhealthy\": false, \"ReplaceMode\": \"RECREATE\", \"ScalingMode\": \"CLASSIC_SCALING\"}",
|
1022
1022
|
"member": "ServiceSettings",
|
1023
1023
|
"name": "ServiceSettings",
|
1024
1024
|
"output_required": true,
|
@@ -1037,7 +1037,7 @@
|
|
1037
1037
|
},
|
1038
1038
|
{
|
1039
1039
|
"disabled": false,
|
1040
|
-
"document": "多可用区/子网策略。\n<
|
1040
|
+
"document": "多可用区/子网策略。\n<li> PRIORITY,按照可用区/子网列表的顺序,作为优先级来尝试创建实例,如果优先级最高的可用区/子网可以创建成功,则总在该可用区/子网创建。</li>\n<li> EQUALITY:每次选择当前实例数最少的可用区/子网进行扩容,使得每个可用区/子网都有机会发生扩容,多次扩容出的实例会打散到多个可用区/子网。</li>",
|
1041
1041
|
"example": "PRIORITY",
|
1042
1042
|
"member": "string",
|
1043
1043
|
"name": "MultiZoneSubnetPolicy",
|
@@ -1047,7 +1047,7 @@
|
|
1047
1047
|
},
|
1048
1048
|
{
|
1049
1049
|
"disabled": false,
|
1050
|
-
"document": "
|
1050
|
+
"document": "伸缩组实例健康检查类型,取值如下:\n<li>CVM:根据实例网络状态判断实例是否处于不健康状态,不健康的网络状态即发生实例 PING 不可达事件,详细判断标准可参考[实例健康检查](https://cloud.tencent.com/document/product/377/8553)</li>\n<li>CLB:根据 CLB 的健康检查状态判断实例是否处于不健康状态,CLB健康检查原理可参考[健康检查](https://cloud.tencent.com/document/product/214/6097)</li>",
|
1051
1051
|
"example": "CLB",
|
1052
1052
|
"member": "string",
|
1053
1053
|
"name": "HealthCheckType",
|
@@ -1067,7 +1067,7 @@
|
|
1067
1067
|
},
|
1068
1068
|
{
|
1069
1069
|
"disabled": false,
|
1070
|
-
"document": "实例分配策略,取值包括 LAUNCH_CONFIGURATION 和 SPOT_MIXED。\n<
|
1070
|
+
"document": "实例分配策略,取值包括 LAUNCH_CONFIGURATION 和 SPOT_MIXED。\n<li> LAUNCH_CONFIGURATION,代表传统的按照启动配置模式。</li>\n<li> SPOT_MIXED,代表竞价混合模式。目前仅支持启动配置为按量计费模式时使用混合模式,混合模式下,伸缩组将根据设定扩容按量或竞价机型。使用混合模式时,关联的启动配置的计费类型不可被修改。</li>",
|
1071
1071
|
"example": "LAUNCH_CONFIGURATION",
|
1072
1072
|
"member": "string",
|
1073
1073
|
"name": "InstanceAllocationPolicy",
|
@@ -1078,7 +1078,7 @@
|
|
1078
1078
|
{
|
1079
1079
|
"disabled": false,
|
1080
1080
|
"document": "竞价混合模式下,各计费类型实例的分配策略。\n仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时才会返回有效值。",
|
1081
|
-
"example": "
|
1081
|
+
"example": "{\"BaseCapacity\": 1, \"CompensateWithBaseInstance\": true, \"OnDemandPercentageAboveBaseCapacity\": 50, \"SpotAllocationStrategy\": \"COST_OPTIMIZED\"}",
|
1082
1082
|
"member": "SpotMixedAllocationPolicy",
|
1083
1083
|
"name": "SpotMixedAllocationPolicy",
|
1084
1084
|
"output_required": true,
|
@@ -1087,7 +1087,7 @@
|
|
1087
1087
|
},
|
1088
1088
|
{
|
1089
1089
|
"disabled": false,
|
1090
|
-
"document": "容量重平衡功能,仅对伸缩组内的竞价实例有效。取值范围:\n<
|
1090
|
+
"document": "容量重平衡功能,仅对伸缩组内的竞价实例有效。取值范围:\n<li> TRUE,开启该功能,当伸缩组内的竞价实例即将被竞价实例服务自动回收前,AS 主动发起竞价实例销毁流程,如果有配置过缩容 hook,则销毁前 hook 会生效。销毁流程启动后,AS 会异步开启一个扩容活动,用于补齐期望实例数。</li>\n<li> FALSE,不开启该功能,则 AS 等待竞价实例被销毁后才会去扩容补齐伸缩组期望实例数。</li>",
|
1091
1091
|
"example": "false",
|
1092
1092
|
"member": "bool",
|
1093
1093
|
"name": "CapacityRebalance",
|
@@ -1098,7 +1098,7 @@
|
|
1098
1098
|
{
|
1099
1099
|
"disabled": false,
|
1100
1100
|
"document": "实例名称序号相关设置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1101
|
-
"example": "
|
1101
|
+
"example": "{\"BeginIndex\": 0, \"Enabled\": true}",
|
1102
1102
|
"member": "InstanceNameIndexSettings",
|
1103
1103
|
"name": "InstanceNameIndexSettings",
|
1104
1104
|
"output_required": true,
|
@@ -1114,20 +1114,20 @@
|
|
1114
1114
|
{
|
1115
1115
|
"disabled": false,
|
1116
1116
|
"document": "伸缩组ID。",
|
1117
|
-
"example": "",
|
1117
|
+
"example": "asg-djy6etgf",
|
1118
1118
|
"member": "string",
|
1119
1119
|
"name": "AutoScalingGroupId",
|
1120
|
-
"
|
1120
|
+
"output_required": true,
|
1121
1121
|
"type": "string",
|
1122
1122
|
"value_allowed_null": false
|
1123
1123
|
},
|
1124
1124
|
{
|
1125
1125
|
"disabled": false,
|
1126
1126
|
"document": "伸缩组名称。",
|
1127
|
-
"example": "",
|
1127
|
+
"example": "as-group-a0",
|
1128
1128
|
"member": "string",
|
1129
1129
|
"name": "AutoScalingGroupName",
|
1130
|
-
"
|
1130
|
+
"output_required": true,
|
1131
1131
|
"type": "string",
|
1132
1132
|
"value_allowed_null": false
|
1133
1133
|
}
|
@@ -1351,7 +1351,7 @@
|
|
1351
1351
|
{
|
1352
1352
|
"disabled": false,
|
1353
1353
|
"document": "“InstanceId”和“LifecycleActionToken”必须填充其中一个",
|
1354
|
-
"example": "
|
1354
|
+
"example": "34b59a82-6435-4516-90db-c98aeb46769b",
|
1355
1355
|
"member": "string",
|
1356
1356
|
"name": "LifecycleActionToken",
|
1357
1357
|
"required": false,
|
@@ -1496,7 +1496,7 @@
|
|
1496
1496
|
{
|
1497
1497
|
"disabled": false,
|
1498
1498
|
"document": "VPC ID,基础网络则填空字符串",
|
1499
|
-
"example": "vpc-
|
1499
|
+
"example": "vpc-uhygtf56",
|
1500
1500
|
"member": "string",
|
1501
1501
|
"name": "VpcId",
|
1502
1502
|
"required": true,
|
@@ -1523,7 +1523,7 @@
|
|
1523
1523
|
{
|
1524
1524
|
"disabled": false,
|
1525
1525
|
"document": "传统负载均衡器ID列表,目前长度上限为20,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个",
|
1526
|
-
"example": "[\"lb-
|
1526
|
+
"example": "[\"lb-uhygtf56\"]",
|
1527
1527
|
"member": "string",
|
1528
1528
|
"name": "LoadBalancerIds",
|
1529
1529
|
"required": false,
|
@@ -1541,7 +1541,7 @@
|
|
1541
1541
|
{
|
1542
1542
|
"disabled": false,
|
1543
1543
|
"document": "应用型负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个",
|
1544
|
-
"example": "
|
1544
|
+
"example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
|
1545
1545
|
"member": "ForwardLoadBalancer",
|
1546
1546
|
"name": "ForwardLoadBalancers",
|
1547
1547
|
"required": false,
|
@@ -1550,7 +1550,7 @@
|
|
1550
1550
|
{
|
1551
1551
|
"disabled": false,
|
1552
1552
|
"document": "子网ID列表,VPC场景下必须指定子网。多个子网以填写顺序为优先级,依次进行尝试,直至可以成功创建实例。",
|
1553
|
-
"example": "[\"subnet-
|
1553
|
+
"example": "[\"subnet-uhygtf56\"]",
|
1554
1554
|
"member": "string",
|
1555
1555
|
"name": "SubnetIds",
|
1556
1556
|
"required": false,
|
@@ -1558,8 +1558,8 @@
|
|
1558
1558
|
},
|
1559
1559
|
{
|
1560
1560
|
"disabled": false,
|
1561
|
-
"document": "销毁策略,目前长度上限为1。取值包括 OLDEST_INSTANCE 和 NEWEST_INSTANCE,默认取值为 OLDEST_INSTANCE。\n<
|
1562
|
-
"example": "
|
1561
|
+
"document": "销毁策略,目前长度上限为1。取值包括 OLDEST_INSTANCE 和 NEWEST_INSTANCE,默认取值为 OLDEST_INSTANCE。\n<li> OLDEST_INSTANCE 优先销毁伸缩组中最旧的实例。</li>\n<li> NEWEST_INSTANCE,优先销毁伸缩组中最新的实例。</li>",
|
1562
|
+
"example": "OLDEST_INSTANCE",
|
1563
1563
|
"member": "string",
|
1564
1564
|
"name": "TerminationPolicies",
|
1565
1565
|
"required": false,
|
@@ -1576,7 +1576,7 @@
|
|
1576
1576
|
},
|
1577
1577
|
{
|
1578
1578
|
"disabled": false,
|
1579
|
-
"document": "重试策略,取值包括 IMMEDIATE_RETRY、 INCREMENTAL_INTERVALS、NO_RETRY,默认取值为 IMMEDIATE_RETRY。部分成功的伸缩活动判定为一次失败活动。\n<
|
1579
|
+
"document": "重试策略,取值包括 IMMEDIATE_RETRY、 INCREMENTAL_INTERVALS、NO_RETRY,默认取值为 IMMEDIATE_RETRY。部分成功的伸缩活动判定为一次失败活动。\n<li> IMMEDIATE_RETRY,立即重试,在较短时间内快速重试,连续失败超过一定次数(5次)后不再重试。</li> \n<li> INCREMENTAL_INTERVALS,间隔递增重试,随着连续失败次数的增加,重试间隔逐渐增大。前 10 次重试间隔与立即重试模式相同,后续逐步递增至 10 分钟、30 分钟、60 分钟、一天。</li> \n<li> NO_RETRY,不进行重试,直到再次收到用户调用或者告警信息后才会重试。</li> ",
|
1580
1580
|
"example": "IMMEDIATE_RETRY",
|
1581
1581
|
"member": "string",
|
1582
1582
|
"name": "RetryPolicy",
|
@@ -1585,7 +1585,7 @@
|
|
1585
1585
|
},
|
1586
1586
|
{
|
1587
1587
|
"disabled": false,
|
1588
|
-
"document": "可用区校验策略,取值包括 ALL 和 ANY,默认取值为ANY。\n<
|
1588
|
+
"document": "可用区校验策略,取值包括 ALL 和 ANY,默认取值为ANY。\n<li> ALL,所有可用区(Zone)或子网(SubnetId)都可用则通过校验,否则校验报错。</li>\n<li> ANY,存在任何一个可用区(Zone)或子网(SubnetId)可用则通过校验,否则校验报错。</li>\n\n可用区或子网不可用的常见原因包括该可用区CVM实例类型售罄、该可用区CBS云盘售罄、该可用区配额不足、该子网IP不足等。\n如果 Zones/SubnetIds 中可用区或者子网不存在,则无论 ZonesCheckPolicy 采用何种取值,都会校验报错。",
|
1589
1589
|
"example": "ALL",
|
1590
1590
|
"member": "string",
|
1591
1591
|
"name": "ZonesCheckPolicy",
|
@@ -1595,7 +1595,7 @@
|
|
1595
1595
|
{
|
1596
1596
|
"disabled": false,
|
1597
1597
|
"document": "标签描述列表。通过指定该参数可以支持绑定标签到伸缩组。同时绑定标签到相应的资源实例。每个伸缩组最多支持30个标签。",
|
1598
|
-
"example": "
|
1598
|
+
"example": "[{\"Key\": \"Service_B\", \"Value\": \"pss3\", \"ResourceType\": \"auto-scaling-group\"}]",
|
1599
1599
|
"member": "Tag",
|
1600
1600
|
"name": "Tags",
|
1601
1601
|
"required": false,
|
@@ -1604,7 +1604,7 @@
|
|
1604
1604
|
{
|
1605
1605
|
"disabled": false,
|
1606
1606
|
"document": "服务设置,包括云监控不健康替换等服务设置。",
|
1607
|
-
"example": "
|
1607
|
+
"example": "{\"ScalingMode\": \"CLASSIC_SCALING\"}",
|
1608
1608
|
"member": "ServiceSettings",
|
1609
1609
|
"name": "ServiceSettings",
|
1610
1610
|
"required": false,
|
@@ -1621,7 +1621,7 @@
|
|
1621
1621
|
},
|
1622
1622
|
{
|
1623
1623
|
"disabled": false,
|
1624
|
-
"document": "多可用区/子网策略,取值包括 PRIORITY 和 EQUALITY,默认为 PRIORITY。\n<
|
1624
|
+
"document": "多可用区/子网策略,取值包括 PRIORITY 和 EQUALITY,默认为 PRIORITY。\n<li> PRIORITY,按照可用区/子网列表的顺序,作为优先级来尝试创建实例,如果优先级最高的可用区/子网可以创建成功,则总在该可用区/子网创建。</li>\n<li> EQUALITY:扩容出的实例会打散到多个可用区/子网,保证扩容后的各个可用区/子网实例数相对均衡。</li>\n\n与本策略相关的注意点:\n<li> 当伸缩组为基础网络时,本策略适用于多可用区;当伸缩组为VPC网络时,本策略适用于多子网,此时不再考虑可用区因素,例如四个子网ABCD,其中ABC处于可用区1,D处于可用区2,此时考虑子网ABCD进行排序,而不考虑可用区1、2。</li>\n<li> 本策略适用于多可用区/子网,不适用于启动配置的多机型。多机型按照优先级策略进行选择。</li>\n<li> 按照 PRIORITY 策略创建实例时,先保证多机型的策略,后保证多可用区/子网的策略。例如多机型A、B,多子网1、2、3,会按照A1、A2、A3、B1、B2、B3 进行尝试,如果A1售罄,会尝试A2(而非B1)。</li>",
|
1625
1625
|
"example": "PRIORITY ",
|
1626
1626
|
"member": "string",
|
1627
1627
|
"name": "MultiZoneSubnetPolicy",
|
@@ -1630,7 +1630,7 @@
|
|
1630
1630
|
},
|
1631
1631
|
{
|
1632
1632
|
"disabled": false,
|
1633
|
-
"document": "
|
1633
|
+
"document": "伸缩组实例健康检查类型,取值如下:\n<li>CVM:根据实例网络状态判断实例是否处于不健康状态,不健康的网络状态即发生实例 PING 不可达事件,详细判断标准可参考[实例健康检查](https://cloud.tencent.com/document/product/377/8553)</li>\n<li>CLB:根据 CLB 的健康检查状态判断实例是否处于不健康状态,CLB健康检查原理可参考[健康检查](https://cloud.tencent.com/document/product/214/6097) </li>\n如果选择了`CLB`类型,伸缩组将同时检查实例网络状态与CLB健康检查状态,如果出现实例网络状态不健康,实例将被标记为 UNHEALTHY 状态;如果出现 CLB 健康检查状态异常,实例将被标记为CLB_UNHEALTHY 状态,如果两个异常状态同时出现,实例`HealthStatus`字段将返回 UNHEALTHY|CLB_UNHEALTHY。默认值:CLB",
|
1634
1634
|
"example": "CLB",
|
1635
1635
|
"member": "string",
|
1636
1636
|
"name": "HealthCheckType",
|
@@ -1648,7 +1648,7 @@
|
|
1648
1648
|
},
|
1649
1649
|
{
|
1650
1650
|
"disabled": false,
|
1651
|
-
"document": "实例分配策略,取值包括 LAUNCH_CONFIGURATION 和 SPOT_MIXED,默认取 LAUNCH_CONFIGURATION。\n<
|
1651
|
+
"document": "实例分配策略,取值包括 LAUNCH_CONFIGURATION 和 SPOT_MIXED,默认取 LAUNCH_CONFIGURATION。\n<li> LAUNCH_CONFIGURATION,代表传统的按照启动配置模式。</li>\n<li> SPOT_MIXED,代表竞价混合模式。目前仅支持启动配置为按量计费模式时使用混合模式,混合模式下,伸缩组将根据设定扩容按量或竞价机型。使用混合模式时,关联的启动配置的计费类型不可被修改。</li>",
|
1652
1652
|
"example": "LAUNCH_CONFIGURATION",
|
1653
1653
|
"member": "string",
|
1654
1654
|
"name": "InstanceAllocationPolicy",
|
@@ -1658,7 +1658,7 @@
|
|
1658
1658
|
{
|
1659
1659
|
"disabled": false,
|
1660
1660
|
"document": "竞价混合模式下,各计费类型实例的分配策略。\n仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。",
|
1661
|
-
"example": "
|
1661
|
+
"example": "{\"BaseCapacity\": 1, \"CompensateWithBaseInstance\": true, \"OnDemandPercentageAboveBaseCapacity\": 50, \"SpotAllocationStrategy\": \"COST_OPTIMIZED\"}",
|
1662
1662
|
"member": "SpotMixedAllocationPolicy",
|
1663
1663
|
"name": "SpotMixedAllocationPolicy",
|
1664
1664
|
"required": false,
|
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
},
|
1667
1667
|
{
|
1668
1668
|
"disabled": false,
|
1669
|
-
"document": "容量重平衡功能,仅对伸缩组内的竞价实例有效。取值范围:\n<
|
1669
|
+
"document": "容量重平衡功能,仅对伸缩组内的竞价实例有效。取值范围:\n<li> TRUE,开启该功能,当伸缩组内的竞价实例即将被竞价实例服务自动回收前,AS 主动发起竞价实例销毁流程,如果有配置过缩容 hook,则销毁前 hook 会生效。销毁流程启动后,AS 会异步开启一个扩容活动,用于补齐期望实例数。</li>\n<li> FALSE,不开启该功能,则 AS 等待竞价实例被销毁后才会去扩容补齐伸缩组期望实例数。</li>\n默认取 FALSE。",
|
1670
1670
|
"example": "false",
|
1671
1671
|
"member": "bool",
|
1672
1672
|
"name": "CapacityRebalance",
|
@@ -1676,7 +1676,7 @@
|
|
1676
1676
|
{
|
1677
1677
|
"disabled": false,
|
1678
1678
|
"document": "实例名称序号相关设置。若不指定该参数,则默认不开启。开启后为伸缩组内自动创建的实例名称添加递增的数字序号。",
|
1679
|
-
"example": "
|
1679
|
+
"example": "{\"BeginIndex\": 0, \"Enabled\": true}",
|
1680
1680
|
"member": "InstanceNameIndexSettings",
|
1681
1681
|
"name": "InstanceNameIndexSettings",
|
1682
1682
|
"required": false,
|
@@ -1691,7 +1691,7 @@
|
|
1691
1691
|
{
|
1692
1692
|
"disabled": false,
|
1693
1693
|
"document": "伸缩组ID",
|
1694
|
-
"example": "asg-
|
1694
|
+
"example": "asg-y6tf4e3w",
|
1695
1695
|
"member": "string",
|
1696
1696
|
"name": "AutoScalingGroupId",
|
1697
1697
|
"output_required": true,
|
@@ -1731,7 +1731,7 @@
|
|
1731
1731
|
{
|
1732
1732
|
"disabled": false,
|
1733
1733
|
"document": "启动配置所属项目ID。不填为默认项目。\n注意:伸缩组内实例所属项目ID取伸缩组项目ID,与这里取值无关。",
|
1734
|
-
"example": "
|
1734
|
+
"example": "0",
|
1735
1735
|
"member": "uint64",
|
1736
1736
|
"name": "ProjectId",
|
1737
1737
|
"required": false,
|
@@ -1749,7 +1749,7 @@
|
|
1749
1749
|
{
|
1750
1750
|
"disabled": false,
|
1751
1751
|
"document": "实例系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。",
|
1752
|
-
"example": "
|
1752
|
+
"example": "{\"DiskSize\": 500, \"DiskType\": \"CLOUD_BSSD\"}",
|
1753
1753
|
"member": "SystemDisk",
|
1754
1754
|
"name": "SystemDisk",
|
1755
1755
|
"required": false,
|
@@ -1758,7 +1758,7 @@
|
|
1758
1758
|
{
|
1759
1759
|
"disabled": false,
|
1760
1760
|
"document": "实例数据盘配置信息。若不指定该参数,则默认不购买数据盘,最多支持指定11块数据盘。",
|
1761
|
-
"example": "
|
1761
|
+
"example": "[{\"DiskSize\": 200, \"DiskType\": \"CLOUD_BSSD\"}]",
|
1762
1762
|
"member": "DataDisk",
|
1763
1763
|
"name": "DataDisks",
|
1764
1764
|
"required": false,
|
@@ -1767,7 +1767,7 @@
|
|
1767
1767
|
{
|
1768
1768
|
"disabled": false,
|
1769
1769
|
"document": "公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。",
|
1770
|
-
"example": "
|
1770
|
+
"example": "{\"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\": 0, \"PublicIpAssigned\": false}",
|
1771
1771
|
"member": "InternetAccessible",
|
1772
1772
|
"name": "InternetAccessible",
|
1773
1773
|
"required": false,
|
@@ -1776,7 +1776,7 @@
|
|
1776
1776
|
{
|
1777
1777
|
"disabled": false,
|
1778
1778
|
"document": "实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。",
|
1779
|
-
"example": "
|
1779
|
+
"example": "{\"KeyIds\": [\"skey-alaz9k65\"]}",
|
1780
1780
|
"member": "LoginSettings",
|
1781
1781
|
"name": "LoginSettings",
|
1782
1782
|
"required": false,
|
@@ -1785,7 +1785,7 @@
|
|
1785
1785
|
{
|
1786
1786
|
"disabled": false,
|
1787
1787
|
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的`SecurityGroupId`字段来获取。若不指定该参数,则默认不绑定安全组。",
|
1788
|
-
"example": "
|
1788
|
+
"example": "[\"sg-arrfspxo\"]",
|
1789
1789
|
"member": "string",
|
1790
1790
|
"name": "SecurityGroupIds",
|
1791
1791
|
"required": false,
|
@@ -1794,7 +1794,7 @@
|
|
1794
1794
|
{
|
1795
1795
|
"disabled": false,
|
1796
1796
|
"document": "增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认开启云监控、云安全服务。",
|
1797
|
-
"example": "
|
1797
|
+
"example": "{\"MonitorService\": {\"Enabled\": true}, \"SecurityService\": {\"Enabled\": true}}",
|
1798
1798
|
"member": "EnhancedService",
|
1799
1799
|
"name": "EnhancedService",
|
1800
1800
|
"required": false,
|
@@ -1803,7 +1803,7 @@
|
|
1803
1803
|
{
|
1804
1804
|
"disabled": false,
|
1805
1805
|
"document": "经过 Base64 编码后的自定义数据,最大长度不超过16KB。",
|
1806
|
-
"example": "
|
1806
|
+
"example": "IyEvYmluL2Jhc2gKZWNobyAxMjMKCg==",
|
1807
1807
|
"member": "string",
|
1808
1808
|
"name": "UserData",
|
1809
1809
|
"required": false,
|
@@ -1811,8 +1811,8 @@
|
|
1811
1811
|
},
|
1812
1812
|
{
|
1813
1813
|
"disabled": false,
|
1814
|
-
"document": "实例计费类型,CVM默认值按照POSTPAID_BY_HOUR处理。\n<li>POSTPAID_BY_HOUR:按小时后付费</li>\n<li>SPOTPAID:竞价付费</li>\n<li>PREPAID:预付费,即包年包月</li>",
|
1815
|
-
"example": "
|
1814
|
+
"document": "实例计费类型,CVM默认值按照POSTPAID_BY_HOUR处理。\n<li>POSTPAID_BY_HOUR:按小时后付费</li>\n<li>SPOTPAID:竞价付费</li>\n<li>PREPAID:预付费,即包年包月</li>\n<li>CDCPAID:专用集群付费</li>",
|
1815
|
+
"example": "POSTPAID_BY_HOUR",
|
1816
1816
|
"member": "string",
|
1817
1817
|
"name": "InstanceChargeType",
|
1818
1818
|
"required": false,
|
@@ -1821,7 +1821,7 @@
|
|
1821
1821
|
{
|
1822
1822
|
"disabled": false,
|
1823
1823
|
"document": "实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。",
|
1824
|
-
"example": "
|
1824
|
+
"example": "{\"SpotOptions\": {\"MaxPrice\": 1000}}",
|
1825
1825
|
"member": "InstanceMarketOptionsRequest",
|
1826
1826
|
"name": "InstanceMarketOptions",
|
1827
1827
|
"required": false,
|
@@ -1830,7 +1830,7 @@
|
|
1830
1830
|
{
|
1831
1831
|
"disabled": false,
|
1832
1832
|
"document": "实例机型列表,不同实例机型指定了不同的资源规格,最多支持10种实例机型。\n`InstanceType`和`InstanceTypes`参数互斥,二者必填一个且只能填写一个。",
|
1833
|
-
"example": "
|
1833
|
+
"example": "[\"S5.MEDIUM2\", \"S6.MEDIUM2\"]",
|
1834
1834
|
"member": "string",
|
1835
1835
|
"name": "InstanceTypes",
|
1836
1836
|
"required": false,
|
@@ -1839,7 +1839,7 @@
|
|
1839
1839
|
{
|
1840
1840
|
"disabled": false,
|
1841
1841
|
"document": "CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。",
|
1842
|
-
"example": "
|
1842
|
+
"example": "CVM_QcsRole",
|
1843
1843
|
"member": "string",
|
1844
1844
|
"name": "CamRoleName",
|
1845
1845
|
"required": false,
|
@@ -1848,7 +1848,7 @@
|
|
1848
1848
|
{
|
1849
1849
|
"disabled": false,
|
1850
1850
|
"document": "实例类型校验策略,取值包括 ALL 和 ANY,默认取值为ANY。\n<li> ALL,所有实例类型(InstanceType)都可用则通过校验,否则校验报错。</li>\n<li> ANY,存在任何一个实例类型(InstanceType)可用则通过校验,否则校验报错。</li>\n\n实例类型不可用的常见原因包括该实例类型售罄、对应云盘售罄等。\n如果 InstanceTypes 中一款机型不存在或者已下线,则无论 InstanceTypesCheckPolicy 采用何种取值,都会校验报错。",
|
1851
|
-
"example": "
|
1851
|
+
"example": "ANY",
|
1852
1852
|
"member": "string",
|
1853
1853
|
"name": "InstanceTypesCheckPolicy",
|
1854
1854
|
"required": false,
|
@@ -1857,7 +1857,7 @@
|
|
1857
1857
|
{
|
1858
1858
|
"disabled": false,
|
1859
1859
|
"document": "标签列表。通过指定该参数,可以为扩容的实例绑定标签。最多支持指定10个标签。",
|
1860
|
-
"example": "
|
1860
|
+
"example": "[{\"Key\": \"server-group-name\", \"Value\": \"as-tencent\"}]",
|
1861
1861
|
"member": "InstanceTag",
|
1862
1862
|
"name": "InstanceTags",
|
1863
1863
|
"required": false,
|
@@ -1866,7 +1866,7 @@
|
|
1866
1866
|
{
|
1867
1867
|
"disabled": false,
|
1868
1868
|
"document": "标签描述列表。通过指定该参数可以支持绑定标签到启动配置。每个启动配置最多支持30个标签。",
|
1869
|
-
"example": "
|
1869
|
+
"example": "[{\"Key\": \"CCode\", \"Value\": \"ASTENCENT\", \"ResourceType\": \"launch-configuration\"}]",
|
1870
1870
|
"member": "Tag",
|
1871
1871
|
"name": "Tags",
|
1872
1872
|
"required": false,
|
@@ -1875,7 +1875,7 @@
|
|
1875
1875
|
{
|
1876
1876
|
"disabled": false,
|
1877
1877
|
"document": "云服务器主机名(HostName)的相关设置。",
|
1878
|
-
"example": "
|
1878
|
+
"example": "{\"HostName\": \"app-as\", \"HostNameStyle\": \"UNIQUE\"}",
|
1879
1879
|
"member": "HostNameSettings",
|
1880
1880
|
"name": "HostNameSettings",
|
1881
1881
|
"required": false,
|
@@ -1884,7 +1884,7 @@
|
|
1884
1884
|
{
|
1885
1885
|
"disabled": false,
|
1886
1886
|
"document": "云服务器实例名(InstanceName)的相关设置。\n如果用户在启动配置中设置此字段,则伸缩组创建出的实例 InstanceName 参照此字段进行设置,并传递给 CVM;如果用户未在启动配置中设置此字段,则伸缩组创建出的实例 InstanceName 按照“as-{{ 伸缩组AutoScalingGroupName }}”进行设置,并传递给 CVM。",
|
1887
|
-
"example": "
|
1887
|
+
"example": "{\"InstanceName\": \"app-as\", \"InstanceNameStyle\": \"UNIQUE\"}",
|
1888
1888
|
"member": "InstanceNameSettings",
|
1889
1889
|
"name": "InstanceNameSettings",
|
1890
1890
|
"required": false,
|
@@ -1893,7 +1893,7 @@
|
|
1893
1893
|
{
|
1894
1894
|
"disabled": false,
|
1895
1895
|
"document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。",
|
1896
|
-
"example": "
|
1896
|
+
"example": "{\"Period\": 1, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"}",
|
1897
1897
|
"member": "InstanceChargePrepaid",
|
1898
1898
|
"name": "InstanceChargePrepaid",
|
1899
1899
|
"required": false,
|
@@ -1911,7 +1911,7 @@
|
|
1911
1911
|
{
|
1912
1912
|
"disabled": false,
|
1913
1913
|
"document": "高性能计算集群ID。<br>\n注意:此字段默认为空。",
|
1914
|
-
"example": "
|
1914
|
+
"example": "hpc-gt4es2q1",
|
1915
1915
|
"member": "string",
|
1916
1916
|
"name": "HpcClusterId",
|
1917
1917
|
"required": false,
|
@@ -1920,7 +1920,7 @@
|
|
1920
1920
|
{
|
1921
1921
|
"disabled": false,
|
1922
1922
|
"document": "IPv6公网带宽相关信息设置。若新建实例包含IPv6地址,该参数可为新建实例的IPv6地址分配公网带宽。关联启动配置的伸缩组Ipv6AddressCount参数为0时,该参数不会生效。",
|
1923
|
-
"example": "
|
1923
|
+
"example": "{\"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\": 1}",
|
1924
1924
|
"member": "IPv6InternetAccessible",
|
1925
1925
|
"name": "IPv6InternetAccessible",
|
1926
1926
|
"required": false,
|
@@ -1943,6 +1943,15 @@
|
|
1943
1943
|
"name": "ImageFamily",
|
1944
1944
|
"required": false,
|
1945
1945
|
"type": "string"
|
1946
|
+
},
|
1947
|
+
{
|
1948
|
+
"disabled": false,
|
1949
|
+
"document": "本地专用集群ID。",
|
1950
|
+
"example": "cluster-gbo27yc4",
|
1951
|
+
"member": "string",
|
1952
|
+
"name": "DedicatedClusterId",
|
1953
|
+
"required": false,
|
1954
|
+
"type": "string"
|
1946
1955
|
}
|
1947
1956
|
],
|
1948
1957
|
"type": "object"
|
@@ -2020,7 +2029,7 @@
|
|
2020
2029
|
{
|
2021
2030
|
"disabled": false,
|
2022
2031
|
"document": "弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串\"\"。最大长度不能超过1024个字节。",
|
2023
|
-
"example": "
|
2032
|
+
"example": "addtional-info",
|
2024
2033
|
"member": "string",
|
2025
2034
|
"name": "NotificationMetadata",
|
2026
2035
|
"required": false,
|
@@ -2029,7 +2038,7 @@
|
|
2029
2038
|
{
|
2030
2039
|
"disabled": false,
|
2031
2040
|
"document": "通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。",
|
2032
|
-
"example": "
|
2041
|
+
"example": "{\"QueueName\": \"as-pool\", \"TargetType\": \"TDMQ_CMQ_QUEUE\"}",
|
2033
2042
|
"member": "NotificationTarget",
|
2034
2043
|
"name": "NotificationTarget",
|
2035
2044
|
"required": false,
|
@@ -2047,7 +2056,7 @@
|
|
2047
2056
|
{
|
2048
2057
|
"disabled": false,
|
2049
2058
|
"document": "远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。",
|
2050
|
-
"example": "
|
2059
|
+
"example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
|
2051
2060
|
"member": "LifecycleCommand",
|
2052
2061
|
"name": "LifecycleCommand",
|
2053
2062
|
"required": false,
|
@@ -2065,7 +2074,7 @@
|
|
2065
2074
|
"example": "ash-8azjzxj9",
|
2066
2075
|
"member": "string",
|
2067
2076
|
"name": "LifecycleHookId",
|
2068
|
-
"
|
2077
|
+
"output_required": true,
|
2069
2078
|
"type": "string",
|
2070
2079
|
"value_allowed_null": false
|
2071
2080
|
},
|
@@ -2201,7 +2210,7 @@
|
|
2201
2210
|
},
|
2202
2211
|
{
|
2203
2212
|
"disabled": false,
|
2204
|
-
"document": "
|
2213
|
+
"document": "告警触发后,期望实例数的调整值,仅适用于简单策略。\n<li>当 AdjustmentType 为 CHANGE_IN_CAPACITY 时,AdjustmentValue 为正数表示告警触发后增加实例,为负数表示告警触发后减少实例 </li> \n<li> 当 AdjustmentType 为 EXACT_CAPACITY 时,AdjustmentValue 的值即为告警触发后新的期望实例数,需要大于或等于0 </li> \n<li> 当 AdjustmentType 为 PERCENT_CHANGE_IN_CAPACITY 时,AdjusmentValue 为正数表示告警触发后按百分比增加实例,为负数表示告警触发后按百分比减少实例,单位是:%。</li>",
|
2205
2214
|
"example": "1",
|
2206
2215
|
"member": "int64",
|
2207
2216
|
"name": "AdjustmentValue",
|
@@ -2220,7 +2229,7 @@
|
|
2220
2229
|
{
|
2221
2230
|
"disabled": false,
|
2222
2231
|
"document": "告警监控指标,仅适用于简单策略。",
|
2223
|
-
"example": "
|
2232
|
+
"example": "{\"ComparisonOperator\": \"GREATER_THAN\", \"ContinuousTime\": 1, \"MetricName\": \"CPU_UTILIZATION\", \"Period\": 60, \"Statistic\": \"AVERAGE\", \"Threshold\": 15}",
|
2224
2233
|
"member": "MetricAlarm",
|
2225
2234
|
"name": "MetricAlarm",
|
2226
2235
|
"required": false,
|
@@ -2228,7 +2237,7 @@
|
|
2228
2237
|
},
|
2229
2238
|
{
|
2230
2239
|
"disabled": false,
|
2231
|
-
"document": "
|
2240
|
+
"document": "预定义监控项,仅适用于目标追踪策略。取值范围:\n<li>ASG_AVG_CPU_UTILIZATION:平均CPU使用率</li>\n<li>ASG_AVG_LAN_TRAFFIC_OUT:平均内网出带宽</li>\n<li>ASG_AVG_LAN_TRAFFIC_IN:平均内网入带宽</li>\n<li>ASG_AVG_WAN_TRAFFIC_OUT:平均外网出带宽</li>\n<li>ASG_AVG_WAN_TRAFFIC_IN:平均外网出带宽</li>",
|
2232
2241
|
"example": "ASG_AVG_CPU_UTILIZATION",
|
2233
2242
|
"member": "string",
|
2234
2243
|
"name": "PredefinedMetricType",
|
@@ -2237,7 +2246,7 @@
|
|
2237
2246
|
},
|
2238
2247
|
{
|
2239
2248
|
"disabled": false,
|
2240
|
-
"document": "
|
2249
|
+
"document": "目标值,仅适用于目标追踪策略。\n<li>ASG_AVG_CPU_UTILIZATION:[1, 100),单位:%</li>\n<li>ASG_AVG_LAN_TRAFFIC_OUT:>0,单位:Mbps</li>\n<li>ASG_AVG_LAN_TRAFFIC_IN:>0,单位:Mbps</li>\n<li>ASG_AVG_WAN_TRAFFIC_OUT:>0,单位:Mbps</li>\n<li>ASG_AVG_WAN_TRAFFIC_IN:>0,单位:Mbps</li>",
|
2241
2250
|
"example": "10",
|
2242
2251
|
"member": "uint64",
|
2243
2252
|
"name": "TargetValue",
|
@@ -2255,7 +2264,7 @@
|
|
2255
2264
|
},
|
2256
2265
|
{
|
2257
2266
|
"disabled": false,
|
2258
|
-
"document": "是否禁用缩容,仅适用于目标追踪策略,默认值为 false
|
2267
|
+
"document": "是否禁用缩容,仅适用于目标追踪策略,默认值为 false。取值范围:\n<li>true:目标追踪策略仅触发扩容</li>\n<li>false:目标追踪策略触发扩容和缩容</li>",
|
2259
2268
|
"example": "false",
|
2260
2269
|
"member": "bool",
|
2261
2270
|
"name": "DisableScaleIn",
|
@@ -2283,6 +2292,7 @@
|
|
2283
2292
|
"example": "asp-iir70sxv",
|
2284
2293
|
"member": "string",
|
2285
2294
|
"name": "AutoScalingPolicyId",
|
2295
|
+
"output_required": true,
|
2286
2296
|
"type": "string",
|
2287
2297
|
"value_allowed_null": false
|
2288
2298
|
},
|
@@ -2364,7 +2374,7 @@
|
|
2364
2374
|
{
|
2365
2375
|
"disabled": false,
|
2366
2376
|
"document": "定时任务的重复方式。为标准 Cron 格式<br><br>此参数与`EndTime`需要同时指定。",
|
2367
|
-
"example": "
|
2377
|
+
"example": "0 14 */1 * *",
|
2368
2378
|
"member": "string",
|
2369
2379
|
"name": "Recurrence",
|
2370
2380
|
"required": false,
|
@@ -2382,7 +2392,7 @@
|
|
2382
2392
|
"example": "asst-chwbkq4c",
|
2383
2393
|
"member": "string",
|
2384
2394
|
"name": "ScheduledActionId",
|
2385
|
-
"
|
2395
|
+
"output_required": true,
|
2386
2396
|
"type": "string",
|
2387
2397
|
"value_allowed_null": false
|
2388
2398
|
},
|
@@ -2703,7 +2713,7 @@
|
|
2703
2713
|
{
|
2704
2714
|
"disabled": false,
|
2705
2715
|
"document": "按照一个或者多个伸缩活动ID查询。伸缩活动ID形如:`asa-5l2ejpfo`。每次请求的上限为100。参数不支持同时指定`ActivityIds`和`Filters`。",
|
2706
|
-
"example": "[\"asa-
|
2716
|
+
"example": "[\"asa-i8d6y5r4\"]",
|
2707
2717
|
"member": "string",
|
2708
2718
|
"name": "ActivityIds",
|
2709
2719
|
"required": false,
|
@@ -2712,7 +2722,7 @@
|
|
2712
2722
|
{
|
2713
2723
|
"disabled": false,
|
2714
2724
|
"document": "过滤条件。\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n<li> activity-status-code - String - 是否必填:否 -(过滤条件)按照伸缩活动状态过滤。(INIT:初始化中|RUNNING:运行中|SUCCESSFUL:活动成功|PARTIALLY_SUCCESSFUL:活动部分成功|FAILED:活动失败|CANCELLED:活动取消)</li>\n<li> activity-type - String - 是否必填:否 -(过滤条件)按照伸缩活动类型过滤。(SCALE_OUT:扩容活动|SCALE_IN:缩容活动|ATTACH_INSTANCES:添加实例|REMOVE_INSTANCES:销毁实例|DETACH_INSTANCES:移出实例|TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁|REPLACE_UNHEALTHY_INSTANCE:替换不健康实例|UPDATE_LOAD_BALANCERS:更新负载均衡器)</li>\n<li> activity-id - String - 是否必填:否 -(过滤条件)按照伸缩活动ID过滤。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`ActivityIds`和`Filters`。",
|
2715
|
-
"example": "
|
2725
|
+
"example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-mgmeawez\"]}]",
|
2716
2726
|
"member": "Filter",
|
2717
2727
|
"name": "Filters",
|
2718
2728
|
"required": false,
|
@@ -2739,7 +2749,7 @@
|
|
2739
2749
|
{
|
2740
2750
|
"disabled": false,
|
2741
2751
|
"document": "伸缩活动最早的开始时间,如果指定了ActivityIds,此参数将被忽略。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。",
|
2742
|
-
"example": "
|
2752
|
+
"example": "2024-11-11T15:29:59Z",
|
2743
2753
|
"member": "datetime_iso",
|
2744
2754
|
"name": "StartTime",
|
2745
2755
|
"required": false,
|
@@ -2748,7 +2758,7 @@
|
|
2748
2758
|
{
|
2749
2759
|
"disabled": false,
|
2750
2760
|
"document": "伸缩活动最晚的结束时间,如果指定了ActivityIds,此参数将被忽略。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。",
|
2751
|
-
"example": "
|
2761
|
+
"example": "2024-11-11T15:29:59Z",
|
2752
2762
|
"member": "datetime_iso",
|
2753
2763
|
"name": "EndTime",
|
2754
2764
|
"required": false,
|
@@ -2766,7 +2776,7 @@
|
|
2766
2776
|
"example": "1",
|
2767
2777
|
"member": "uint64",
|
2768
2778
|
"name": "TotalCount",
|
2769
|
-
"
|
2779
|
+
"output_required": true,
|
2770
2780
|
"type": "int",
|
2771
2781
|
"value_allowed_null": false
|
2772
2782
|
},
|
@@ -2776,7 +2786,7 @@
|
|
2776
2786
|
"example": "无",
|
2777
2787
|
"member": "Activity",
|
2778
2788
|
"name": "ActivitySet",
|
2779
|
-
"
|
2789
|
+
"output_required": true,
|
2780
2790
|
"type": "list",
|
2781
2791
|
"value_allowed_null": false
|
2782
2792
|
},
|
@@ -2810,9 +2820,10 @@
|
|
2810
2820
|
{
|
2811
2821
|
"disabled": false,
|
2812
2822
|
"document": "伸缩组配置建议集合。",
|
2813
|
-
"example": "
|
2823
|
+
"example": "[{\"AutoScalingGroupId\": \"asg-lc2n0mzp\", \"Advices\": [], \"Level\": \"NORMAL\"}]",
|
2814
2824
|
"member": "AutoScalingAdvice",
|
2815
2825
|
"name": "AutoScalingAdviceSet",
|
2826
|
+
"output_required": true,
|
2816
2827
|
"type": "list",
|
2817
2828
|
"value_allowed_null": false
|
2818
2829
|
},
|
@@ -2846,10 +2857,10 @@
|
|
2846
2857
|
{
|
2847
2858
|
"disabled": false,
|
2848
2859
|
"document": "符合条件的伸缩活动信息集合。说明:伸缩组伸缩活动不存在的则不返回,如传50个伸缩组ID,返回45条数据,说明其中有5个伸缩组伸缩活动不存在。",
|
2849
|
-
"example": "
|
2860
|
+
"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\"}]",
|
2850
2861
|
"member": "Activity",
|
2851
2862
|
"name": "ActivitySet",
|
2852
|
-
"
|
2863
|
+
"output_required": true,
|
2853
2864
|
"type": "list",
|
2854
2865
|
"value_allowed_null": false
|
2855
2866
|
},
|
@@ -2877,7 +2888,7 @@
|
|
2877
2888
|
{
|
2878
2889
|
"disabled": false,
|
2879
2890
|
"document": "过滤条件。\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n<li> auto-scaling-group-name - String - 是否必填:否 -(过滤条件)按照伸缩组名称过滤。</li>\n<li> vague-auto-scaling-group-name - String - 是否必填:否 -(过滤条件)按照伸缩组名称模糊搜索。</li>\n<li> launch-configuration-id - String - 是否必填:否 -(过滤条件)按照启动配置ID过滤。</li>\n<li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。</li>\n<li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。</li>\n<li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingGroupIds`和`Filters`。",
|
2880
|
-
"example": "
|
2891
|
+
"example": "[{\"Name\": \"auto-scaling-group-name\", \"Values\": [\"production-as\"]}]",
|
2881
2892
|
"member": "Filter",
|
2882
2893
|
"name": "Filters",
|
2883
2894
|
"required": false,
|
@@ -2910,10 +2921,10 @@
|
|
2910
2921
|
{
|
2911
2922
|
"disabled": false,
|
2912
2923
|
"document": "伸缩组详细信息列表。",
|
2913
|
-
"example": "
|
2924
|
+
"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\": []}]",
|
2914
2925
|
"member": "AutoScalingGroup",
|
2915
2926
|
"name": "AutoScalingGroupSet",
|
2916
|
-
"
|
2927
|
+
"output_required": true,
|
2917
2928
|
"type": "list",
|
2918
2929
|
"value_allowed_null": false
|
2919
2930
|
},
|
@@ -2923,7 +2934,7 @@
|
|
2923
2934
|
"example": "1",
|
2924
2935
|
"member": "uint64",
|
2925
2936
|
"name": "TotalCount",
|
2926
|
-
"
|
2937
|
+
"output_required": true,
|
2927
2938
|
"type": "int",
|
2928
2939
|
"value_allowed_null": false
|
2929
2940
|
},
|
@@ -2951,7 +2962,7 @@
|
|
2951
2962
|
{
|
2952
2963
|
"disabled": false,
|
2953
2964
|
"document": "过滤条件。\n<li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
|
2954
|
-
"example": "
|
2965
|
+
"example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
|
2955
2966
|
"member": "Filter",
|
2956
2967
|
"name": "Filters",
|
2957
2968
|
"required": false,
|
@@ -2984,10 +2995,10 @@
|
|
2984
2995
|
{
|
2985
2996
|
"disabled": false,
|
2986
2997
|
"document": "实例详细信息列表。",
|
2987
|
-
"example": "
|
2998
|
+
"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\"}]",
|
2988
2999
|
"member": "Instance",
|
2989
3000
|
"name": "AutoScalingInstanceSet",
|
2990
|
-
"
|
3001
|
+
"output_required": true,
|
2991
3002
|
"type": "list",
|
2992
3003
|
"value_allowed_null": false
|
2993
3004
|
},
|
@@ -2997,7 +3008,7 @@
|
|
2997
3008
|
"example": "1",
|
2998
3009
|
"member": "uint64",
|
2999
3010
|
"name": "TotalCount",
|
3000
|
-
"
|
3011
|
+
"output_required": true,
|
3001
3012
|
"type": "int",
|
3002
3013
|
"value_allowed_null": false
|
3003
3014
|
},
|
@@ -3025,7 +3036,7 @@
|
|
3025
3036
|
{
|
3026
3037
|
"disabled": false,
|
3027
3038
|
"document": "过滤条件。\n<li> launch-configuration-id - String - 是否必填:否 -(过滤条件)按照启动配置ID过滤。</li>\n<li> launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称过滤。</li>\n<li> vague-launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称模糊搜索。</li>\n<li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。</li>\n<li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。</li>\n<li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchConfigurationIds`和`Filters`。",
|
3028
|
-
"example": "
|
3039
|
+
"example": "[{\"Name\": \"launch-configuration-name\", \"Values\": [\"DataEngine123\"]}]",
|
3029
3040
|
"member": "Filter",
|
3030
3041
|
"name": "Filters",
|
3031
3042
|
"required": false,
|
@@ -3068,7 +3079,7 @@
|
|
3068
3079
|
{
|
3069
3080
|
"disabled": false,
|
3070
3081
|
"document": "启动配置详细信息列表。",
|
3071
|
-
"example": "
|
3082
|
+
"example": "[{\"UpdatedTime\": \"2024-11-08T06:47:44Z\", \"LaunchConfigurationId\": \"asc-6wsiq5pq\", \"LastOperationInstanceTypesCheckPolicy\": \"ANY\", \"LoginSettings\": {\"KeepImageLogin\": false}, \"EnhancedService\": {\"SecurityService\": {\"Enabled\": false}, \"MonitorService\": {\"Enabled\": true}}, \"CreatedTime\": \"2023-06-12T04:31:21Z\", \"DisableHyperThreading\": false, \"InstanceTypes\": [\"S5.2XLARGE32\", \"SA5.2XLARGE32\", \"SA4.2XLARGE32\", \"S8.2XLARGE32\"], \"ImageId\": \"img-eb30mz89\", \"InstanceChargeType\": \"PREPAID\", \"DiskTypePolicy\": \"ORIGINAL\", \"Ipv6InternetAccessible\": {\"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\"}, \"InstanceType\": \"S5.2XLARGE32\", \"SystemDisk\": {\"DiskSize\": 500, \"DiskType\": \"CLOUD_PREMIUM\"}, \"LaunchConfigurationStatus\": \"NORMAL\", \"ProjectId\": 0, \"SecurityGroupIds\": [\"sg-7sup3wkd\"], \"LaunchConfigurationName\": \"tke-np-ee\", \"Tags\": [], \"InternetAccessible\": {\"PublicIpAssigned\": false, \"InternetMaxBandwidthOut\": 0, \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\"}, \"HpcClusterId\": \"\", \"VersionNumber\": 20, \"InstanceChargePrepaid\": {\"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\", \"Period\": 1}, \"AutoScalingGroupAbstractSet\": [{\"AutoScalingGroupId\": \"asg-0lwhdp7e\", \"AutoScalingGroupName\": \"tke-np-aa\"}]}]",
|
3072
3083
|
"member": "LaunchConfiguration",
|
3073
3084
|
"name": "LaunchConfigurationSet",
|
3074
3085
|
"output_required": true,
|
@@ -3090,7 +3101,7 @@
|
|
3090
3101
|
{
|
3091
3102
|
"disabled": false,
|
3092
3103
|
"document": "按照一个或者多个生命周期挂钩ID查询。生命周期挂钩ID形如:`ash-8azjzxcl`。每次请求的上限为100。参数不支持同时指定`LifecycleHookIds`和`Filters`。",
|
3093
|
-
"example": "
|
3104
|
+
"example": "[\"ash-mzdlwrbt\"],",
|
3094
3105
|
"member": "string",
|
3095
3106
|
"name": "LifecycleHookIds",
|
3096
3107
|
"required": false,
|
@@ -3099,7 +3110,7 @@
|
|
3099
3110
|
{
|
3100
3111
|
"disabled": false,
|
3101
3112
|
"document": "过滤条件。\n<li> lifecycle-hook-id - String - 是否必填:否 -(过滤条件)按照生命周期挂钩ID过滤。</li>\n<li> lifecycle-hook-name - String - 是否必填:否 -(过滤条件)按照生命周期挂钩名称过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LifecycleHookIds `和`Filters`。",
|
3102
|
-
"example": "
|
3113
|
+
"example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-0xrkdurh\"]}]",
|
3103
3114
|
"member": "Filter",
|
3104
3115
|
"name": "Filters",
|
3105
3116
|
"required": false,
|
@@ -3108,7 +3119,7 @@
|
|
3108
3119
|
{
|
3109
3120
|
"disabled": false,
|
3110
3121
|
"document": "返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
3111
|
-
"example": "
|
3122
|
+
"example": "20",
|
3112
3123
|
"member": "uint64",
|
3113
3124
|
"name": "Limit",
|
3114
3125
|
"required": false,
|
@@ -3117,7 +3128,7 @@
|
|
3117
3128
|
{
|
3118
3129
|
"disabled": false,
|
3119
3130
|
"document": "偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
3120
|
-
"example": "
|
3131
|
+
"example": "0",
|
3121
3132
|
"member": "uint64",
|
3122
3133
|
"name": "Offset",
|
3123
3134
|
"required": false,
|
@@ -3132,10 +3143,10 @@
|
|
3132
3143
|
{
|
3133
3144
|
"disabled": false,
|
3134
3145
|
"document": "生命周期挂钩数组",
|
3135
|
-
"example": "
|
3146
|
+
"example": "[{\"LifecycleTransitionType\": \"EXTENSION\", \"HeartbeatTimeout\": 180, \"AutoScalingGroupId\": \"asg-mzlvwxtj\", \"LifecycleCommand\": {\"CommandId\": \"\", \"Parameters\": \"\"}, \"LifecycleHookName\": \"plasdd\", \"NotificationMetadata\": \"\", \"NotificationTarget\": {\"TargetType\": \"\", \"EnvironmentId\": \"\", \"ClusterId\": \"\", \"TopicName\": \"\", \"QueueName\": \"\"}, \"CreatedTime\": \"2024-10-09T09:00:21Z\", \"DefaultResult\": \"CONTINUE\", \"LifecycleHookId\": \"ash-06d46xsc\", \"LifecycleTransition\": \"INSTANCE_TERMINATING\"}]",
|
3136
3147
|
"member": "LifecycleHook",
|
3137
3148
|
"name": "LifecycleHookSet",
|
3138
|
-
"
|
3149
|
+
"output_required": true,
|
3139
3150
|
"type": "list",
|
3140
3151
|
"value_allowed_null": false
|
3141
3152
|
},
|
@@ -3145,7 +3156,7 @@
|
|
3145
3156
|
"example": "4",
|
3146
3157
|
"member": "int64",
|
3147
3158
|
"name": "TotalCount",
|
3148
|
-
"
|
3159
|
+
"output_required": true,
|
3149
3160
|
"type": "int",
|
3150
3161
|
"value_allowed_null": false
|
3151
3162
|
},
|
@@ -3173,7 +3184,7 @@
|
|
3173
3184
|
{
|
3174
3185
|
"disabled": false,
|
3175
3186
|
"document": "过滤条件。\n<li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。",
|
3176
|
-
"example": "
|
3187
|
+
"example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-hyfg539t\"]}]",
|
3177
3188
|
"member": "Filter",
|
3178
3189
|
"name": "Filters",
|
3179
3190
|
"required": false,
|
@@ -3209,17 +3220,17 @@
|
|
3209
3220
|
"example": "1",
|
3210
3221
|
"member": "uint64",
|
3211
3222
|
"name": "TotalCount",
|
3212
|
-
"
|
3223
|
+
"output_required": true,
|
3213
3224
|
"type": "int",
|
3214
3225
|
"value_allowed_null": false
|
3215
3226
|
},
|
3216
3227
|
{
|
3217
3228
|
"disabled": false,
|
3218
3229
|
"document": "弹性伸缩事件通知详细信息列表。",
|
3219
|
-
"example": "
|
3230
|
+
"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\": \"\"}]",
|
3220
3231
|
"member": "AutoScalingNotification",
|
3221
3232
|
"name": "AutoScalingNotificationSet",
|
3222
|
-
"
|
3233
|
+
"output_required": true,
|
3223
3234
|
"type": "list",
|
3224
3235
|
"value_allowed_null": false
|
3225
3236
|
},
|
@@ -3246,8 +3257,8 @@
|
|
3246
3257
|
},
|
3247
3258
|
{
|
3248
3259
|
"disabled": false,
|
3249
|
-
"document": "过滤条件。\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n<li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>\n<li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>\n<li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>\n<li> 每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定RefreshActivityIds和Filters
|
3250
|
-
"example": "
|
3260
|
+
"document": "过滤条件。\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n<li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>\n<li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>\n<li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>\n<li> 每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定RefreshActivityIds和Filters。</li>",
|
3261
|
+
"example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
|
3251
3262
|
"member": "Filter",
|
3252
3263
|
"name": "Filters",
|
3253
3264
|
"required": false,
|
@@ -3290,7 +3301,7 @@
|
|
3290
3301
|
{
|
3291
3302
|
"disabled": false,
|
3292
3303
|
"document": "符合条件的刷新活动信息集合。",
|
3293
|
-
"example": "
|
3304
|
+
"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\"}]",
|
3294
3305
|
"member": "RefreshActivity",
|
3295
3306
|
"name": "RefreshActivitySet",
|
3296
3307
|
"output_required": true,
|
@@ -3321,7 +3332,7 @@
|
|
3321
3332
|
{
|
3322
3333
|
"disabled": false,
|
3323
3334
|
"document": "过滤条件。\n<li> auto-scaling-policy-id - String - 是否必填:否 -(过滤条件)按照告警策略ID过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n<li> scaling-policy-name - String - 是否必填:否 -(过滤条件)按照告警策略名称过滤。</li>\n<li> scaling-policy-type - String - 是否必填:否 -(过滤条件)按照告警策略类型过滤,取值范围为SIMPLE,TARGET_TRACKING。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingPolicyIds`和`Filters`。",
|
3324
|
-
"example": "
|
3335
|
+
"example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
|
3325
3336
|
"member": "Filter",
|
3326
3337
|
"name": "Filters",
|
3327
3338
|
"required": false,
|
@@ -3357,6 +3368,7 @@
|
|
3357
3368
|
"example": "无",
|
3358
3369
|
"member": "ScalingPolicy",
|
3359
3370
|
"name": "ScalingPolicySet",
|
3371
|
+
"output_required": true,
|
3360
3372
|
"type": "list",
|
3361
3373
|
"value_allowed_null": false
|
3362
3374
|
},
|
@@ -3366,6 +3378,7 @@
|
|
3366
3378
|
"example": "1",
|
3367
3379
|
"member": "uint64",
|
3368
3380
|
"name": "TotalCount",
|
3381
|
+
"output_required": true,
|
3369
3382
|
"type": "int",
|
3370
3383
|
"value_allowed_null": false
|
3371
3384
|
},
|
@@ -3393,7 +3406,7 @@
|
|
3393
3406
|
{
|
3394
3407
|
"disabled": false,
|
3395
3408
|
"document": "过滤条件。\n<li> scheduled-action-id - String - 是否必填:否 -(过滤条件)按照定时任务ID过滤。</li>\n<li> scheduled-action-name - String - 是否必填:否 - (过滤条件) 按照定时任务名称过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 - (过滤条件) 按照伸缩组ID过滤。</li>",
|
3396
|
-
"example": "
|
3409
|
+
"example": "[{\"Name\": \"auto-scaling-group-name\", \"Values\": [\"production-as\"]}]",
|
3397
3410
|
"member": "Filter",
|
3398
3411
|
"name": "Filters",
|
3399
3412
|
"required": false,
|
@@ -3429,17 +3442,17 @@
|
|
3429
3442
|
"example": "1",
|
3430
3443
|
"member": "uint64",
|
3431
3444
|
"name": "TotalCount",
|
3432
|
-
"
|
3445
|
+
"output_required": true,
|
3433
3446
|
"type": "int",
|
3434
3447
|
"value_allowed_null": false
|
3435
3448
|
},
|
3436
3449
|
{
|
3437
3450
|
"disabled": false,
|
3438
3451
|
"document": "定时任务详细信息列表。",
|
3439
|
-
"example": "
|
3452
|
+
"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}]",
|
3440
3453
|
"member": "ScheduledAction",
|
3441
3454
|
"name": "ScheduledActionSet",
|
3442
|
-
"
|
3455
|
+
"output_required": true,
|
3443
3456
|
"type": "list",
|
3444
3457
|
"value_allowed_null": false
|
3445
3458
|
},
|
@@ -3522,7 +3535,7 @@
|
|
3522
3535
|
{
|
3523
3536
|
"disabled": false,
|
3524
3537
|
"document": "应用型负载均衡器标识信息列表,列表长度上限为100,LoadBalancerIds 和 ForwardLoadBalancerIdentifications二者同时最多只能指定一个",
|
3525
|
-
"example": "
|
3538
|
+
"example": "[{\"ListenerId\": \"lbl-mqnrswr0\", \"LoadBalancerId\": \"lb-k7cs98bu\", \"LocationId\": \"loc-ivbajssu\"}]",
|
3526
3539
|
"member": "ForwardLoadBalancerIdentification",
|
3527
3540
|
"name": "ForwardLoadBalancerIdentifications",
|
3528
3541
|
"required": false,
|
@@ -3540,7 +3553,7 @@
|
|
3540
3553
|
"example": "asa-67izy66g",
|
3541
3554
|
"member": "string",
|
3542
3555
|
"name": "ActivityId",
|
3543
|
-
"
|
3556
|
+
"output_required": true,
|
3544
3557
|
"type": "string",
|
3545
3558
|
"value_allowed_null": false
|
3546
3559
|
},
|
@@ -3562,7 +3575,7 @@
|
|
3562
3575
|
"example": "InvalidInstanceType",
|
3563
3576
|
"member": "string",
|
3564
3577
|
"name": "Code",
|
3565
|
-
"
|
3578
|
+
"output_required": true,
|
3566
3579
|
"type": "string",
|
3567
3580
|
"value_allowed_null": false
|
3568
3581
|
},
|
@@ -3572,7 +3585,7 @@
|
|
3572
3585
|
"example": "ap-guangzhou-2",
|
3573
3586
|
"member": "string",
|
3574
3587
|
"name": "Zone",
|
3575
|
-
"
|
3588
|
+
"output_required": true,
|
3576
3589
|
"type": "string",
|
3577
3590
|
"value_allowed_null": false
|
3578
3591
|
},
|
@@ -3582,7 +3595,7 @@
|
|
3582
3595
|
"example": "ins-yy23daou",
|
3583
3596
|
"member": "string",
|
3584
3597
|
"name": "InstanceId",
|
3585
|
-
"
|
3598
|
+
"output_required": true,
|
3586
3599
|
"type": "string",
|
3587
3600
|
"value_allowed_null": false
|
3588
3601
|
},
|
@@ -3592,7 +3605,7 @@
|
|
3592
3605
|
"example": "POSTPAID_BY_HOUR",
|
3593
3606
|
"member": "string",
|
3594
3607
|
"name": "InstanceChargeType",
|
3595
|
-
"
|
3608
|
+
"output_required": true,
|
3596
3609
|
"type": "string",
|
3597
3610
|
"value_allowed_null": false
|
3598
3611
|
},
|
@@ -3602,17 +3615,17 @@
|
|
3602
3615
|
"example": "subnet-gz7j7r3k",
|
3603
3616
|
"member": "string",
|
3604
3617
|
"name": "SubnetId",
|
3605
|
-
"
|
3618
|
+
"output_required": true,
|
3606
3619
|
"type": "string",
|
3607
3620
|
"value_allowed_null": false
|
3608
3621
|
},
|
3609
3622
|
{
|
3610
3623
|
"disabled": false,
|
3611
3624
|
"document": "错误描述。",
|
3612
|
-
"example": "
|
3625
|
+
"example": "Failed to launch instance `ins-9ojy714a`. Instance type: `S2.MEDIUM2`, Subnet: `subnet-6400tdiy`, Zone: `ap-guangzhou-2`, LatestOperationCode: `ResourceInsufficient`.",
|
3613
3626
|
"member": "string",
|
3614
3627
|
"name": "Message",
|
3615
|
-
"
|
3628
|
+
"output_required": true,
|
3616
3629
|
"type": "string",
|
3617
3630
|
"value_allowed_null": false
|
3618
3631
|
},
|
@@ -3622,7 +3635,7 @@
|
|
3622
3635
|
"example": "IT5.8XLARGE128",
|
3623
3636
|
"member": "string",
|
3624
3637
|
"name": "InstanceType",
|
3625
|
-
"
|
3638
|
+
"output_required": true,
|
3626
3639
|
"type": "string",
|
3627
3640
|
"value_allowed_null": false
|
3628
3641
|
}
|
@@ -3836,22 +3849,20 @@
|
|
3836
3849
|
{
|
3837
3850
|
"disabled": false,
|
3838
3851
|
"document": "需要过滤的字段。",
|
3839
|
-
"example": "",
|
3852
|
+
"example": "zone",
|
3840
3853
|
"member": "string",
|
3841
3854
|
"name": "Name",
|
3842
3855
|
"required": true,
|
3843
|
-
"type": "string"
|
3844
|
-
"value_allowed_null": false
|
3856
|
+
"type": "string"
|
3845
3857
|
},
|
3846
3858
|
{
|
3847
3859
|
"disabled": false,
|
3848
3860
|
"document": "字段的过滤值。",
|
3849
|
-
"example": "",
|
3861
|
+
"example": "ap-guangzhou-6",
|
3850
3862
|
"member": "string",
|
3851
3863
|
"name": "Values",
|
3852
3864
|
"required": true,
|
3853
|
-
"type": "list"
|
3854
|
-
"value_allowed_null": false
|
3865
|
+
"type": "list"
|
3855
3866
|
}
|
3856
3867
|
],
|
3857
3868
|
"usage": "in"
|
@@ -3862,9 +3873,10 @@
|
|
3862
3873
|
{
|
3863
3874
|
"disabled": false,
|
3864
3875
|
"document": "负载均衡器ID",
|
3865
|
-
"example": "",
|
3876
|
+
"example": "lb-fy6te4r5",
|
3866
3877
|
"member": "string",
|
3867
3878
|
"name": "LoadBalancerId",
|
3879
|
+
"output_required": true,
|
3868
3880
|
"required": true,
|
3869
3881
|
"type": "string",
|
3870
3882
|
"value_allowed_null": false
|
@@ -3872,9 +3884,10 @@
|
|
3872
3884
|
{
|
3873
3885
|
"disabled": false,
|
3874
3886
|
"document": "应用型负载均衡监听器 ID",
|
3875
|
-
"example": "",
|
3887
|
+
"example": "lbl-dhyt56rf",
|
3876
3888
|
"member": "string",
|
3877
3889
|
"name": "ListenerId",
|
3890
|
+
"output_required": true,
|
3878
3891
|
"required": true,
|
3879
3892
|
"type": "string",
|
3880
3893
|
"value_allowed_null": false
|
@@ -3882,9 +3895,10 @@
|
|
3882
3895
|
{
|
3883
3896
|
"disabled": false,
|
3884
3897
|
"document": "目标规则属性列表",
|
3885
|
-
"example": "",
|
3898
|
+
"example": "[{\"Port\": 80, \"Weight\": 10}]",
|
3886
3899
|
"member": "TargetAttribute",
|
3887
3900
|
"name": "TargetAttributes",
|
3901
|
+
"output_required": true,
|
3888
3902
|
"required": true,
|
3889
3903
|
"type": "list",
|
3890
3904
|
"value_allowed_null": false
|
@@ -3892,9 +3906,10 @@
|
|
3892
3906
|
{
|
3893
3907
|
"disabled": false,
|
3894
3908
|
"document": "转发规则ID,注意:针对七层监听器此参数必填",
|
3895
|
-
"example": "",
|
3909
|
+
"example": "loc-sj8y6tr4",
|
3896
3910
|
"member": "string",
|
3897
3911
|
"name": "LocationId",
|
3912
|
+
"output_required": true,
|
3898
3913
|
"required": false,
|
3899
3914
|
"type": "string",
|
3900
3915
|
"value_allowed_null": false
|
@@ -3902,9 +3917,10 @@
|
|
3902
3917
|
{
|
3903
3918
|
"disabled": false,
|
3904
3919
|
"document": "负载均衡实例所属地域,默认取AS服务所在地域。格式与公共参数Region相同,如:\"ap-guangzhou\"。",
|
3905
|
-
"example": "",
|
3920
|
+
"example": "ap-guangzhou",
|
3906
3921
|
"member": "string",
|
3907
3922
|
"name": "Region",
|
3923
|
+
"output_required": true,
|
3908
3924
|
"required": false,
|
3909
3925
|
"type": "string",
|
3910
3926
|
"value_allowed_null": false
|
@@ -3954,7 +3970,7 @@
|
|
3954
3970
|
{
|
3955
3971
|
"disabled": false,
|
3956
3972
|
"document": "云服务器的主机名。\n<li> 点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li> \n<li> 不支持 Windows 实例。</li> \n<li> 其他类型(Linux 等)实例:字符长度为[2, 40],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。不允许为纯数字。</li> \n注意:此字段可能返回 null,表示取不到有效值。",
|
3957
|
-
"example": "
|
3973
|
+
"example": "product-as-host-0",
|
3958
3974
|
"member": "string",
|
3959
3975
|
"name": "HostName",
|
3960
3976
|
"output_required": true,
|
@@ -4213,9 +4229,10 @@
|
|
4213
4229
|
{
|
4214
4230
|
"disabled": false,
|
4215
4231
|
"document": "竞价相关选项",
|
4216
|
-
"example": "",
|
4232
|
+
"example": "{\"SpotInstanceType\": \"one-time\", \"MaxPrice\": 1000}",
|
4217
4233
|
"member": "SpotMarketOptions",
|
4218
4234
|
"name": "SpotOptions",
|
4235
|
+
"output_required": true,
|
4219
4236
|
"required": true,
|
4220
4237
|
"type": "object",
|
4221
4238
|
"value_allowed_null": false
|
@@ -4223,9 +4240,10 @@
|
|
4223
4240
|
{
|
4224
4241
|
"disabled": false,
|
4225
4242
|
"document": "市场选项类型,当前只支持取值:spot\n注意:此字段可能返回 null,表示取不到有效值。",
|
4226
|
-
"example": "",
|
4243
|
+
"example": "spot",
|
4227
4244
|
"member": "string",
|
4228
4245
|
"name": "MarketType",
|
4246
|
+
"output_required": true,
|
4229
4247
|
"required": false,
|
4230
4248
|
"type": "string",
|
4231
4249
|
"value_allowed_null": true
|
@@ -4267,7 +4285,7 @@
|
|
4267
4285
|
{
|
4268
4286
|
"disabled": false,
|
4269
4287
|
"document": "云服务器的实例名。字符长度为[2, 108]。",
|
4270
|
-
"example": "
|
4288
|
+
"example": "product-as-ins-0",
|
4271
4289
|
"member": "string",
|
4272
4290
|
"name": "InstanceName",
|
4273
4291
|
"output_required": true,
|
@@ -4306,9 +4324,10 @@
|
|
4306
4324
|
{
|
4307
4325
|
"disabled": false,
|
4308
4326
|
"document": "标签键",
|
4309
|
-
"example": "",
|
4327
|
+
"example": "as-tag-key-app0",
|
4310
4328
|
"member": "string",
|
4311
4329
|
"name": "Key",
|
4330
|
+
"output_required": true,
|
4312
4331
|
"required": true,
|
4313
4332
|
"type": "string",
|
4314
4333
|
"value_allowed_null": false
|
@@ -4316,9 +4335,10 @@
|
|
4316
4335
|
{
|
4317
4336
|
"disabled": false,
|
4318
4337
|
"document": "标签值",
|
4319
|
-
"example": "",
|
4338
|
+
"example": "as-tag-value-app0",
|
4320
4339
|
"member": "string",
|
4321
4340
|
"name": "Value",
|
4341
|
+
"output_required": true,
|
4322
4342
|
"required": true,
|
4323
4343
|
"type": "string",
|
4324
4344
|
"value_allowed_null": false
|
@@ -4331,10 +4351,11 @@
|
|
4331
4351
|
"members": [
|
4332
4352
|
{
|
4333
4353
|
"disabled": false,
|
4334
|
-
"document": "网络计费类型。取值范围:<
|
4335
|
-
"example": "",
|
4354
|
+
"document": "网络计费类型。取值范围:<li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:TRAFFIC_POSTPAID_BY_HOUR。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4355
|
+
"example": "TRAFFIC_POSTPAID_BY_HOUR",
|
4336
4356
|
"member": "string",
|
4337
4357
|
"name": "InternetChargeType",
|
4358
|
+
"output_required": true,
|
4338
4359
|
"required": false,
|
4339
4360
|
"type": "string",
|
4340
4361
|
"value_allowed_null": true
|
@@ -4342,19 +4363,21 @@
|
|
4342
4363
|
{
|
4343
4364
|
"disabled": false,
|
4344
4365
|
"document": "公网出带宽上限,单位:Mbps。默认值:0Mbps。不同机型带宽上限范围不一致,具体限制详见[购买网络带宽](https://cloud.tencent.com/document/product/213/509)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4345
|
-
"example": "",
|
4366
|
+
"example": "0",
|
4346
4367
|
"member": "uint64",
|
4347
4368
|
"name": "InternetMaxBandwidthOut",
|
4369
|
+
"output_required": true,
|
4348
4370
|
"required": false,
|
4349
4371
|
"type": "int",
|
4350
4372
|
"value_allowed_null": true
|
4351
4373
|
},
|
4352
4374
|
{
|
4353
4375
|
"disabled": false,
|
4354
|
-
"document": "是否分配公网IP。取值范围:<
|
4355
|
-
"example": "",
|
4376
|
+
"document": "是否分配公网IP。取值范围:<li>TRUE:表示分配公网IP</li><li>FALSE:表示不分配公网IP</li>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4377
|
+
"example": "false",
|
4356
4378
|
"member": "bool",
|
4357
4379
|
"name": "PublicIpAssigned",
|
4380
|
+
"output_required": true,
|
4358
4381
|
"required": false,
|
4359
4382
|
"type": "bool",
|
4360
4383
|
"value_allowed_null": true
|
@@ -4362,9 +4385,10 @@
|
|
4362
4385
|
{
|
4363
4386
|
"disabled": false,
|
4364
4387
|
"document": "带宽包ID。可通过[DescribeBandwidthPackages](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4365
|
-
"example": "",
|
4388
|
+
"example": "bwp-dss86yt5",
|
4366
4389
|
"member": "string",
|
4367
4390
|
"name": "BandwidthPackageId",
|
4391
|
+
"output_required": true,
|
4368
4392
|
"required": false,
|
4369
4393
|
"type": "string",
|
4370
4394
|
"value_allowed_null": true
|
@@ -4381,7 +4405,7 @@
|
|
4381
4405
|
"example": "ins-0lizunus",
|
4382
4406
|
"member": "string",
|
4383
4407
|
"name": "InstanceId",
|
4384
|
-
"
|
4408
|
+
"output_required": true,
|
4385
4409
|
"type": "string",
|
4386
4410
|
"value_allowed_null": true
|
4387
4411
|
},
|
@@ -4391,7 +4415,7 @@
|
|
4391
4415
|
"example": "inv-0h9q6ahv",
|
4392
4416
|
"member": "string",
|
4393
4417
|
"name": "InvocationId",
|
4394
|
-
"
|
4418
|
+
"output_required": true,
|
4395
4419
|
"type": "string",
|
4396
4420
|
"value_allowed_null": true
|
4397
4421
|
},
|
@@ -4401,7 +4425,7 @@
|
|
4401
4425
|
"example": "invt-4mqj9ekr",
|
4402
4426
|
"member": "string",
|
4403
4427
|
"name": "InvocationTaskId",
|
4404
|
-
"
|
4428
|
+
"output_required": true,
|
4405
4429
|
"type": "string",
|
4406
4430
|
"value_allowed_null": true
|
4407
4431
|
},
|
@@ -4411,7 +4435,7 @@
|
|
4411
4435
|
"example": "cmd-5l44tu7j",
|
4412
4436
|
"member": "string",
|
4413
4437
|
"name": "CommandId",
|
4414
|
-
"
|
4438
|
+
"output_required": true,
|
4415
4439
|
"type": "string",
|
4416
4440
|
"value_allowed_null": true
|
4417
4441
|
},
|
@@ -4421,17 +4445,17 @@
|
|
4421
4445
|
"example": "SUCCESS",
|
4422
4446
|
"member": "string",
|
4423
4447
|
"name": "TaskStatus",
|
4424
|
-
"
|
4448
|
+
"output_required": true,
|
4425
4449
|
"type": "string",
|
4426
4450
|
"value_allowed_null": true
|
4427
4451
|
},
|
4428
4452
|
{
|
4429
4453
|
"disabled": false,
|
4430
4454
|
"document": "执行异常信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4431
|
-
"example": "
|
4455
|
+
"example": "InvocationTaskFailed->Invocation task failed.",
|
4432
4456
|
"member": "string",
|
4433
4457
|
"name": "ErrorMessage",
|
4434
|
-
"
|
4458
|
+
"output_required": true,
|
4435
4459
|
"type": "string",
|
4436
4460
|
"value_allowed_null": true
|
4437
4461
|
}
|
@@ -4484,7 +4508,7 @@
|
|
4484
4508
|
{
|
4485
4509
|
"disabled": false,
|
4486
4510
|
"document": "实例系统盘配置信息。",
|
4487
|
-
"example": "
|
4511
|
+
"example": "{\"DiskSize\": 500, \"DiskType\": \"CLOUD_BSSD\"}",
|
4488
4512
|
"member": "SystemDisk",
|
4489
4513
|
"name": "SystemDisk",
|
4490
4514
|
"output_required": true,
|
@@ -4494,7 +4518,7 @@
|
|
4494
4518
|
{
|
4495
4519
|
"disabled": false,
|
4496
4520
|
"document": "实例数据盘配置信息。",
|
4497
|
-
"example": "
|
4521
|
+
"example": "[{\"DiskSize\": 200, \"DiskType\": \"CLOUD_BSSD\"}]",
|
4498
4522
|
"member": "DataDisk",
|
4499
4523
|
"name": "DataDisks",
|
4500
4524
|
"output_required": true,
|
@@ -4504,7 +4528,7 @@
|
|
4504
4528
|
{
|
4505
4529
|
"disabled": false,
|
4506
4530
|
"document": "实例登录设置。",
|
4507
|
-
"example": "
|
4531
|
+
"example": "{\"KeyIds\": [\"skey-sm1dxnap\"]}",
|
4508
4532
|
"member": "LimitedLoginSettings",
|
4509
4533
|
"name": "LoginSettings",
|
4510
4534
|
"output_required": true,
|
@@ -4514,7 +4538,7 @@
|
|
4514
4538
|
{
|
4515
4539
|
"disabled": false,
|
4516
4540
|
"document": "公网带宽相关信息设置。",
|
4517
|
-
"example": "
|
4541
|
+
"example": "{\"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\": 0, \"PublicIpAssigned\": false}",
|
4518
4542
|
"member": "InternetAccessible",
|
4519
4543
|
"name": "InternetAccessible",
|
4520
4544
|
"output_required": true,
|
@@ -4534,7 +4558,7 @@
|
|
4534
4558
|
{
|
4535
4559
|
"disabled": false,
|
4536
4560
|
"document": "启动配置关联的伸缩组。",
|
4537
|
-
"example": "
|
4561
|
+
"example": "[{'AutoScalingGroupId': 'asg-1dbjno4d', 'AutoScalingGroupName': 'asg-v000'}]",
|
4538
4562
|
"member": "AutoScalingGroupAbstract",
|
4539
4563
|
"name": "AutoScalingGroupAbstractSet",
|
4540
4564
|
"output_required": true,
|
@@ -4564,7 +4588,7 @@
|
|
4564
4588
|
{
|
4565
4589
|
"disabled": false,
|
4566
4590
|
"document": "实例的增强服务启用情况与其设置。",
|
4567
|
-
"example": "
|
4591
|
+
"example": "{\"MonitorService\": {\"Enabled\": true}, \"SecurityService\": {\"Enabled\": true}}",
|
4568
4592
|
"member": "EnhancedService",
|
4569
4593
|
"name": "EnhancedService",
|
4570
4594
|
"output_required": true,
|
@@ -4604,7 +4628,7 @@
|
|
4604
4628
|
{
|
4605
4629
|
"disabled": false,
|
4606
4630
|
"document": "实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4607
|
-
"example": "
|
4631
|
+
"example": "{\"SpotOptions\": {\"SpotInstanceType\": \"one-time\", \"MaxPrice\": 1000}, \"MarketType\": \"spot\"}",
|
4608
4632
|
"member": "InstanceMarketOptionsRequest",
|
4609
4633
|
"name": "InstanceMarketOptions",
|
4610
4634
|
"output_required": true,
|
@@ -4624,7 +4648,7 @@
|
|
4624
4648
|
{
|
4625
4649
|
"disabled": false,
|
4626
4650
|
"document": "实例标签列表。扩容出来的实例会自动带上标签,最多支持10个标签。",
|
4627
|
-
"example": "
|
4651
|
+
"example": "[{\"Key\": \"server-group-name\", \"Value\": \"as-tencent\"}]",
|
4628
4652
|
"member": "InstanceTag",
|
4629
4653
|
"name": "InstanceTags",
|
4630
4654
|
"output_required": true,
|
@@ -4634,7 +4658,7 @@
|
|
4634
4658
|
{
|
4635
4659
|
"disabled": false,
|
4636
4660
|
"document": "标签列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4637
|
-
"example": "
|
4661
|
+
"example": "[{\"Key\": \"CCode\", \"Value\": \"ASTENCENT\", \"ResourceType\": \"launch-configuration\"}]",
|
4638
4662
|
"member": "Tag",
|
4639
4663
|
"name": "Tags",
|
4640
4664
|
"output_required": true,
|
@@ -4684,7 +4708,7 @@
|
|
4684
4708
|
{
|
4685
4709
|
"disabled": false,
|
4686
4710
|
"document": "云服务器主机名(HostName)的相关设置。",
|
4687
|
-
"example": "
|
4711
|
+
"example": "{\"HostNameStyle\": \"UNIQUE\", \"HostName\": \"as-host\"}",
|
4688
4712
|
"member": "HostNameSettings",
|
4689
4713
|
"name": "HostNameSettings",
|
4690
4714
|
"output_required": true,
|
@@ -4694,7 +4718,7 @@
|
|
4694
4718
|
{
|
4695
4719
|
"disabled": false,
|
4696
4720
|
"document": "云服务器实例名(InstanceName)的相关设置。",
|
4697
|
-
"example": "
|
4721
|
+
"example": "{\"InstanceName\": \"app-as\", \"InstanceNameStyle\": \"UNIQUE\"}",
|
4698
4722
|
"member": "InstanceNameSettings",
|
4699
4723
|
"name": "InstanceNameSettings",
|
4700
4724
|
"output_required": true,
|
@@ -4704,7 +4728,7 @@
|
|
4704
4728
|
{
|
4705
4729
|
"disabled": false,
|
4706
4730
|
"document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。",
|
4707
|
-
"example": "
|
4731
|
+
"example": "{\"Period\": 1, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"}",
|
4708
4732
|
"member": "InstanceChargePrepaid",
|
4709
4733
|
"name": "InstanceChargePrepaid",
|
4710
4734
|
"output_required": true,
|
@@ -4734,7 +4758,7 @@
|
|
4734
4758
|
{
|
4735
4759
|
"disabled": false,
|
4736
4760
|
"document": "IPv6公网带宽相关信息设置。",
|
4737
|
-
"example": "
|
4761
|
+
"example": "{\"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\": 1}",
|
4738
4762
|
"member": "IPv6InternetAccessible",
|
4739
4763
|
"name": "IPv6InternetAccessible",
|
4740
4764
|
"output_required": true,
|
@@ -4760,6 +4784,16 @@
|
|
4760
4784
|
"output_required": true,
|
4761
4785
|
"type": "string",
|
4762
4786
|
"value_allowed_null": true
|
4787
|
+
},
|
4788
|
+
{
|
4789
|
+
"disabled": false,
|
4790
|
+
"document": "本地专用集群 ID。",
|
4791
|
+
"example": "cluster-gbo27yc4",
|
4792
|
+
"member": "string",
|
4793
|
+
"name": "DedicatedClusterId",
|
4794
|
+
"output_required": true,
|
4795
|
+
"type": "string",
|
4796
|
+
"value_allowed_null": false
|
4763
4797
|
}
|
4764
4798
|
],
|
4765
4799
|
"usage": "out"
|
@@ -4846,9 +4880,10 @@
|
|
4846
4880
|
{
|
4847
4881
|
"disabled": false,
|
4848
4882
|
"document": "远程命令ID。若选择执行命令,则此项必填。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4849
|
-
"example": "cmd-
|
4883
|
+
"example": "cmd-gt5dre32",
|
4850
4884
|
"member": "string",
|
4851
4885
|
"name": "CommandId",
|
4886
|
+
"output_required": true,
|
4852
4887
|
"required": true,
|
4853
4888
|
"type": "string",
|
4854
4889
|
"value_allowed_null": true
|
@@ -4856,9 +4891,10 @@
|
|
4856
4891
|
{
|
4857
4892
|
"disabled": false,
|
4858
4893
|
"document": "自定义参数。字段类型为 json encoded string。如:{\"varA\": \"222\"}。\nkey为自定义参数名称,value为该参数的默认取值。kv均为字符串型。\n如果未提供该参数取值,将使用 Command 的 DefaultParameters 进行替换。\n自定义参数最多20个。自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4859
|
-
"example": "\"\"",
|
4894
|
+
"example": "{\"varA\": \"222\"}",
|
4860
4895
|
"member": "string",
|
4861
4896
|
"name": "Parameters",
|
4897
|
+
"output_required": true,
|
4862
4898
|
"required": false,
|
4863
4899
|
"type": "string",
|
4864
4900
|
"value_allowed_null": true
|
@@ -4875,17 +4911,17 @@
|
|
4875
4911
|
"example": "ash-ck4bkcjt",
|
4876
4912
|
"member": "string",
|
4877
4913
|
"name": "LifecycleHookId",
|
4878
|
-
"
|
4914
|
+
"output_required": true,
|
4879
4915
|
"type": "string",
|
4880
4916
|
"value_allowed_null": false
|
4881
4917
|
},
|
4882
4918
|
{
|
4883
4919
|
"disabled": false,
|
4884
4920
|
"document": "生命周期挂钩名称",
|
4885
|
-
"example": "
|
4921
|
+
"example": "as-hook0",
|
4886
4922
|
"member": "string",
|
4887
4923
|
"name": "LifecycleHookName",
|
4888
|
-
"
|
4924
|
+
"output_required": true,
|
4889
4925
|
"type": "string",
|
4890
4926
|
"value_allowed_null": false
|
4891
4927
|
},
|
@@ -4895,7 +4931,7 @@
|
|
4895
4931
|
"example": "asg-lk5nn4xi",
|
4896
4932
|
"member": "string",
|
4897
4933
|
"name": "AutoScalingGroupId",
|
4898
|
-
"
|
4934
|
+
"output_required": true,
|
4899
4935
|
"type": "string",
|
4900
4936
|
"value_allowed_null": false
|
4901
4937
|
},
|
@@ -4905,7 +4941,7 @@
|
|
4905
4941
|
"example": "CONTINUE",
|
4906
4942
|
"member": "string",
|
4907
4943
|
"name": "DefaultResult",
|
4908
|
-
"
|
4944
|
+
"output_required": true,
|
4909
4945
|
"type": "string",
|
4910
4946
|
"value_allowed_null": false
|
4911
4947
|
},
|
@@ -4915,7 +4951,7 @@
|
|
4915
4951
|
"example": "300",
|
4916
4952
|
"member": "int64",
|
4917
4953
|
"name": "HeartbeatTimeout",
|
4918
|
-
"
|
4954
|
+
"output_required": true,
|
4919
4955
|
"type": "int",
|
4920
4956
|
"value_allowed_null": false
|
4921
4957
|
},
|
@@ -4925,37 +4961,37 @@
|
|
4925
4961
|
"example": "INSTANCE_TERMINATING",
|
4926
4962
|
"member": "string",
|
4927
4963
|
"name": "LifecycleTransition",
|
4928
|
-
"
|
4964
|
+
"output_required": true,
|
4929
4965
|
"type": "string",
|
4930
4966
|
"value_allowed_null": false
|
4931
4967
|
},
|
4932
4968
|
{
|
4933
4969
|
"disabled": false,
|
4934
4970
|
"document": "通知目标的附加信息",
|
4935
|
-
"example": "
|
4971
|
+
"example": "as-metadata-0",
|
4936
4972
|
"member": "string",
|
4937
4973
|
"name": "NotificationMetadata",
|
4938
|
-
"
|
4974
|
+
"output_required": true,
|
4939
4975
|
"type": "string",
|
4940
4976
|
"value_allowed_null": false
|
4941
4977
|
},
|
4942
4978
|
{
|
4943
4979
|
"disabled": false,
|
4944
4980
|
"document": "创建时间",
|
4945
|
-
"example": "
|
4981
|
+
"example": "2024-11-11T15:29:59Z",
|
4946
4982
|
"member": "datetime_iso",
|
4947
4983
|
"name": "CreatedTime",
|
4948
|
-
"
|
4984
|
+
"output_required": true,
|
4949
4985
|
"type": "string",
|
4950
4986
|
"value_allowed_null": false
|
4951
4987
|
},
|
4952
4988
|
{
|
4953
4989
|
"disabled": false,
|
4954
4990
|
"document": "通知目标",
|
4955
|
-
"example": "
|
4991
|
+
"example": "{\"QueueName\": \"as-pool\", \"TargetType\": \"TDMQ_CMQ_QUEUE\"}",
|
4956
4992
|
"member": "NotificationTarget",
|
4957
4993
|
"name": "NotificationTarget",
|
4958
|
-
"
|
4994
|
+
"output_required": true,
|
4959
4995
|
"type": "object",
|
4960
4996
|
"value_allowed_null": false
|
4961
4997
|
},
|
@@ -4965,17 +5001,17 @@
|
|
4965
5001
|
"example": "NORMAL",
|
4966
5002
|
"member": "string",
|
4967
5003
|
"name": "LifecycleTransitionType",
|
4968
|
-
"
|
5004
|
+
"output_required": true,
|
4969
5005
|
"type": "string",
|
4970
5006
|
"value_allowed_null": false
|
4971
5007
|
},
|
4972
5008
|
{
|
4973
5009
|
"disabled": false,
|
4974
5010
|
"document": "远程命令执行对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
4975
|
-
"example": "
|
5011
|
+
"example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
|
4976
5012
|
"member": "LifecycleCommand",
|
4977
5013
|
"name": "LifecycleCommand",
|
4978
|
-
"
|
5014
|
+
"output_required": true,
|
4979
5015
|
"type": "object",
|
4980
5016
|
"value_allowed_null": true
|
4981
5017
|
}
|
@@ -4988,10 +5024,10 @@
|
|
4988
5024
|
{
|
4989
5025
|
"disabled": false,
|
4990
5026
|
"document": "密钥ID列表。",
|
4991
|
-
"example": "",
|
5027
|
+
"example": "[\"skey-jud75er4\"]",
|
4992
5028
|
"member": "string",
|
4993
5029
|
"name": "KeyIds",
|
4994
|
-
"
|
5030
|
+
"output_required": true,
|
4995
5031
|
"type": "list",
|
4996
5032
|
"value_allowed_null": false
|
4997
5033
|
}
|
@@ -5003,33 +5039,30 @@
|
|
5003
5039
|
"members": [
|
5004
5040
|
{
|
5005
5041
|
"disabled": false,
|
5006
|
-
"document": "
|
5007
|
-
"example": "",
|
5042
|
+
"document": "实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:\n<li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li>\n<li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? /]中的特殊符号。</li>\n若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。",
|
5043
|
+
"example": "passExam@!7862543",
|
5008
5044
|
"member": "string",
|
5009
5045
|
"name": "Password",
|
5010
5046
|
"required": false,
|
5011
|
-
"type": "string"
|
5012
|
-
"value_allowed_null": true
|
5047
|
+
"type": "string"
|
5013
5048
|
},
|
5014
5049
|
{
|
5015
5050
|
"disabled": false,
|
5016
5051
|
"document": "密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口DescribeKeyPairs获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。",
|
5017
|
-
"example": "",
|
5052
|
+
"example": "[\"skey-ju7fy6t5\"]",
|
5018
5053
|
"member": "string",
|
5019
5054
|
"name": "KeyIds",
|
5020
5055
|
"required": false,
|
5021
|
-
"type": "list"
|
5022
|
-
"value_allowed_null": false
|
5056
|
+
"type": "list"
|
5023
5057
|
},
|
5024
5058
|
{
|
5025
5059
|
"disabled": false,
|
5026
|
-
"document": "保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE
|
5027
|
-
"example": "",
|
5060
|
+
"document": "保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:\n<li>TRUE:表示保持镜像的登录设置</li>\n<li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。",
|
5061
|
+
"example": "false",
|
5028
5062
|
"member": "bool",
|
5029
5063
|
"name": "KeepImageLogin",
|
5030
5064
|
"required": false,
|
5031
|
-
"type": "bool"
|
5032
|
-
"value_allowed_null": true
|
5065
|
+
"type": "bool"
|
5033
5066
|
}
|
5034
5067
|
],
|
5035
5068
|
"usage": "in"
|
@@ -5249,7 +5282,7 @@
|
|
5249
5282
|
{
|
5250
5283
|
"disabled": false,
|
5251
5284
|
"document": "服务设置,包括云监控不健康替换等服务设置。",
|
5252
|
-
"example": "
|
5285
|
+
"example": "{\"ReplaceLoadBalancerUnhealthy\": \"false\", \"ReplaceMonitorUnhealthy\": \"false\"}",
|
5253
5286
|
"member": "ServiceSettings",
|
5254
5287
|
"name": "ServiceSettings",
|
5255
5288
|
"required": false,
|
@@ -5303,7 +5336,7 @@
|
|
5303
5336
|
{
|
5304
5337
|
"disabled": false,
|
5305
5338
|
"document": "竞价混合模式下,各计费类型实例的分配策略。\n仅当 InstanceAllocationPolicy 取 SPOT_MIXED 时可用。",
|
5306
|
-
"example": "
|
5339
|
+
"example": "{\"BaseCapacity\": 1, \"CompensateWithBaseInstance\": true, \"OnDemandPercentageAboveBaseCapacity\": 50, \"SpotAllocationStrategy\": \"COST_OPTIMIZED\"}",
|
5307
5340
|
"member": "SpotMixedAllocationPolicy",
|
5308
5341
|
"name": "SpotMixedAllocationPolicy",
|
5309
5342
|
"required": false,
|
@@ -5321,7 +5354,7 @@
|
|
5321
5354
|
{
|
5322
5355
|
"disabled": false,
|
5323
5356
|
"document": "实例名称序号相关设置。开启后为伸缩组内自动创建的实例名称添加递增的数字序号。",
|
5324
|
-
"example": "
|
5357
|
+
"example": "{\"BeginIndex\": 0, \"Enabled\": true}",
|
5325
5358
|
"member": "InstanceNameIndexSettings",
|
5326
5359
|
"name": "InstanceNameIndexSettings",
|
5327
5360
|
"required": false,
|
@@ -5447,7 +5480,7 @@
|
|
5447
5480
|
{
|
5448
5481
|
"disabled": false,
|
5449
5482
|
"document": "经过 Base64 编码后的自定义数据,最大长度不超过16KB。如果要清空UserData,则指定其为空字符串。",
|
5450
|
-
"example": "
|
5483
|
+
"example": "IyEvYmluL2Jhc2gKZWNobyAxMjMKCg==",
|
5451
5484
|
"member": "string",
|
5452
5485
|
"name": "UserData",
|
5453
5486
|
"required": false,
|
@@ -5465,7 +5498,7 @@
|
|
5465
5498
|
{
|
5466
5499
|
"disabled": false,
|
5467
5500
|
"document": "公网带宽相关信息设置。\n当公网出带宽上限为0Mbps时,不支持修改为开通分配公网IP;相应的,当前为开通分配公网IP时,修改的公网出带宽上限值必须大于0Mbps。",
|
5468
|
-
"example": "
|
5501
|
+
"example": "{\"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\": 0, \"PublicIpAssigned\": false}",
|
5469
5502
|
"member": "InternetAccessible",
|
5470
5503
|
"name": "InternetAccessible",
|
5471
5504
|
"required": false,
|
@@ -5473,7 +5506,7 @@
|
|
5473
5506
|
},
|
5474
5507
|
{
|
5475
5508
|
"disabled": false,
|
5476
|
-
"document": "实例计费类型。具体取值范围如下:\n<li>POSTPAID_BY_HOUR:按小时后付费</li>\n<li>SPOTPAID:竞价付费</li>\n<li>PREPAID:预付费,即包年包月</li>",
|
5509
|
+
"document": "实例计费类型。具体取值范围如下:\n<li>POSTPAID_BY_HOUR:按小时后付费</li>\n<li>SPOTPAID:竞价付费</li>\n<li>PREPAID:预付费,即包年包月</li>\n<li>CDCPAID:专用集群付费</li>",
|
5477
5510
|
"example": "POSTPAID_BY_HOUR",
|
5478
5511
|
"member": "string",
|
5479
5512
|
"name": "InstanceChargeType",
|
@@ -5483,7 +5516,7 @@
|
|
5483
5516
|
{
|
5484
5517
|
"disabled": false,
|
5485
5518
|
"document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。\n若修改实例的付费模式为预付费,则该参数必传;从预付费修改为其他付费模式时,本字段原信息会自动丢弃。\n当新增该字段时,必须传递购买实例的时长,其它未传递字段会设置为默认值。\n当修改本字段时,当前付费模式必须为预付费。",
|
5486
|
-
"example": "
|
5519
|
+
"example": "{\"Period\": 1, \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"}",
|
5487
5520
|
"member": "InstanceChargePrepaid",
|
5488
5521
|
"name": "InstanceChargePrepaid",
|
5489
5522
|
"required": false,
|
@@ -5492,7 +5525,7 @@
|
|
5492
5525
|
{
|
5493
5526
|
"disabled": false,
|
5494
5527
|
"document": "实例的市场相关选项,如竞价实例相关参数。\n若修改实例的付费模式为竞价付费,则该参数必传;从竞价付费修改为其他付费模式时,本字段原信息会自动丢弃。\n当新增该字段时,必须传递竞价相关选项下的竞价出价,其它未传递字段会设置为默认值。\n当修改本字段时,当前付费模式必须为竞价付费。",
|
5495
|
-
"example": "
|
5528
|
+
"example": "{\"SpotOptions\": {\"MaxPrice\": 1000}}",
|
5496
5529
|
"member": "InstanceMarketOptionsRequest",
|
5497
5530
|
"name": "InstanceMarketOptions",
|
5498
5531
|
"required": false,
|
@@ -5510,7 +5543,7 @@
|
|
5510
5543
|
{
|
5511
5544
|
"disabled": false,
|
5512
5545
|
"document": "实例系统盘配置信息。",
|
5513
|
-
"example": "
|
5546
|
+
"example": "{\"DiskSize\": 500, \"DiskType\": \"CLOUD_BSSD\"}",
|
5514
5547
|
"member": "SystemDisk",
|
5515
5548
|
"name": "SystemDisk",
|
5516
5549
|
"required": false,
|
@@ -5519,7 +5552,7 @@
|
|
5519
5552
|
{
|
5520
5553
|
"disabled": false,
|
5521
5554
|
"document": "实例数据盘配置信息。\n最多支持指定11块数据盘。采取整体修改,因此请提供修改后的全部值。\n数据盘类型默认与系统盘类型保持一致。",
|
5522
|
-
"example": "
|
5555
|
+
"example": "[{\"DiskSize\": 200, \"DiskType\": \"CLOUD_BSSD\"}]",
|
5523
5556
|
"member": "DataDisk",
|
5524
5557
|
"name": "DataDisks",
|
5525
5558
|
"required": false,
|
@@ -5528,7 +5561,7 @@
|
|
5528
5561
|
{
|
5529
5562
|
"disabled": false,
|
5530
5563
|
"document": "云服务器主机名(HostName)的相关设置。\n不支持windows实例设置主机名。\n新增该属性时,必须传递云服务器的主机名,其它未传递字段会设置为默认值。",
|
5531
|
-
"example": "
|
5564
|
+
"example": "{\"HostName\": \"app-as\", \"HostNameStyle\": \"UNIQUE\"}",
|
5532
5565
|
"member": "HostNameSettings",
|
5533
5566
|
"name": "HostNameSettings",
|
5534
5567
|
"required": false,
|
@@ -5537,7 +5570,7 @@
|
|
5537
5570
|
{
|
5538
5571
|
"disabled": false,
|
5539
5572
|
"document": "云服务器(InstanceName)实例名的相关设置。 \n如果用户在启动配置中设置此字段,则伸缩组创建出的实例 InstanceName 参照此字段进行设置,并传递给 CVM;如果用户未在启动配置中设置此字段,则伸缩组创建出的实例 InstanceName 按照“as-{{ 伸缩组AutoScalingGroupName }}”进行设置,并传递给 CVM。\n新增该属性时,必须传递云服务器的实例名称,其它未传递字段会设置为默认值。",
|
5540
|
-
"example": "
|
5573
|
+
"example": "{\"InstanceName\": \"app-as\", \"InstanceNameStyle\": \"UNIQUE\"}",
|
5541
5574
|
"member": "InstanceNameSettings",
|
5542
5575
|
"name": "InstanceNameSettings",
|
5543
5576
|
"required": false,
|
@@ -5546,7 +5579,7 @@
|
|
5546
5579
|
{
|
5547
5580
|
"disabled": false,
|
5548
5581
|
"document": "增强服务。通过该参数可以指定是否开启云安全、云监控等服务。",
|
5549
|
-
"example": "
|
5582
|
+
"example": "{\"MonitorService\": {\"Enabled\": true}, \"SecurityService\": {\"Enabled\": true}}",
|
5550
5583
|
"member": "EnhancedService",
|
5551
5584
|
"name": "EnhancedService",
|
5552
5585
|
"required": false,
|
@@ -5573,7 +5606,7 @@
|
|
5573
5606
|
{
|
5574
5607
|
"disabled": false,
|
5575
5608
|
"document": "IPv6公网带宽相关信息设置。若新建实例包含IPv6地址,该参数可为新建实例的IPv6地址分配公网带宽。关联启动配置的伸缩组Ipv6AddressCount参数为0时,该参数不会生效。",
|
5576
|
-
"example": "
|
5609
|
+
"example": "{\"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\": 1}",
|
5577
5610
|
"member": "IPv6InternetAccessible",
|
5578
5611
|
"name": "IPv6InternetAccessible",
|
5579
5612
|
"required": false,
|
@@ -5591,7 +5624,7 @@
|
|
5591
5624
|
{
|
5592
5625
|
"disabled": false,
|
5593
5626
|
"document": "实例登录设置,包括密码、密钥或保持镜像的原始登录设置。<br>请注意,指定新的登录设置会覆盖原有登录设置。例如,如果您之前使用密码登录,使用该参数将登录设置修改为密钥,则原有密码被清除。",
|
5594
|
-
"example": "
|
5627
|
+
"example": "{\"KeyIds\": [\"skey-alaz9k65\"]}",
|
5595
5628
|
"member": "LoginSettings",
|
5596
5629
|
"name": "LoginSettings",
|
5597
5630
|
"required": false,
|
@@ -5614,6 +5647,15 @@
|
|
5614
5647
|
"name": "ImageFamily",
|
5615
5648
|
"required": false,
|
5616
5649
|
"type": "string"
|
5650
|
+
},
|
5651
|
+
{
|
5652
|
+
"disabled": false,
|
5653
|
+
"document": "本地专用集群ID。",
|
5654
|
+
"example": "cluster-gbo27yc4",
|
5655
|
+
"member": "string",
|
5656
|
+
"name": "DedicatedClusterId",
|
5657
|
+
"required": false,
|
5658
|
+
"type": "string"
|
5617
5659
|
}
|
5618
5660
|
],
|
5619
5661
|
"type": "object"
|
@@ -5653,7 +5695,7 @@
|
|
5653
5695
|
},
|
5654
5696
|
{
|
5655
5697
|
"disabled": false,
|
5656
|
-
"document": "进入生命周期挂钩场景,取值包括:\n<li> INSTANCE_LAUNCHING
|
5698
|
+
"document": "进入生命周期挂钩场景,取值包括:\n<li> INSTANCE_LAUNCHING:实例启动后</li>\n<li> INSTANCE_TERMINATING:实例销毁前</li>",
|
5657
5699
|
"example": "INSTANCE_LAUNCHING",
|
5658
5700
|
"member": "string",
|
5659
5701
|
"name": "LifecycleTransition",
|
@@ -5662,7 +5704,7 @@
|
|
5662
5704
|
},
|
5663
5705
|
{
|
5664
5706
|
"disabled": false,
|
5665
|
-
"document": "定义伸缩组在生命周期挂钩超时的情况下应采取的操作,取值包括:\n<li> CONTINUE:
|
5707
|
+
"document": "定义伸缩组在生命周期挂钩超时的情况下应采取的操作,取值包括:\n<li> CONTINUE: 超时后继续伸缩活动</li> \n<li> ABANDON:超时后终止伸缩活动</li> ",
|
5666
5708
|
"example": "CONTINUE",
|
5667
5709
|
"member": "string",
|
5668
5710
|
"name": "DefaultResult",
|
@@ -5681,7 +5723,7 @@
|
|
5681
5723
|
{
|
5682
5724
|
"disabled": false,
|
5683
5725
|
"document": "弹性伸缩向通知目标发送的附加信息。",
|
5684
|
-
"example": "
|
5726
|
+
"example": "addtional-info",
|
5685
5727
|
"member": "string",
|
5686
5728
|
"name": "NotificationMetadata",
|
5687
5729
|
"required": false,
|
@@ -5699,7 +5741,7 @@
|
|
5699
5741
|
{
|
5700
5742
|
"disabled": false,
|
5701
5743
|
"document": "通知目标信息。",
|
5702
|
-
"example": "
|
5744
|
+
"example": "{\"QueueName\": \"as-pool\", \"TargetType\": \"TDMQ_CMQ_QUEUE\"}",
|
5703
5745
|
"member": "NotificationTarget",
|
5704
5746
|
"name": "NotificationTarget",
|
5705
5747
|
"required": false,
|
@@ -5708,7 +5750,7 @@
|
|
5708
5750
|
{
|
5709
5751
|
"disabled": false,
|
5710
5752
|
"document": "远程命令执行对象。",
|
5711
|
-
"example": "
|
5753
|
+
"example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
|
5712
5754
|
"member": "LifecycleCommand",
|
5713
5755
|
"name": "LifecycleCommand",
|
5714
5756
|
"required": false,
|
@@ -5799,7 +5841,7 @@
|
|
5799
5841
|
{
|
5800
5842
|
"disabled": false,
|
5801
5843
|
"document": "应用型负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个",
|
5802
|
-
"example": "
|
5844
|
+
"example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
|
5803
5845
|
"member": "ForwardLoadBalancer",
|
5804
5846
|
"name": "ForwardLoadBalancers",
|
5805
5847
|
"required": false,
|
@@ -5807,8 +5849,8 @@
|
|
5807
5849
|
},
|
5808
5850
|
{
|
5809
5851
|
"disabled": false,
|
5810
|
-
"document": "负载均衡器校验策略,取值包括 ALL 和 DIFF,默认取值为 ALL。\n<
|
5811
|
-
"example": "
|
5852
|
+
"document": "负载均衡器校验策略,取值包括 ALL 和 DIFF,默认取值为 ALL。\n<li> ALL,所有负载均衡器都合法则通过校验,否则校验报错。</li> \n<li> DIFF,仅校验负载均衡器参数中实际变化的部分,如果合法则通过校验,否则校验报错。</li> ",
|
5853
|
+
"example": "ALL",
|
5812
5854
|
"member": "string",
|
5813
5855
|
"name": "LoadBalancersCheckPolicy",
|
5814
5856
|
"required": false,
|
@@ -5826,7 +5868,7 @@
|
|
5826
5868
|
"example": "asa-67izy66g",
|
5827
5869
|
"member": "string",
|
5828
5870
|
"name": "ActivityId",
|
5829
|
-
"
|
5871
|
+
"output_required": true,
|
5830
5872
|
"type": "string",
|
5831
5873
|
"value_allowed_null": false
|
5832
5874
|
},
|
@@ -6088,7 +6130,7 @@
|
|
6088
6130
|
{
|
6089
6131
|
"disabled": false,
|
6090
6132
|
"document": "定时任务的重复方式。为标准 Cron 格式<br>此参数与`EndTime`需要同时指定。",
|
6091
|
-
"example": "
|
6133
|
+
"example": "0 18 * * 1,2,3,4,5",
|
6092
6134
|
"member": "string",
|
6093
6135
|
"name": "Recurrence",
|
6094
6136
|
"required": false,
|
@@ -6181,7 +6223,7 @@
|
|
6181
6223
|
{
|
6182
6224
|
"disabled": false,
|
6183
6225
|
"document": "刷新批次信息列表。",
|
6184
|
-
"example": "
|
6226
|
+
"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\"}]",
|
6185
6227
|
"member": "RefreshBatch",
|
6186
6228
|
"name": "RefreshBatchSet",
|
6187
6229
|
"output_required": true,
|
@@ -6201,7 +6243,7 @@
|
|
6201
6243
|
{
|
6202
6244
|
"disabled": false,
|
6203
6245
|
"document": "实例更新设置参数。",
|
6204
|
-
"example": "
|
6246
|
+
"example": "{\"CheckInstanceTargetHealth\": true, \"RollingUpdateSettings\": {\"BatchNumber\": 1, \"MaxSurge\": 1, \"BatchPause\": \"AUTOMATIC\"}}",
|
6205
6247
|
"member": "RefreshSettings",
|
6206
6248
|
"name": "RefreshSettings",
|
6207
6249
|
"output_required": true,
|
@@ -6210,7 +6252,7 @@
|
|
6210
6252
|
},
|
6211
6253
|
{
|
6212
6254
|
"disabled": false,
|
6213
|
-
"document": "
|
6255
|
+
"document": "刷新活动类型。取值如下:\n<li>NORMAL:正常刷新活动</li>\n<li>ROLLBACK:回滚刷新活动</li>",
|
6214
6256
|
"example": "NORMAL",
|
6215
6257
|
"member": "string",
|
6216
6258
|
"name": "ActivityType",
|
@@ -6220,7 +6262,7 @@
|
|
6220
6262
|
},
|
6221
6263
|
{
|
6222
6264
|
"disabled": false,
|
6223
|
-
"document": "
|
6265
|
+
"document": "刷新活动状态。取值如下:\n<li>INIT:初始化中</li>\n<li>RUNNING:运行中</li>\n<li>SUCCESSFUL:活动成功</li>\n<li>FAILED_PAUSE:因刷新批次失败暂停</li>\n<li>AUTO_PAUSE:因暂停策略自动暂停</li>\n<li>MANUAL_PAUSE:手动暂停</li>\n<li>CANCELLED:活动取消</li>\n<li>FAILED:活动失败</li>",
|
6224
6266
|
"example": "RUNNING",
|
6225
6267
|
"member": "string",
|
6226
6268
|
"name": "Status",
|
@@ -6286,7 +6328,7 @@
|
|
6286
6328
|
},
|
6287
6329
|
{
|
6288
6330
|
"disabled": false,
|
6289
|
-
"document": "刷新批次状态。取值如下:<
|
6331
|
+
"document": "刷新批次状态。取值如下:<li>WAITING:待刷新</li><li>INIT:初始化中</li><li>RUNNING:刷新中</li><li>FAILED: 刷新失败</li><li>PARTIALLY_SUCCESSFUL:批次部分成功</li><li>CANCELLED:已取消</li><li>SUCCESSFUL:刷新成功</li>",
|
6290
6332
|
"example": "WAITING",
|
6291
6333
|
"member": "string",
|
6292
6334
|
"name": "RefreshBatchStatus",
|
@@ -6297,7 +6339,7 @@
|
|
6297
6339
|
{
|
6298
6340
|
"disabled": false,
|
6299
6341
|
"document": "刷新批次关联实例列表。",
|
6300
|
-
"example": "
|
6342
|
+
"example": "[{\"InstanceId\": \"ins-m30w46cu\", \"InstanceStatusMessage\": \"success\", \"LastActivityId\": \"asa-dayrcku8\", \"InstanceStatus\": \"SUCCESSFUL\"}]",
|
6301
6343
|
"member": "RefreshBatchRelatedInstance",
|
6302
6344
|
"name": "RefreshBatchRelatedInstanceSet",
|
6303
6345
|
"output_required": true,
|
@@ -6379,7 +6421,7 @@
|
|
6379
6421
|
{
|
6380
6422
|
"disabled": false,
|
6381
6423
|
"document": "滚动更新设置参数。RefreshMode 为滚动更新该参数必须填写。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6382
|
-
"example": "
|
6424
|
+
"example": "{\"BatchNumber\": 1, \"MaxSurge\": 1, \"BatchPause\": \"AUTOMATIC\"}",
|
6383
6425
|
"member": "RollingUpdateSettings",
|
6384
6426
|
"name": "RollingUpdateSettings",
|
6385
6427
|
"output_required": false,
|
@@ -6389,7 +6431,7 @@
|
|
6389
6431
|
},
|
6390
6432
|
{
|
6391
6433
|
"disabled": false,
|
6392
|
-
"document": "实例后端服务健康状态检查,默认为 FALSE。仅针对绑定应用型负载均衡器的伸缩组生效,开启该检查后,如刷新后实例未通过检查,负载均衡器端口权重始终为 0,且标记为刷新失败。取值范围如下:<
|
6434
|
+
"document": "实例后端服务健康状态检查,默认为 FALSE。仅针对绑定应用型负载均衡器的伸缩组生效,开启该检查后,如刷新后实例未通过检查,负载均衡器端口权重始终为 0,且标记为刷新失败。取值范围如下:<li>TRUE:开启检查</li><li>FALSE:不开启检查</li>",
|
6393
6435
|
"example": "TRUE",
|
6394
6436
|
"member": "bool",
|
6395
6437
|
"name": "CheckInstanceTargetHealth",
|
@@ -6407,7 +6449,7 @@
|
|
6407
6449
|
{
|
6408
6450
|
"disabled": false,
|
6409
6451
|
"document": "实例ID。",
|
6410
|
-
"example": "
|
6452
|
+
"example": "ins-d7y6drte",
|
6411
6453
|
"member": "string",
|
6412
6454
|
"name": "InstanceId",
|
6413
6455
|
"output_required": true,
|
@@ -6417,7 +6459,7 @@
|
|
6417
6459
|
{
|
6418
6460
|
"disabled": false,
|
6419
6461
|
"document": "实例在伸缩活动中的状态。取值如下:\nINIT:初始化中\nRUNNING:实例操作中\nSUCCESSFUL:活动成功\nFAILED:活动失败",
|
6420
|
-
"example": "
|
6462
|
+
"example": "RUNNING",
|
6421
6463
|
"member": "string",
|
6422
6464
|
"name": "InstanceStatus",
|
6423
6465
|
"output_required": true,
|
@@ -6496,7 +6538,7 @@
|
|
6496
6538
|
},
|
6497
6539
|
{
|
6498
6540
|
"disabled": false,
|
6499
|
-
"document": "当前批次刷新失败实例的恢复方式,如不存在失败实例,该参数无效。默认值为RETRY,取值范围如下:<
|
6541
|
+
"document": "当前批次刷新失败实例的恢复方式,如不存在失败实例,该参数无效。默认值为RETRY,取值范围如下:<li>RETRY: 重试当前批次刷新失败实例</li><li>CONTINUE: 跳过当前批次刷新失败实例</li>",
|
6500
6542
|
"example": "RETRY",
|
6501
6543
|
"member": "string",
|
6502
6544
|
"name": "ResumeMode",
|
@@ -6533,7 +6575,7 @@
|
|
6533
6575
|
{
|
6534
6576
|
"disabled": false,
|
6535
6577
|
"document": "刷新设置。",
|
6536
|
-
"example": "
|
6578
|
+
"example": "{\"RollingUpdateSettings\": {\"BatchNumber\": 1, \"BatchPause\": \"AUTOMATIC\"}, \"CheckInstanceTargetHealth\": true}",
|
6537
6579
|
"member": "RefreshSettings",
|
6538
6580
|
"name": "RefreshSettings",
|
6539
6581
|
"required": true,
|
@@ -6542,7 +6584,7 @@
|
|
6542
6584
|
{
|
6543
6585
|
"disabled": false,
|
6544
6586
|
"document": "原始刷新活动 ID。",
|
6545
|
-
"example": "
|
6587
|
+
"example": "asr-fdsf8u6b",
|
6546
6588
|
"member": "string",
|
6547
6589
|
"name": "OriginRefreshActivityId",
|
6548
6590
|
"required": true,
|
@@ -6598,7 +6640,7 @@
|
|
6598
6640
|
},
|
6599
6641
|
{
|
6600
6642
|
"disabled": false,
|
6601
|
-
"document": "批次间暂停策略。默认值为 Automatic
|
6643
|
+
"document": "批次间暂停策略。默认值为 Automatic,取值范围如下:\n<li>FIRST_BATCH_PAUSE:第一批次更新完成后暂停</li>\n<li>BATCH_INTERVAL_PAUSE:批次间暂停</li>\n<li>AUTOMATIC:不暂停</li>",
|
6602
6644
|
"example": "Automatic",
|
6603
6645
|
"member": "string",
|
6604
6646
|
"name": "BatchPause",
|
@@ -6606,6 +6648,17 @@
|
|
6606
6648
|
"required": false,
|
6607
6649
|
"type": "string",
|
6608
6650
|
"value_allowed_null": false
|
6651
|
+
},
|
6652
|
+
{
|
6653
|
+
"disabled": false,
|
6654
|
+
"document": "最大额外数量。设置该参数后,在滚动更新开始前根据启动配置创建一批按量计费的额外实例,滚动更新完成后销毁额外实例。\n该参数用于保证滚动更新过程中可用实例的数量,最大额外数量不能超过滚动更新单个批次的刷新实例数。回滚流程暂不支持该参数。",
|
6655
|
+
"example": "1",
|
6656
|
+
"member": "int64",
|
6657
|
+
"name": "MaxSurge",
|
6658
|
+
"output_required": false,
|
6659
|
+
"required": false,
|
6660
|
+
"type": "int",
|
6661
|
+
"value_allowed_null": false
|
6609
6662
|
}
|
6610
6663
|
],
|
6611
6664
|
"usage": "both"
|
@@ -6631,10 +6684,11 @@
|
|
6631
6684
|
"members": [
|
6632
6685
|
{
|
6633
6686
|
"disabled": false,
|
6634
|
-
"document": "是否开启[云监控](https://cloud.tencent.com/document/product/248)
|
6635
|
-
"example": "
|
6687
|
+
"document": "是否开启[云监控](https://cloud.tencent.com/document/product/248)服务。取值范围:\n<li>TRUE:表示开启云监控服务</li>\n<li>FALSE:表示不开启云监控服务</li>\n默认取值:TRUE。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6688
|
+
"example": "{\"Enabled\": true}",
|
6636
6689
|
"member": "bool",
|
6637
6690
|
"name": "Enabled",
|
6691
|
+
"output_required": true,
|
6638
6692
|
"required": false,
|
6639
6693
|
"type": "bool",
|
6640
6694
|
"value_allowed_null": true
|
@@ -6647,10 +6701,11 @@
|
|
6647
6701
|
"members": [
|
6648
6702
|
{
|
6649
6703
|
"disabled": false,
|
6650
|
-
"document": "是否开启[云安全](https://cloud.tencent.com/document/product/296)
|
6651
|
-
"example": "
|
6704
|
+
"document": "是否开启[云安全](https://cloud.tencent.com/document/product/296)服务。取值范围:\n<li>TRUE:表示开启云安全服务</li>\n<li>FALSE:表示不开启云安全服务</li>\n默认取值:TRUE。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6705
|
+
"example": "{\"Enabled\": true}",
|
6652
6706
|
"member": "bool",
|
6653
6707
|
"name": "Enabled",
|
6708
|
+
"output_required": true,
|
6654
6709
|
"required": false,
|
6655
6710
|
"type": "bool",
|
6656
6711
|
"value_allowed_null": true
|
@@ -6758,7 +6813,7 @@
|
|
6758
6813
|
"example": "asg-12345678",
|
6759
6814
|
"member": "string",
|
6760
6815
|
"name": "AutoScalingGroupId",
|
6761
|
-
"
|
6816
|
+
"output_required": true,
|
6762
6817
|
"type": "string",
|
6763
6818
|
"value_allowed_null": false
|
6764
6819
|
},
|
@@ -6768,7 +6823,7 @@
|
|
6768
6823
|
"example": "asp-12345678",
|
6769
6824
|
"member": "string",
|
6770
6825
|
"name": "AutoScalingPolicyId",
|
6771
|
-
"
|
6826
|
+
"output_required": true,
|
6772
6827
|
"type": "string",
|
6773
6828
|
"value_allowed_null": false
|
6774
6829
|
},
|
@@ -6778,7 +6833,7 @@
|
|
6778
6833
|
"example": "SIMPLE",
|
6779
6834
|
"member": "string",
|
6780
6835
|
"name": "ScalingPolicyType",
|
6781
|
-
"
|
6836
|
+
"output_required": true,
|
6782
6837
|
"type": "string",
|
6783
6838
|
"value_allowed_null": false
|
6784
6839
|
},
|
@@ -6788,7 +6843,7 @@
|
|
6788
6843
|
"example": "test-asp",
|
6789
6844
|
"member": "string",
|
6790
6845
|
"name": "ScalingPolicyName",
|
6791
|
-
"
|
6846
|
+
"output_required": true,
|
6792
6847
|
"type": "string",
|
6793
6848
|
"value_allowed_null": false
|
6794
6849
|
},
|
@@ -6798,7 +6853,7 @@
|
|
6798
6853
|
"example": "CHANGE_IN_CAPACITY",
|
6799
6854
|
"member": "string",
|
6800
6855
|
"name": "AdjustmentType",
|
6801
|
-
"
|
6856
|
+
"output_required": true,
|
6802
6857
|
"type": "string",
|
6803
6858
|
"value_allowed_null": false
|
6804
6859
|
},
|
@@ -6808,7 +6863,7 @@
|
|
6808
6863
|
"example": "2",
|
6809
6864
|
"member": "int64",
|
6810
6865
|
"name": "AdjustmentValue",
|
6811
|
-
"
|
6866
|
+
"output_required": true,
|
6812
6867
|
"type": "int",
|
6813
6868
|
"value_allowed_null": false
|
6814
6869
|
},
|
@@ -6818,17 +6873,17 @@
|
|
6818
6873
|
"example": "60",
|
6819
6874
|
"member": "uint64",
|
6820
6875
|
"name": "Cooldown",
|
6821
|
-
"
|
6876
|
+
"output_required": true,
|
6822
6877
|
"type": "int",
|
6823
6878
|
"value_allowed_null": false
|
6824
6879
|
},
|
6825
6880
|
{
|
6826
6881
|
"disabled": false,
|
6827
6882
|
"document": "简单告警触发策略告警监控指标,仅适用于简单策略。",
|
6828
|
-
"example": "{}",
|
6883
|
+
"example": "{\"ComparisonOperator\": \"GREATER_THAN\", \"ContinuousTime\": 1, \"MetricName\": \"CPU_UTILIZATION\", \"Period\": 60, \"Statistic\": \"AVERAGE\", \"Threshold\": 15}",
|
6829
6884
|
"member": "MetricAlarm",
|
6830
6885
|
"name": "MetricAlarm",
|
6831
|
-
"
|
6886
|
+
"output_required": true,
|
6832
6887
|
"type": "object",
|
6833
6888
|
"value_allowed_null": false
|
6834
6889
|
},
|
@@ -6838,7 +6893,7 @@
|
|
6838
6893
|
"example": "ASG_AVG_CPU_UTILIZATION",
|
6839
6894
|
"member": "string",
|
6840
6895
|
"name": "PredefinedMetricType",
|
6841
|
-
"
|
6896
|
+
"output_required": true,
|
6842
6897
|
"type": "string",
|
6843
6898
|
"value_allowed_null": true
|
6844
6899
|
},
|
@@ -6848,7 +6903,7 @@
|
|
6848
6903
|
"example": "10",
|
6849
6904
|
"member": "uint64",
|
6850
6905
|
"name": "TargetValue",
|
6851
|
-
"
|
6906
|
+
"output_required": true,
|
6852
6907
|
"type": "int",
|
6853
6908
|
"value_allowed_null": true
|
6854
6909
|
},
|
@@ -6858,7 +6913,7 @@
|
|
6858
6913
|
"example": "300",
|
6859
6914
|
"member": "uint64",
|
6860
6915
|
"name": "EstimatedInstanceWarmup",
|
6861
|
-
"
|
6916
|
+
"output_required": true,
|
6862
6917
|
"type": "int",
|
6863
6918
|
"value_allowed_null": true
|
6864
6919
|
},
|
@@ -6868,27 +6923,27 @@
|
|
6868
6923
|
"example": "false",
|
6869
6924
|
"member": "bool",
|
6870
6925
|
"name": "DisableScaleIn",
|
6871
|
-
"
|
6926
|
+
"output_required": true,
|
6872
6927
|
"type": "bool",
|
6873
6928
|
"value_allowed_null": true
|
6874
6929
|
},
|
6875
6930
|
{
|
6876
6931
|
"disabled": false,
|
6877
6932
|
"document": "告警监控指标列表,仅适用于目标追踪策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6878
|
-
"example": "
|
6933
|
+
"example": "{\"ComparisonOperator\": \"GREATER_THAN\", \"Period\": 300, \"ContinuousTime\": 1, \"Threshold\": 35, \"Statistic\": \"AVERAGE\", \"PreciseThreshold\": 35.0, \"MetricName\": \"CPU_UTILIZATION\"}",
|
6879
6934
|
"member": "MetricAlarm",
|
6880
6935
|
"name": "MetricAlarms",
|
6881
|
-
"
|
6936
|
+
"output_required": true,
|
6882
6937
|
"type": "list",
|
6883
6938
|
"value_allowed_null": true
|
6884
6939
|
},
|
6885
6940
|
{
|
6886
6941
|
"disabled": false,
|
6887
6942
|
"document": "通知组ID,即为用户组ID集合。",
|
6888
|
-
"example": "[]",
|
6943
|
+
"example": "[\"12001\"]",
|
6889
6944
|
"member": "string",
|
6890
6945
|
"name": "NotificationUserGroupIds",
|
6891
|
-
"
|
6946
|
+
"output_required": true,
|
6892
6947
|
"type": "list",
|
6893
6948
|
"value_allowed_null": false
|
6894
6949
|
}
|
@@ -6904,17 +6959,17 @@
|
|
6904
6959
|
"example": "asst-jf898dps",
|
6905
6960
|
"member": "string",
|
6906
6961
|
"name": "ScheduledActionId",
|
6907
|
-
"
|
6962
|
+
"output_required": true,
|
6908
6963
|
"type": "string",
|
6909
6964
|
"value_allowed_null": false
|
6910
6965
|
},
|
6911
6966
|
{
|
6912
6967
|
"disabled": false,
|
6913
6968
|
"document": "定时任务名称。",
|
6914
|
-
"example": "
|
6969
|
+
"example": "as-sche-action-0",
|
6915
6970
|
"member": "string",
|
6916
6971
|
"name": "ScheduledActionName",
|
6917
|
-
"
|
6972
|
+
"output_required": true,
|
6918
6973
|
"type": "string",
|
6919
6974
|
"value_allowed_null": false
|
6920
6975
|
},
|
@@ -6924,7 +6979,7 @@
|
|
6924
6979
|
"example": "asg-keqt9eg1",
|
6925
6980
|
"member": "string",
|
6926
6981
|
"name": "AutoScalingGroupId",
|
6927
|
-
"
|
6982
|
+
"output_required": true,
|
6928
6983
|
"type": "string",
|
6929
6984
|
"value_allowed_null": false
|
6930
6985
|
},
|
@@ -6934,7 +6989,7 @@
|
|
6934
6989
|
"example": "2022-02-22T16:00:00+08:00",
|
6935
6990
|
"member": "datetime_iso",
|
6936
6991
|
"name": "StartTime",
|
6937
|
-
"
|
6992
|
+
"output_required": true,
|
6938
6993
|
"type": "string",
|
6939
6994
|
"value_allowed_null": false
|
6940
6995
|
},
|
@@ -6944,7 +6999,7 @@
|
|
6944
6999
|
"example": "0 23 */1 * *",
|
6945
7000
|
"member": "string",
|
6946
7001
|
"name": "Recurrence",
|
6947
|
-
"
|
7002
|
+
"output_required": true,
|
6948
7003
|
"type": "string",
|
6949
7004
|
"value_allowed_null": false
|
6950
7005
|
},
|
@@ -6954,7 +7009,7 @@
|
|
6954
7009
|
"example": "2023-02-23T16:00:00+08:00",
|
6955
7010
|
"member": "datetime_iso",
|
6956
7011
|
"name": "EndTime",
|
6957
|
-
"
|
7012
|
+
"output_required": true,
|
6958
7013
|
"type": "string",
|
6959
7014
|
"value_allowed_null": false
|
6960
7015
|
},
|
@@ -6964,7 +7019,7 @@
|
|
6964
7019
|
"example": "20",
|
6965
7020
|
"member": "uint64",
|
6966
7021
|
"name": "MaxSize",
|
6967
|
-
"
|
7022
|
+
"output_required": true,
|
6968
7023
|
"type": "int",
|
6969
7024
|
"value_allowed_null": false
|
6970
7025
|
},
|
@@ -6974,7 +7029,7 @@
|
|
6974
7029
|
"example": "5",
|
6975
7030
|
"member": "uint64",
|
6976
7031
|
"name": "DesiredCapacity",
|
6977
|
-
"
|
7032
|
+
"output_required": true,
|
6978
7033
|
"type": "int",
|
6979
7034
|
"value_allowed_null": false
|
6980
7035
|
},
|
@@ -6984,7 +7039,7 @@
|
|
6984
7039
|
"example": "1",
|
6985
7040
|
"member": "uint64",
|
6986
7041
|
"name": "MinSize",
|
6987
|
-
"
|
7042
|
+
"output_required": true,
|
6988
7043
|
"type": "int",
|
6989
7044
|
"value_allowed_null": false
|
6990
7045
|
},
|
@@ -6994,17 +7049,17 @@
|
|
6994
7049
|
"example": "2022-02-21T02:19:52Z",
|
6995
7050
|
"member": "datetime_iso",
|
6996
7051
|
"name": "CreatedTime",
|
6997
|
-
"
|
7052
|
+
"output_required": true,
|
6998
7053
|
"type": "string",
|
6999
7054
|
"value_allowed_null": false
|
7000
7055
|
},
|
7001
7056
|
{
|
7002
7057
|
"disabled": false,
|
7003
|
-
"document": "
|
7058
|
+
"document": "定时任务的执行类型。取值范围:\n<li>CRONTAB:代表定时任务为重复执行。</li>\n<li>ONCE:代表定时任务为单次执行。</li>",
|
7004
7059
|
"example": "CRONTAB",
|
7005
7060
|
"member": "string",
|
7006
7061
|
"name": "ScheduledType",
|
7007
|
-
"
|
7062
|
+
"output_required": true,
|
7008
7063
|
"type": "string",
|
7009
7064
|
"value_allowed_null": false
|
7010
7065
|
}
|
@@ -7112,9 +7167,10 @@
|
|
7112
7167
|
{
|
7113
7168
|
"disabled": false,
|
7114
7169
|
"document": "竞价出价,例如“1.05”",
|
7115
|
-
"example": "",
|
7170
|
+
"example": "1.05",
|
7116
7171
|
"member": "string",
|
7117
7172
|
"name": "MaxPrice",
|
7173
|
+
"output_required": true,
|
7118
7174
|
"required": true,
|
7119
7175
|
"type": "string",
|
7120
7176
|
"value_allowed_null": false
|
@@ -7122,9 +7178,10 @@
|
|
7122
7178
|
{
|
7123
7179
|
"disabled": false,
|
7124
7180
|
"document": "竞价请求类型,当前仅支持类型:one-time,默认值为one-time\n注意:此字段可能返回 null,表示取不到有效值。",
|
7125
|
-
"example": "",
|
7181
|
+
"example": "one-time",
|
7126
7182
|
"member": "string",
|
7127
7183
|
"name": "SpotInstanceType",
|
7184
|
+
"output_required": true,
|
7128
7185
|
"required": false,
|
7129
7186
|
"type": "string",
|
7130
7187
|
"value_allowed_null": true
|
@@ -7402,9 +7459,10 @@
|
|
7402
7459
|
{
|
7403
7460
|
"disabled": false,
|
7404
7461
|
"document": "标签键",
|
7405
|
-
"example": "",
|
7462
|
+
"example": "as-group-tag0",
|
7406
7463
|
"member": "string",
|
7407
7464
|
"name": "Key",
|
7465
|
+
"output_required": true,
|
7408
7466
|
"required": true,
|
7409
7467
|
"type": "string",
|
7410
7468
|
"value_allowed_null": false
|
@@ -7412,19 +7470,21 @@
|
|
7412
7470
|
{
|
7413
7471
|
"disabled": false,
|
7414
7472
|
"document": "标签值",
|
7415
|
-
"example": "",
|
7473
|
+
"example": "app0",
|
7416
7474
|
"member": "string",
|
7417
7475
|
"name": "Value",
|
7476
|
+
"output_required": true,
|
7418
7477
|
"required": true,
|
7419
7478
|
"type": "string",
|
7420
7479
|
"value_allowed_null": false
|
7421
7480
|
},
|
7422
7481
|
{
|
7423
7482
|
"disabled": false,
|
7424
|
-
"document": "标签绑定的资源类型,当前支持类型:\"auto-scaling-group\n注意:此字段可能返回 null,表示取不到有效值。",
|
7425
|
-
"example": "",
|
7483
|
+
"document": "标签绑定的资源类型,当前支持类型:\"auto-scaling-group\", \"launch-configuration\"\n注意:此字段可能返回 null,表示取不到有效值。",
|
7484
|
+
"example": "auto-scaling-group",
|
7426
7485
|
"member": "string",
|
7427
7486
|
"name": "ResourceType",
|
7487
|
+
"output_required": true,
|
7428
7488
|
"required": false,
|
7429
7489
|
"type": "string",
|
7430
7490
|
"value_allowed_null": true
|
@@ -7438,9 +7498,10 @@
|
|
7438
7498
|
{
|
7439
7499
|
"disabled": false,
|
7440
7500
|
"document": "端口",
|
7441
|
-
"example": "",
|
7501
|
+
"example": "80",
|
7442
7502
|
"member": "uint64",
|
7443
7503
|
"name": "Port",
|
7504
|
+
"output_required": true,
|
7444
7505
|
"required": true,
|
7445
7506
|
"type": "int",
|
7446
7507
|
"value_allowed_null": false
|
@@ -7448,9 +7509,10 @@
|
|
7448
7509
|
{
|
7449
7510
|
"disabled": false,
|
7450
7511
|
"document": "权重",
|
7451
|
-
"example": "",
|
7512
|
+
"example": "10",
|
7452
7513
|
"member": "uint64",
|
7453
7514
|
"name": "Weight",
|
7515
|
+
"output_required": true,
|
7454
7516
|
"required": true,
|
7455
7517
|
"type": "int",
|
7456
7518
|
"value_allowed_null": false
|
@@ -7725,7 +7787,7 @@
|
|
7725
7787
|
{
|
7726
7788
|
"disabled": false,
|
7727
7789
|
"document": "弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串\"\"",
|
7728
|
-
"example": "
|
7790
|
+
"example": "as-meta-0",
|
7729
7791
|
"member": "string",
|
7730
7792
|
"name": "NotificationMetadata",
|
7731
7793
|
"required": false,
|
@@ -7734,7 +7796,7 @@
|
|
7734
7796
|
{
|
7735
7797
|
"disabled": false,
|
7736
7798
|
"document": "通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。",
|
7737
|
-
"example": "
|
7799
|
+
"example": "{\"QueueName\": \"as-pool\", \"TargetType\": \"TDMQ_CMQ_QUEUE\"}",
|
7738
7800
|
"member": "NotificationTarget",
|
7739
7801
|
"name": "NotificationTarget",
|
7740
7802
|
"required": false,
|
@@ -7752,7 +7814,7 @@
|
|
7752
7814
|
{
|
7753
7815
|
"disabled": false,
|
7754
7816
|
"document": "远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。",
|
7755
|
-
"example": "
|
7817
|
+
"example": "cmd-ju7dt54r",
|
7756
7818
|
"member": "LifecycleCommand",
|
7757
7819
|
"name": "LifecycleCommand",
|
7758
7820
|
"required": false,
|