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
@@ -29,9 +29,9 @@
|
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"CreateSLInstance": {
|
32
|
-
"document": "本接口(CreateSLInstance)用于创建
|
32
|
+
"document": "本接口(CreateSLInstance)用于创建Serverless HBase实例\n- 接口调用成功,会创建Serverless HBase实例,创建实例请求成功会返回创建实例的InstaceId和请求的 RequestID。\n- 接口为异步接口,接口返回时操作并未立即完成,实例操作结果可以通过调用DescribeInstancesList查看当前实例的StatusDesc状态。",
|
33
33
|
"input": "CreateSLInstanceRequest",
|
34
|
-
"name": "
|
34
|
+
"name": "Serverless HBase创建实例",
|
35
35
|
"output": "CreateSLInstanceResponse",
|
36
36
|
"status": "online"
|
37
37
|
},
|
@@ -204,16 +204,16 @@
|
|
204
204
|
"status": "online"
|
205
205
|
},
|
206
206
|
"DescribeSLInstance": {
|
207
|
-
"document": "本接口(DescribeSLInstance)用于查询
|
207
|
+
"document": "本接口(DescribeSLInstance)用于查询 Serverless HBase实例基本信息",
|
208
208
|
"input": "DescribeSLInstanceRequest",
|
209
|
-
"name": "
|
209
|
+
"name": "Serverless HBase查询实例信息",
|
210
210
|
"output": "DescribeSLInstanceResponse",
|
211
211
|
"status": "online"
|
212
212
|
},
|
213
213
|
"DescribeSLInstanceList": {
|
214
|
-
"document": "本接口(DescribeSLInstanceList)用于查询
|
214
|
+
"document": "本接口(DescribeSLInstanceList)用于查询Serverless HBase实例列表详细信息",
|
215
215
|
"input": "DescribeSLInstanceListRequest",
|
216
|
-
"name": "
|
216
|
+
"name": "Serverless HBase查询实例列表",
|
217
217
|
"output": "DescribeSLInstanceListResponse",
|
218
218
|
"status": "online"
|
219
219
|
},
|
@@ -358,9 +358,9 @@
|
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"ModifySLInstance": {
|
361
|
-
"document": "本接口(ModifySLInstance
|
361
|
+
"document": "本接口(ModifySLInstance)用于Serverless HBase变配实例。\n- 接口调用成功,会创建Serverless HBase实例,创建实例请求成功会返回请求的 RequestID。\n- 接口为异步接口,接口返回时操作并未立即完成,实例操作结果可以通过调用DescribeInstancesList查看当前实例的StatusDesc状态。",
|
362
362
|
"input": "ModifySLInstanceRequest",
|
363
|
-
"name": "
|
363
|
+
"name": "Serverless HBase变配实例",
|
364
364
|
"output": "ModifySLInstanceResponse",
|
365
365
|
"status": "online"
|
366
366
|
},
|
@@ -442,9 +442,9 @@
|
|
442
442
|
"status": "online"
|
443
443
|
},
|
444
444
|
"TerminateSLInstance": {
|
445
|
-
"document": "本接口(TerminateSLInstance)用于销毁
|
445
|
+
"document": "本接口(TerminateSLInstance)用于销毁Serverless HBase实例",
|
446
446
|
"input": "TerminateSLInstanceRequest",
|
447
|
-
"name": "
|
447
|
+
"name": "Serverless HBase销毁实例",
|
448
448
|
"output": "TerminateSLInstanceResponse",
|
449
449
|
"status": "online"
|
450
450
|
},
|
@@ -550,7 +550,7 @@
|
|
550
550
|
"example": "[\"123\"]",
|
551
551
|
"member": "string",
|
552
552
|
"name": "SuccessUserList",
|
553
|
-
"
|
553
|
+
"output_required": true,
|
554
554
|
"type": "list",
|
555
555
|
"value_allowed_null": true
|
556
556
|
},
|
@@ -560,7 +560,7 @@
|
|
560
560
|
"example": "[\"123\"]",
|
561
561
|
"member": "string",
|
562
562
|
"name": "FailedUserList",
|
563
|
-
"
|
563
|
+
"output_required": true,
|
564
564
|
"type": "list",
|
565
565
|
"value_allowed_null": true
|
566
566
|
},
|
@@ -2319,7 +2319,7 @@
|
|
2319
2319
|
{
|
2320
2320
|
"disabled": false,
|
2321
2321
|
"document": "是否开启集群Master节点公网。取值范围:\n<li>NEED_MASTER_WAN:表示开启集群Master节点公网。</li>\n<li>NOT_NEED_MASTER_WAN:表示不开启。</li>默认开启集群Master节点公网。",
|
2322
|
-
"example": "
|
2322
|
+
"example": "NEED_MASTER_WAN",
|
2323
2323
|
"member": "string",
|
2324
2324
|
"name": "NeedMasterWan",
|
2325
2325
|
"required": false,
|
@@ -2328,7 +2328,7 @@
|
|
2328
2328
|
{
|
2329
2329
|
"disabled": false,
|
2330
2330
|
"document": "是否开启外网远程登录。(在SecurityGroupId不为空时,该参数无效)不填默认为不开启 取值范围:\n<li>true:表示开启</li>\n<li>false:表示不开启</li>",
|
2331
|
-
"example": "
|
2331
|
+
"example": "true",
|
2332
2332
|
"member": "bool",
|
2333
2333
|
"name": "EnableRemoteLoginFlag",
|
2334
2334
|
"required": false,
|
@@ -2337,7 +2337,7 @@
|
|
2337
2337
|
{
|
2338
2338
|
"disabled": false,
|
2339
2339
|
"document": "是否开启Kerberos认证。默认不开启 取值范围:\n<li>true:表示开启</li>\n<li>false:表示不开启</li>",
|
2340
|
-
"example": "
|
2340
|
+
"example": "true",
|
2341
2341
|
"member": "bool",
|
2342
2342
|
"name": "EnableKerberosFlag",
|
2343
2343
|
"required": false,
|
@@ -2346,7 +2346,7 @@
|
|
2346
2346
|
{
|
2347
2347
|
"disabled": false,
|
2348
2348
|
"document": "[自定义软件配置](https://cloud.tencent.com/document/product/589/35655?from_cn_redirect=1)",
|
2349
|
-
"example": "
|
2349
|
+
"example": "`{ \t\t\"serviceName\": \"HDFS\", \t\t\"classification\": \"hdfs-site.xml\", \t\t\"serviceVersion\": \"2.8.4\", \t\t\"properties\": { \t\t\t\"dfs.blocksize\": \"67108864\", \t\t\t\"dfs.client.slow.io.warning.threshold.ms\": \"900000\", \t\t\t\"output.replace-datanode-on-failure\": \"false\" \t\t} \t}`",
|
2350
2350
|
"member": "string",
|
2351
2351
|
"name": "CustomConf",
|
2352
2352
|
"required": false,
|
@@ -2409,7 +2409,7 @@
|
|
2409
2409
|
{
|
2410
2410
|
"disabled": false,
|
2411
2411
|
"document": "cos桶路径,创建StarRocks存算分离集群时用到",
|
2412
|
-
"example": "
|
2412
|
+
"example": "test-cos-1258469122",
|
2413
2413
|
"member": "string",
|
2414
2414
|
"name": "CosBucket",
|
2415
2415
|
"required": false,
|
@@ -2797,7 +2797,7 @@
|
|
2797
2797
|
},
|
2798
2798
|
{
|
2799
2799
|
"disabled": false,
|
2800
|
-
"document": "实例单节点磁盘容量,单位GB,单节点磁盘容量需大于等于100,小于等于
|
2800
|
+
"document": "实例单节点磁盘容量,单位GB,单节点磁盘容量需大于等于100,小于等于250*CPU核心数,容量调整步长为100。",
|
2801
2801
|
"example": "200",
|
2802
2802
|
"member": "int64",
|
2803
2803
|
"name": "DiskSize",
|
@@ -2830,6 +2830,15 @@
|
|
2830
2830
|
"name": "Tags",
|
2831
2831
|
"required": false,
|
2832
2832
|
"type": "list"
|
2833
|
+
},
|
2834
|
+
{
|
2835
|
+
"disabled": false,
|
2836
|
+
"document": "预付费参数",
|
2837
|
+
"example": "{ \"Period\": { \"TimeSpan\": 1, \"TimeUnit\": \"m\" }, \"AutoRenewFlag\": 2 }",
|
2838
|
+
"member": "PrePaySetting",
|
2839
|
+
"name": "PrePaySetting",
|
2840
|
+
"required": false,
|
2841
|
+
"type": "object"
|
2833
2842
|
}
|
2834
2843
|
],
|
2835
2844
|
"type": "object"
|
@@ -3134,7 +3143,7 @@
|
|
3134
3143
|
{
|
3135
3144
|
"disabled": false,
|
3136
3145
|
"document": "tke/eks集群id,容器集群传",
|
3137
|
-
"example": "
|
3146
|
+
"example": "emr-xxx",
|
3138
3147
|
"member": "string",
|
3139
3148
|
"name": "TkeClusterId",
|
3140
3149
|
"required": false,
|
@@ -3143,7 +3152,7 @@
|
|
3143
3152
|
{
|
3144
3153
|
"disabled": false,
|
3145
3154
|
"document": "默认空,容器版传\"native\"",
|
3146
|
-
"example": "
|
3155
|
+
"example": "native",
|
3147
3156
|
"member": "string",
|
3148
3157
|
"name": "DisplayStrategy",
|
3149
3158
|
"required": false,
|
@@ -3161,7 +3170,7 @@
|
|
3161
3170
|
{
|
3162
3171
|
"disabled": false,
|
3163
3172
|
"document": "是否删除家目录,只针对cvm集群",
|
3164
|
-
"example": "
|
3173
|
+
"example": "true",
|
3165
3174
|
"member": "bool",
|
3166
3175
|
"name": "DeleteHomeDir",
|
3167
3176
|
"required": false,
|
@@ -3229,7 +3238,7 @@
|
|
3229
3238
|
{
|
3230
3239
|
"disabled": false,
|
3231
3240
|
"document": "启动流程后的流程ID,可以使用[DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/product/589/107224)接口来获取流程状态",
|
3232
|
-
"example": "
|
3241
|
+
"example": "38071",
|
3233
3242
|
"member": "uint64",
|
3234
3243
|
"name": "FlowId",
|
3235
3244
|
"output_required": true,
|
@@ -3490,7 +3499,7 @@
|
|
3490
3499
|
{
|
3491
3500
|
"disabled": false,
|
3492
3501
|
"document": "任务名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
3493
|
-
"example": "
|
3502
|
+
"example": "资源调度-部署生效",
|
3494
3503
|
"member": "string",
|
3495
3504
|
"name": "FlowName",
|
3496
3505
|
"output_required": true,
|
@@ -3500,7 +3509,7 @@
|
|
3500
3509
|
{
|
3501
3510
|
"disabled": false,
|
3502
3511
|
"document": "总任务流程进度:\n例如:0.8\n注意:此字段可能返回 null,表示取不到有效值。",
|
3503
|
-
"example": "
|
3512
|
+
"example": "0.36",
|
3504
3513
|
"member": "float",
|
3505
3514
|
"name": "FlowTotalProgress",
|
3506
3515
|
"output_required": true,
|
@@ -3510,7 +3519,7 @@
|
|
3510
3519
|
{
|
3511
3520
|
"disabled": false,
|
3512
3521
|
"document": "定义流程总状态:\n0:初始化,\n1:运行中,\n2:完成,\n3:完成(存在跳过步骤),\n-1:失败,\n-3:阻塞,\n注意:此字段可能返回 null,表示取不到有效值。",
|
3513
|
-
"example": "
|
3522
|
+
"example": "2",
|
3514
3523
|
"member": "int64",
|
3515
3524
|
"name": "FlowTotalStatus",
|
3516
3525
|
"output_required": false,
|
@@ -3604,8 +3613,8 @@
|
|
3604
3613
|
},
|
3605
3614
|
{
|
3606
3615
|
"disabled": false,
|
3607
|
-
"document": "
|
3608
|
-
"example": "
|
3616
|
+
"document": "排序字段",
|
3617
|
+
"example": "ApplyTime",
|
3609
3618
|
"member": "string",
|
3610
3619
|
"name": "OrderField",
|
3611
3620
|
"required": false,
|
@@ -3613,8 +3622,8 @@
|
|
3613
3622
|
},
|
3614
3623
|
{
|
3615
3624
|
"disabled": false,
|
3616
|
-
"document": "
|
3617
|
-
"example": "
|
3625
|
+
"document": "是否升序,1:升序,0:降序",
|
3626
|
+
"example": "1",
|
3618
3627
|
"member": "int64",
|
3619
3628
|
"name": "Asc",
|
3620
3629
|
"required": false,
|
@@ -3659,7 +3668,7 @@
|
|
3659
3668
|
{
|
3660
3669
|
"disabled": false,
|
3661
3670
|
"document": "资源类型列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3662
|
-
"example": "
|
3671
|
+
"example": "[\"HOST\",\"MNode\"]",
|
3663
3672
|
"member": "string",
|
3664
3673
|
"name": "HardwareResourceTypeList",
|
3665
3674
|
"output_required": true,
|
@@ -3774,7 +3783,7 @@
|
|
3774
3783
|
{
|
3775
3784
|
"disabled": false,
|
3776
3785
|
"document": "过滤的队列名",
|
3777
|
-
"example": "[]",
|
3786
|
+
"example": "[\"normal\"]",
|
3778
3787
|
"member": "string",
|
3779
3788
|
"name": "Queues",
|
3780
3789
|
"required": false,
|
@@ -3783,7 +3792,7 @@
|
|
3783
3792
|
{
|
3784
3793
|
"disabled": false,
|
3785
3794
|
"document": "过滤的用户名",
|
3786
|
-
"example": "[]",
|
3795
|
+
"example": "[\"testuser\"]",
|
3787
3796
|
"member": "string",
|
3788
3797
|
"name": "Users",
|
3789
3798
|
"required": false,
|
@@ -3792,7 +3801,7 @@
|
|
3792
3801
|
{
|
3793
3802
|
"disabled": false,
|
3794
3803
|
"document": "过滤的作业类型",
|
3795
|
-
"example": "[]",
|
3804
|
+
"example": "[\"MAPREDUCE\",\"SPARK\"]",
|
3796
3805
|
"member": "string",
|
3797
3806
|
"name": "ApplicationTypes",
|
3798
3807
|
"required": false,
|
@@ -3801,7 +3810,7 @@
|
|
3801
3810
|
{
|
3802
3811
|
"disabled": false,
|
3803
3812
|
"document": "分组字段,可选:queue, user, applicationType",
|
3804
|
-
"example": "[]",
|
3813
|
+
"example": "[\"user\"]",
|
3805
3814
|
"member": "string",
|
3806
3815
|
"name": "GroupBy",
|
3807
3816
|
"required": false,
|
@@ -3922,7 +3931,7 @@
|
|
3922
3931
|
},
|
3923
3932
|
{
|
3924
3933
|
"disabled": false,
|
3925
|
-
"document": "
|
3934
|
+
"document": "指标名,NODE.CPU:节点平均CPU利用率和总核数;NODE.CPU.SLHBASE:Serverless实例平均CPU利用率和总核数;HDFS.NN.CAPACITY:存储使用率和总量",
|
3926
3935
|
"example": "NODE.CPU",
|
3927
3936
|
"member": "string",
|
3928
3937
|
"name": "Metric",
|
@@ -4060,7 +4069,7 @@
|
|
4060
4069
|
{
|
4061
4070
|
"disabled": false,
|
4062
4071
|
"document": "最新的资源调度器",
|
4063
|
-
"example": "
|
4072
|
+
"example": "\"fair\"",
|
4064
4073
|
"member": "string",
|
4065
4074
|
"name": "Scheduler",
|
4066
4075
|
"output_required": false,
|
@@ -4579,7 +4588,7 @@
|
|
4579
4588
|
"example": "3",
|
4580
4589
|
"member": "int64",
|
4581
4590
|
"name": "TotalCnt",
|
4582
|
-
"
|
4591
|
+
"output_required": true,
|
4583
4592
|
"type": "int",
|
4584
4593
|
"value_allowed_null": false
|
4585
4594
|
},
|
@@ -4589,7 +4598,7 @@
|
|
4589
4598
|
"example": "无",
|
4590
4599
|
"member": "RenewInstancesInfo",
|
4591
4600
|
"name": "NodeList",
|
4592
|
-
"
|
4601
|
+
"output_required": true,
|
4593
4602
|
"type": "list",
|
4594
4603
|
"value_allowed_null": true
|
4595
4604
|
},
|
@@ -4599,7 +4608,7 @@
|
|
4599
4608
|
"example": "[\"\\u6d4b\\u8bd5\\u4e00\\u4e0b\",\"alex_test\",\"beckwuxingjia\",\"ghghghg\",\"tag_auth_test\",\"test\",\"beckwu\",\"emr\",\"lg\",\"bk\"]",
|
4600
4609
|
"member": "string",
|
4601
4610
|
"name": "MetaInfo",
|
4602
|
-
"
|
4611
|
+
"output_required": true,
|
4603
4612
|
"type": "list",
|
4604
4613
|
"value_allowed_null": true
|
4605
4614
|
},
|
@@ -4799,7 +4808,7 @@
|
|
4799
4808
|
{
|
4800
4809
|
"disabled": false,
|
4801
4810
|
"document": "实例关联的标签键列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4802
|
-
"example": "
|
4811
|
+
"example": "test-tag",
|
4803
4812
|
"member": "string",
|
4804
4813
|
"name": "TagKeys",
|
4805
4814
|
"output_required": true,
|
@@ -4919,7 +4928,7 @@
|
|
4919
4928
|
{
|
4920
4929
|
"disabled": false,
|
4921
4930
|
"document": "总数,分页查询时使用",
|
4922
|
-
"example": "
|
4931
|
+
"example": "10",
|
4923
4932
|
"member": "int64",
|
4924
4933
|
"name": "TotalCount",
|
4925
4934
|
"output_required": true,
|
@@ -5168,6 +5177,16 @@
|
|
5168
5177
|
"DescribeSLInstanceResponse": {
|
5169
5178
|
"document": "DescribeSLInstance返回参数结构体",
|
5170
5179
|
"members": [
|
5180
|
+
{
|
5181
|
+
"disabled": false,
|
5182
|
+
"document": "实例字符串标识。",
|
5183
|
+
"example": "emr-xxxxxxxx",
|
5184
|
+
"member": "string",
|
5185
|
+
"name": "InstanceId",
|
5186
|
+
"output_required": false,
|
5187
|
+
"type": "string",
|
5188
|
+
"value_allowed_null": false
|
5189
|
+
},
|
5171
5190
|
{
|
5172
5191
|
"disabled": false,
|
5173
5192
|
"document": "实例名称。",
|
@@ -5181,7 +5200,7 @@
|
|
5181
5200
|
{
|
5182
5201
|
"disabled": false,
|
5183
5202
|
"document": "实例计费模式。0表示后付费,即按量计费,1表示预付费,即包年包月。",
|
5184
|
-
"example": "
|
5203
|
+
"example": "0",
|
5185
5204
|
"member": "int64",
|
5186
5205
|
"name": "PayMode",
|
5187
5206
|
"output_required": false,
|
@@ -5238,6 +5257,96 @@
|
|
5238
5257
|
"type": "list",
|
5239
5258
|
"value_allowed_null": true
|
5240
5259
|
},
|
5260
|
+
{
|
5261
|
+
"disabled": false,
|
5262
|
+
"document": "实例数字标识。",
|
5263
|
+
"example": "11111111",
|
5264
|
+
"member": "int64",
|
5265
|
+
"name": "ClusterId",
|
5266
|
+
"output_required": false,
|
5267
|
+
"type": "int",
|
5268
|
+
"value_allowed_null": false
|
5269
|
+
},
|
5270
|
+
{
|
5271
|
+
"disabled": false,
|
5272
|
+
"document": "实例区域ID。",
|
5273
|
+
"example": "1",
|
5274
|
+
"member": "int64",
|
5275
|
+
"name": "RegionId",
|
5276
|
+
"output_required": false,
|
5277
|
+
"type": "int",
|
5278
|
+
"value_allowed_null": false
|
5279
|
+
},
|
5280
|
+
{
|
5281
|
+
"disabled": false,
|
5282
|
+
"document": "实例主可用区。",
|
5283
|
+
"example": "ap-guangzhou-2",
|
5284
|
+
"member": "string",
|
5285
|
+
"name": "Zone",
|
5286
|
+
"output_required": false,
|
5287
|
+
"type": "string",
|
5288
|
+
"value_allowed_null": false
|
5289
|
+
},
|
5290
|
+
{
|
5291
|
+
"disabled": false,
|
5292
|
+
"document": "实例过期时间,后付费返回0000-00-00 00:00:00",
|
5293
|
+
"example": "0000-00-00 00:00:00",
|
5294
|
+
"member": "string",
|
5295
|
+
"name": "ExpireTime",
|
5296
|
+
"output_required": false,
|
5297
|
+
"type": "string",
|
5298
|
+
"value_allowed_null": false
|
5299
|
+
},
|
5300
|
+
{
|
5301
|
+
"disabled": false,
|
5302
|
+
"document": "实例隔离时间,未隔离返回0000-00-00 00:00:00。",
|
5303
|
+
"example": "0000-00-00 00:00:00",
|
5304
|
+
"member": "string",
|
5305
|
+
"name": "IsolateTime",
|
5306
|
+
"output_required": false,
|
5307
|
+
"type": "string",
|
5308
|
+
"value_allowed_null": false
|
5309
|
+
},
|
5310
|
+
{
|
5311
|
+
"disabled": false,
|
5312
|
+
"document": "实例创建时间。",
|
5313
|
+
"example": "0000-00-00 00:00:00",
|
5314
|
+
"member": "string",
|
5315
|
+
"name": "CreateTime",
|
5316
|
+
"output_required": false,
|
5317
|
+
"type": "string",
|
5318
|
+
"value_allowed_null": false
|
5319
|
+
},
|
5320
|
+
{
|
5321
|
+
"disabled": false,
|
5322
|
+
"document": "实例状态码,-2: \"TERMINATED\", 2: \"RUNNING\", 14: \"TERMINATING\", 19: \"ISOLATING\", 22: \"ADJUSTING\", 201: \"ISOLATED\"。",
|
5323
|
+
"example": "2",
|
5324
|
+
"member": "int64",
|
5325
|
+
"name": "Status",
|
5326
|
+
"output_required": false,
|
5327
|
+
"type": "int",
|
5328
|
+
"value_allowed_null": false
|
5329
|
+
},
|
5330
|
+
{
|
5331
|
+
"disabled": false,
|
5332
|
+
"document": "自动续费标记, 0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费,若业务无续费概念为0",
|
5333
|
+
"example": "0",
|
5334
|
+
"member": "int64",
|
5335
|
+
"name": "AutoRenewFlag",
|
5336
|
+
"output_required": false,
|
5337
|
+
"type": "int",
|
5338
|
+
"value_allowed_null": false
|
5339
|
+
},
|
5340
|
+
{
|
5341
|
+
"disabled": false,
|
5342
|
+
"document": "实例节点总数。",
|
5343
|
+
"example": "3",
|
5344
|
+
"member": "int64",
|
5345
|
+
"name": "NodeNum",
|
5346
|
+
"output_required": false,
|
5347
|
+
"type": "int",
|
5348
|
+
"value_allowed_null": false
|
5349
|
+
},
|
5241
5350
|
{
|
5242
5351
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5243
5352
|
"member": "string",
|
@@ -5298,7 +5407,7 @@
|
|
5298
5407
|
{
|
5299
5408
|
"disabled": false,
|
5300
5409
|
"document": "过滤条件:维护状态\n0代表所有状态\n1代表正常模式\n2代表维护模式\n",
|
5301
|
-
"example": "
|
5410
|
+
"example": "0",
|
5302
5411
|
"member": "int64",
|
5303
5412
|
"name": "MaintainStateId",
|
5304
5413
|
"required": false,
|
@@ -5307,7 +5416,7 @@
|
|
5307
5416
|
{
|
5308
5417
|
"disabled": false,
|
5309
5418
|
"document": "过滤条件:操作状态\n0代表所有状态\n1代表已启动\n2代表已停止",
|
5310
|
-
"example": "
|
5419
|
+
"example": "0",
|
5311
5420
|
"member": "int64",
|
5312
5421
|
"name": "OperatorStateId",
|
5313
5422
|
"required": false,
|
@@ -5316,7 +5425,7 @@
|
|
5316
5425
|
{
|
5317
5426
|
"disabled": false,
|
5318
5427
|
"document": "过滤条件:健康状态\n\"0\"代表不可用\n\"1\"代表良好\n\"-2\"代表未知\n\"-99\"代表所有\n\"-3\"代表存在隐患\n\"-4\"代表未探测",
|
5319
|
-
"example": "
|
5428
|
+
"example": "\"0\"",
|
5320
5429
|
"member": "string",
|
5321
5430
|
"name": "HealthStateId",
|
5322
5431
|
"required": false,
|
@@ -5325,7 +5434,7 @@
|
|
5325
5434
|
{
|
5326
5435
|
"disabled": false,
|
5327
5436
|
"document": "服务组件名称,都是大写例如YARN",
|
5328
|
-
"example": "
|
5437
|
+
"example": "\"YARN\"",
|
5329
5438
|
"member": "string",
|
5330
5439
|
"name": "ServiceName",
|
5331
5440
|
"required": false,
|
@@ -5333,8 +5442,8 @@
|
|
5333
5442
|
},
|
5334
5443
|
{
|
5335
5444
|
"disabled": false,
|
5336
|
-
"document": "
|
5337
|
-
"example": "
|
5445
|
+
"document": "节点名称master,core,task,common,router",
|
5446
|
+
"example": "\"master\"",
|
5338
5447
|
"member": "string",
|
5339
5448
|
"name": "NodeTypeName",
|
5340
5449
|
"required": false,
|
@@ -5562,7 +5671,7 @@
|
|
5562
5671
|
{
|
5563
5672
|
"disabled": false,
|
5564
5673
|
"document": "总数,分页查询时使用",
|
5565
|
-
"example": "
|
5674
|
+
"example": "10",
|
5566
5675
|
"member": "int64",
|
5567
5676
|
"name": "TotalCount",
|
5568
5677
|
"output_required": true,
|
@@ -5811,7 +5920,7 @@
|
|
5811
5920
|
{
|
5812
5921
|
"disabled": false,
|
5813
5922
|
"document": "总数",
|
5814
|
-
"example": "
|
5923
|
+
"example": "10",
|
5815
5924
|
"member": "int64",
|
5816
5925
|
"name": "Total",
|
5817
5926
|
"output_required": true,
|
@@ -5867,7 +5976,7 @@
|
|
5867
5976
|
{
|
5868
5977
|
"disabled": false,
|
5869
5978
|
"document": "队列信息。是一个对象转成的json字符串,对应的golang结构体如下所示,例如`QueueWithConfigSetForFairScheduler`的第一个字段`Name`:```Name string `json:\"name\"` //队列名称```- `Name`:字段名- `string`:字段类型- `json:\"name\"`:表示在序列化和反序列化`json`时,对应的`json key`,下面以`json key`来指代- `//`:后面的注释内容对应页面上看到的名称字段类型以`*`开头的表示取值可能为json规范下的null,不同的语言需要使用能表达null的类型来接收,例如java的包装类型;字段类型以`[]`开头的表示是数组类型;`json key`在调用`ModifyYarnQueueV2 `接口也会使用。- 公平调度器```type QueueWithConfigSetForFairScheduler struct {\tName string `json:\"name\"` //队列名称\tMyId string `json:\"myId\"` // 队列id,用于编辑、删除、克隆时使用\tParentId string `json:\"parentId\"` // 父队列Id\tType *string `json:\"type\"` // 队列归属。parent或空,当确定某个队列是父队列,且没有子队列时,才可以设置,通常用来支持放置策略nestedUserQueue\tAclSubmitApps *AclForYarnQueue `json:\"aclSubmitApps\"` // 提交访问控制\tAclAdministerApps *AclForYarnQueue `json:\"aclAdministerApps\"` // 管理访问控制\tMinSharePreemptionTimeout *int `json:\"minSharePreemptionTimeout\"` // 最小共享优先权超时时间\tFairSharePreemptionTimeout *int `json:\"fairSharePreemptionTimeout\"` // 公平份额抢占超时时间\tFairSharePreemptionThreshold *float32 `json:\"fairSharePreemptionThreshold\"` // 公平份额抢占阈值。取值 (0,1]\tAllowPreemptionFrom *bool `json:\"allowPreemptionFrom\"` // 抢占模式\tSchedulingPolicy *string `json:\"schedulingPolicy\"` // 调度策略,取值有drf、fair、fifo\tIsDefault *bool `json:\"isDefault\"` // 是否是root.default队列\tIsRoot *bool `json:\"isRoot\"` // 是否是root队列\tConfigSets []ConfigSetForFairScheduler `json:\"configSets\"` // 配置集设置\tChildren []QueueWithConfigSetForFairScheduler `json:\"queues\"` // 子队列信息。递归}type AclForYarnQueue struct {\tUser *string `json:\"user\"` //用户名\tGroup *string `json:\"group\"`//组名}type ConfigSetForFairScheduler struct {\tName string `json:\"name\"` // 配置集名称\tMinResources *YarnResource `json:\"minResources\"` // 最小资源量\tMaxResources *YarnResource `json:\"maxResources\"` // 最大资源量\tMaxChildResources *YarnResource `json:\"maxChildResources\"` // 能够分配给为未声明子队列的最大资源量\tMaxRunningApps *int `json:\"maxRunningApps\"` // 最高可同时处于运行的App数量\tWeight *float32 `json:\"weight\"` // 权重\tMaxAMShare *float32 `json:\"maxAMShare\"` // App Master最大份额}type YarnResource struct {\tVcores *int `json:\"vcores\"`\tMemory *int `json:\"memory\"`\tType *string `json:\"type\"` // 当值为`percent`时,表示使用的百分比,否则就是使用的绝对数值}```- 容量调度器```type QueueForCapacitySchedulerV3 struct {\tName string `json:\"name\"` // 队列名称\tMyId string `json:\"myId\"` // 队列id,用于编辑、删除、克隆时使用\tParentId string `json:\"parentId\"` // 父队列Id\tConfigs []ConfigForCapacityV3 `json:\"configs\"` //配置集设置\tState *string `json:\"state\"` // 资源池状态\tDefaultNodeLabelExpression *string `json:\"default-node-label-expression\"` // 默认标签表达式\tAclSubmitApps *AclForYarnQueue `json:\"acl_submit_applications\"` // 提交访问控制\tAclAdminQueue *AclForYarnQueue `json:\"acl_administer_queue\"` //管理访问控制\tMaxAllocationMB *int32 `json:\"maximum-allocation-mb\"` // 分配Container最大内存数量\tMaxAllocationVcores *int32 `json:\"maximum-allocation-vcores\"` // Container最大vCore数量\tIsDefault *bool `json:\"isDefault\"`// 是否是root.default队列\tIsRoot *bool `json:\"isRoot\"` // 是否是root队列\tQueues []*QueueForCapacitySchedulerV3 `json:\"queues\"`//子队列信息。递归}type ConfigForCapacityV3 struct {\tName string `json:\"configName\"` // 配置集名称\tLabels []CapacityLabel `json:\"labels\"` // 标签信息\tMinUserLimitPercent *int32 `json:\"minimum-user-limit-percent\"` // 用户最小容量\tUserLimitFactor *float32 `json:\"user-limit-factor\" valid:\"rangeExcludeLeft(0|)\"` // 用户资源因子\tMaxApps *int32 `json:\"maximum-applications\" valid:\"rangeExcludeLeft(0|)\"` // 最大应用数Max-Applications\tMaxAmPercent *float32 `json:\"maximum-am-resource-percent\"` // 最大AM比例\tDefaultApplicationPriority *int32 `json:\"default-application-priority\"` // 资源池优先级}type CapacityLabel struct {\tName string `json:\"labelName\"`\tCapacity *float32 `json:\"capacity\"` // 容量\tMaxCapacity *float32 `json:\"maximum-capacity\"` //最大容量}type AclForYarnQueue struct {\tUser *string `json:\"user\"` //用户名\tGroup *string `json:\"group\"`//组名}```",
|
5870
|
-
"example": "
|
5979
|
+
"example": "{\\\"name\\\":\\\"root\\\",\\\"myId\\\":\\\"root\\\",\\\"parentId\\\":\\\"root\\\",\\\"configs\\\":[...]}",
|
5871
5980
|
"member": "string",
|
5872
5981
|
"name": "Queue",
|
5873
5982
|
"output_required": true,
|
@@ -5988,7 +6097,7 @@
|
|
5988
6097
|
{
|
5989
6098
|
"disabled": false,
|
5990
6099
|
"document": "调度类型筛选列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
5991
|
-
"example": "
|
6100
|
+
"example": "[\"Capacity Scheduler\",\"Fair Scheduler\"]",
|
5992
6101
|
"member": "string",
|
5993
6102
|
"name": "SchedulerNameList",
|
5994
6103
|
"output_required": true,
|
@@ -5998,7 +6107,7 @@
|
|
5998
6107
|
{
|
5999
6108
|
"disabled": false,
|
6000
6109
|
"document": "状态筛选列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
6001
|
-
"example": "
|
6110
|
+
"example": "[0,1,2,-1]",
|
6002
6111
|
"member": "int64",
|
6003
6112
|
"name": "StateList",
|
6004
6113
|
"output_required": true,
|
@@ -7944,7 +8053,7 @@
|
|
7944
8053
|
{
|
7945
8054
|
"disabled": false,
|
7946
8055
|
"document": "购买实例的时间单位。取值范围:\n<li>s:表示秒。PayMode取值为0时,TimeUnit只能取值为s。</li>\n<li>m:表示月份。PayMode取值为1时,TimeUnit只能取值为m。</li>",
|
7947
|
-
"example": "
|
8056
|
+
"example": "s",
|
7948
8057
|
"member": "string",
|
7949
8058
|
"name": "TimeUnit",
|
7950
8059
|
"required": true,
|
@@ -7953,7 +8062,7 @@
|
|
7953
8062
|
{
|
7954
8063
|
"disabled": false,
|
7955
8064
|
"document": "购买实例的时长。结合TimeUnit一起使用。\n<li>TimeUnit为s时,该参数只能填写3600,表示按量计费实例。</li>\n<li>TimeUnit为m时,该参数填写的数字表示包年包月实例的购买时长,如1表示购买一个月</li>",
|
7956
|
-
"example": "
|
8065
|
+
"example": "3600",
|
7957
8066
|
"member": "uint64",
|
7958
8067
|
"name": "TimeSpan",
|
7959
8068
|
"required": true,
|
@@ -7962,7 +8071,7 @@
|
|
7962
8071
|
{
|
7963
8072
|
"disabled": false,
|
7964
8073
|
"document": "货币种类。取值范围:\n<li>CNY:表示人民币。</li>",
|
7965
|
-
"example": "
|
8074
|
+
"example": "CNY",
|
7966
8075
|
"member": "string",
|
7967
8076
|
"name": "Currency",
|
7968
8077
|
"required": true,
|
@@ -7971,7 +8080,7 @@
|
|
7971
8080
|
{
|
7972
8081
|
"disabled": false,
|
7973
8082
|
"document": "实例计费模式。取值范围:\n<li>0:表示按量计费。</li>\n<li>1:表示包年包月。</li>",
|
7974
|
-
"example": "
|
8083
|
+
"example": "0",
|
7975
8084
|
"member": "uint64",
|
7976
8085
|
"name": "PayMode",
|
7977
8086
|
"required": true,
|
@@ -7980,7 +8089,7 @@
|
|
7980
8089
|
{
|
7981
8090
|
"disabled": false,
|
7982
8091
|
"document": "是否开启节点高可用。取值范围:\n<li>0:表示不开启节点高可用。</li>\n<li>1:表示开启节点高可用。\u0007</li>",
|
7983
|
-
"example": "
|
8092
|
+
"example": "0",
|
7984
8093
|
"member": "uint64",
|
7985
8094
|
"name": "SupportHA",
|
7986
8095
|
"required": true,
|
@@ -7989,7 +8098,7 @@
|
|
7989
8098
|
{
|
7990
8099
|
"disabled": false,
|
7991
8100
|
"document": "部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:<li>ProductId为2(EMR-V2.0.1)的时候,必选组件包括:hdfs-2.7.3,yarn-2.7.3,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为16(EMR-V2.3.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.5.5,knox-1.2.0</li><li>ProductId为20(EMR-V2.5.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为30(EMR-V2.6.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为38(EMR-V2.7.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为57(EMR-V2.8.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为7(EMR-V3.0.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为25(EMR-V3.1.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为31(EMR-V3.1.1)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为28(EMR-V3.2.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为33(EMR-V3.2.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为34(EMR-V3.3.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为37(EMR-V3.4.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为44(EMR-V3.5.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为53(EMR-V3.6.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为58(EMR-V3.6.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.46,knox-1.6.1</li><li>ProductId为47(EMR-V4.0.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li>",
|
7992
|
-
"example": "
|
8101
|
+
"example": "[hdfs-2.7.3]",
|
7993
8102
|
"member": "string",
|
7994
8103
|
"name": "Software",
|
7995
8104
|
"required": true,
|
@@ -8025,7 +8134,7 @@
|
|
8025
8134
|
{
|
8026
8135
|
"disabled": false,
|
8027
8136
|
"document": "hive共享元数据库类型。取值范围:\n<li>EMR_NEW_META:表示集群默认创建</li>\n<li>EMR_EXIT_METE:表示集群使用指定EMR-MetaDB。</li>\n<li>USER_CUSTOM_META:表示集群使用自定义MetaDB。</li>",
|
8028
|
-
"example": "
|
8137
|
+
"example": "EMR_NEW_META",
|
8029
8138
|
"member": "string",
|
8030
8139
|
"name": "MetaType",
|
8031
8140
|
"required": false,
|
@@ -8034,7 +8143,7 @@
|
|
8034
8143
|
{
|
8035
8144
|
"disabled": false,
|
8036
8145
|
"document": "EMR-MetaDB实例",
|
8037
|
-
"example": "
|
8146
|
+
"example": "cdb-xxx",
|
8038
8147
|
"member": "string",
|
8039
8148
|
"name": "UnifyMetaInstanceId",
|
8040
8149
|
"required": false,
|
@@ -8052,7 +8161,7 @@
|
|
8052
8161
|
{
|
8053
8162
|
"disabled": false,
|
8054
8163
|
"document": "产品ID,不同产品ID表示不同的EMR产品版本。取值范围:<li>2:表示EMR-V2.0.1</li><li>16:表示EMR-V2.3.0</li><li>20:表示EMR-V2.5.0</li><li>30:表示EMR-V2.6.0</li><li>38:表示EMR-V2.7.0</li><li>57:表示EMR-V2.8.0</li><li>7:表示EMR-V3.0.0</li><li>25:表示EMR-V3.1.0</li><li>31:表示EMR-V3.1.1</li><li>28:表示EMR-V3.2.0</li><li>33:表示EMR-V3.2.1</li><li>34:表示EMR-V3.3.0</li><li>37:表示EMR-V3.4.0</li><li>44:表示EMR-V3.5.0</li><li>53:表示EMR-V3.6.0</li><li>58:表示EMR-V3.6.1</li><li>47:表示EMR-V4.0.0</li>",
|
8055
|
-
"example": "
|
8164
|
+
"example": "47",
|
8056
8165
|
"member": "uint64",
|
8057
8166
|
"name": "ProductId",
|
8058
8167
|
"required": false,
|
@@ -8060,8 +8169,8 @@
|
|
8060
8169
|
},
|
8061
8170
|
{
|
8062
8171
|
"disabled": false,
|
8063
|
-
"document": "
|
8064
|
-
"example": "
|
8172
|
+
"document": "场景化取值:Hadoop-Kudu,Hadoop-Zookeeper,Hadoop-Presto,Hadoop-Hbase",
|
8173
|
+
"example": "Hadoop-Hbase",
|
8065
8174
|
"member": "string",
|
8066
8175
|
"name": "SceneName",
|
8067
8176
|
"required": false,
|
@@ -8079,7 +8188,7 @@
|
|
8079
8188
|
{
|
8080
8189
|
"disabled": false,
|
8081
8190
|
"document": "当前默认值为0,跨AZ特性支持后为1",
|
8082
|
-
"example": "
|
8191
|
+
"example": "0",
|
8083
8192
|
"member": "uint64",
|
8084
8193
|
"name": "VersionID",
|
8085
8194
|
"required": false,
|
@@ -8103,7 +8212,7 @@
|
|
8103
8212
|
{
|
8104
8213
|
"disabled": false,
|
8105
8214
|
"document": "原价,单位为元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8106
|
-
"example": "
|
8215
|
+
"example": "2.54",
|
8107
8216
|
"member": "float",
|
8108
8217
|
"name": "OriginalCost",
|
8109
8218
|
"output_required": true,
|
@@ -8113,7 +8222,7 @@
|
|
8113
8222
|
{
|
8114
8223
|
"disabled": false,
|
8115
8224
|
"document": "折扣价,单位为元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8116
|
-
"example": "
|
8225
|
+
"example": "1.52",
|
8117
8226
|
"member": "float",
|
8118
8227
|
"name": "DiscountCost",
|
8119
8228
|
"output_required": true,
|
@@ -8123,7 +8232,7 @@
|
|
8123
8232
|
{
|
8124
8233
|
"disabled": false,
|
8125
8234
|
"document": "购买实例的时间单位。取值范围:\n<li>s:表示秒。</li>\n<li>m:表示月份。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
8126
|
-
"example": "
|
8235
|
+
"example": "s",
|
8127
8236
|
"member": "string",
|
8128
8237
|
"name": "TimeUnit",
|
8129
8238
|
"output_required": true,
|
@@ -8133,7 +8242,7 @@
|
|
8133
8242
|
{
|
8134
8243
|
"disabled": false,
|
8135
8244
|
"document": "购买实例的时长。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8136
|
-
"example": "
|
8245
|
+
"example": "3600",
|
8137
8246
|
"member": "int64",
|
8138
8247
|
"name": "TimeSpan",
|
8139
8248
|
"output_required": true,
|
@@ -8409,7 +8518,7 @@
|
|
8409
8518
|
{
|
8410
8519
|
"disabled": false,
|
8411
8520
|
"document": "原价,单位为元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8412
|
-
"example": "
|
8521
|
+
"example": "2.54",
|
8413
8522
|
"member": "string",
|
8414
8523
|
"name": "OriginalCost",
|
8415
8524
|
"output_required": true,
|
@@ -8419,7 +8528,7 @@
|
|
8419
8528
|
{
|
8420
8529
|
"disabled": false,
|
8421
8530
|
"document": "折扣价,单位为元。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8422
|
-
"example": "
|
8531
|
+
"example": "1.52",
|
8423
8532
|
"member": "string",
|
8424
8533
|
"name": "DiscountCost",
|
8425
8534
|
"output_required": true,
|
@@ -8429,7 +8538,7 @@
|
|
8429
8538
|
{
|
8430
8539
|
"disabled": false,
|
8431
8540
|
"document": "扩容的时间单位。取值范围:\n<li>s:表示秒。</li>\n<li>m:表示月份。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
8432
|
-
"example": "
|
8541
|
+
"example": "s",
|
8433
8542
|
"member": "string",
|
8434
8543
|
"name": "Unit",
|
8435
8544
|
"output_required": true,
|
@@ -10115,7 +10224,7 @@
|
|
10115
10224
|
{
|
10116
10225
|
"disabled": false,
|
10117
10226
|
"document": "错误信息,预留\n注意:此字段可能返回 null,表示取不到有效值。",
|
10118
|
-
"example": "
|
10227
|
+
"example": "\"ErrorMsg\"",
|
10119
10228
|
"member": "string",
|
10120
10229
|
"name": "ErrorMsg",
|
10121
10230
|
"output_required": true,
|
@@ -11383,6 +11492,34 @@
|
|
11383
11492
|
],
|
11384
11493
|
"usage": "out"
|
11385
11494
|
},
|
11495
|
+
"Period": {
|
11496
|
+
"document": "Serverless HBase包年包月时间",
|
11497
|
+
"members": [
|
11498
|
+
{
|
11499
|
+
"disabled": false,
|
11500
|
+
"document": "时间跨度\n注意:此字段可能返回 null,表示取不到有效值。",
|
11501
|
+
"example": "1",
|
11502
|
+
"member": "int64",
|
11503
|
+
"name": "TimeSpan",
|
11504
|
+
"output_required": false,
|
11505
|
+
"required": true,
|
11506
|
+
"type": "int",
|
11507
|
+
"value_allowed_null": true
|
11508
|
+
},
|
11509
|
+
{
|
11510
|
+
"disabled": false,
|
11511
|
+
"document": "时间单位,\"m\"代表月。\n注意:此字段可能返回 null,表示取不到有效值。",
|
11512
|
+
"example": "m",
|
11513
|
+
"member": "string",
|
11514
|
+
"name": "TimeUnit",
|
11515
|
+
"output_required": false,
|
11516
|
+
"required": false,
|
11517
|
+
"type": "string",
|
11518
|
+
"value_allowed_null": true
|
11519
|
+
}
|
11520
|
+
],
|
11521
|
+
"usage": "both"
|
11522
|
+
},
|
11386
11523
|
"PersistentVolumeContext": {
|
11387
11524
|
"document": "Pod PVC存储方式描述",
|
11388
11525
|
"members": [
|
@@ -12076,6 +12213,34 @@
|
|
12076
12213
|
],
|
12077
12214
|
"usage": "in"
|
12078
12215
|
},
|
12216
|
+
"PrePaySetting": {
|
12217
|
+
"document": "Serverless HBase 预付费设置",
|
12218
|
+
"members": [
|
12219
|
+
{
|
12220
|
+
"disabled": false,
|
12221
|
+
"document": "时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
12222
|
+
"example": "无",
|
12223
|
+
"member": "Period",
|
12224
|
+
"name": "Period",
|
12225
|
+
"output_required": false,
|
12226
|
+
"required": true,
|
12227
|
+
"type": "object",
|
12228
|
+
"value_allowed_null": true
|
12229
|
+
},
|
12230
|
+
{
|
12231
|
+
"disabled": false,
|
12232
|
+
"document": "自动续费标记,0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
|
12233
|
+
"example": "0",
|
12234
|
+
"member": "int64",
|
12235
|
+
"name": "AutoRenewFlag",
|
12236
|
+
"output_required": false,
|
12237
|
+
"required": true,
|
12238
|
+
"type": "int",
|
12239
|
+
"value_allowed_null": true
|
12240
|
+
}
|
12241
|
+
],
|
12242
|
+
"usage": "both"
|
12243
|
+
},
|
12079
12244
|
"PriceDetail": {
|
12080
12245
|
"document": "价格详情",
|
12081
12246
|
"members": [
|
@@ -12424,6 +12589,36 @@
|
|
12424
12589
|
"output_required": true,
|
12425
12590
|
"type": "int",
|
12426
12591
|
"value_allowed_null": false
|
12592
|
+
},
|
12593
|
+
{
|
12594
|
+
"disabled": false,
|
12595
|
+
"document": "系统盘大小\n注意:此字段可能返回 null,表示取不到有效值。",
|
12596
|
+
"example": "50",
|
12597
|
+
"member": "int64",
|
12598
|
+
"name": "RootSize",
|
12599
|
+
"output_required": false,
|
12600
|
+
"type": "int",
|
12601
|
+
"value_allowed_null": true
|
12602
|
+
},
|
12603
|
+
{
|
12604
|
+
"disabled": false,
|
12605
|
+
"document": "系统盘类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
12606
|
+
"example": "5高效云盘",
|
12607
|
+
"member": "int64",
|
12608
|
+
"name": "RootStorageType",
|
12609
|
+
"output_required": false,
|
12610
|
+
"type": "int",
|
12611
|
+
"value_allowed_null": true
|
12612
|
+
},
|
12613
|
+
{
|
12614
|
+
"disabled": false,
|
12615
|
+
"document": "数据盘信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
12616
|
+
"example": "[]",
|
12617
|
+
"member": "MultiDiskMC",
|
12618
|
+
"name": "MCMultiDisk",
|
12619
|
+
"output_required": false,
|
12620
|
+
"type": "list",
|
12621
|
+
"value_allowed_null": true
|
12427
12622
|
}
|
12428
12623
|
],
|
12429
12624
|
"usage": "out"
|
@@ -12515,7 +12710,7 @@
|
|
12515
12710
|
{
|
12516
12711
|
"disabled": false,
|
12517
12712
|
"document": "要重置的配置别名,可选值:\n\n- capacityLabel:重置标签管理的配置\n- fair:重置公平调度的配置\n- capacity:重置容量调度的配置",
|
12518
|
-
"example": "
|
12713
|
+
"example": "capacityLabel",
|
12519
12714
|
"member": "string",
|
12520
12715
|
"name": "Key",
|
12521
12716
|
"required": false,
|
@@ -12820,7 +13015,7 @@
|
|
12820
13015
|
{
|
12821
13016
|
"disabled": false,
|
12822
13017
|
"document": "作业名称。",
|
12823
|
-
"example": "
|
13018
|
+
"example": "job-name",
|
12824
13019
|
"member": "string",
|
12825
13020
|
"name": "Name",
|
12826
13021
|
"required": true,
|
@@ -12856,7 +13051,7 @@
|
|
12856
13051
|
{
|
12857
13052
|
"disabled": false,
|
12858
13053
|
"document": "只有CreateCluster为true时生效,目前只支持EMR版本,例如EMR-2.2.0,不支持ClickHouse和Druid版本。",
|
12859
|
-
"example": "
|
13054
|
+
"example": "EMR-3.6.0",
|
12860
13055
|
"member": "string",
|
12861
13056
|
"name": "ProductVersion",
|
12862
13057
|
"required": false,
|
@@ -12865,7 +13060,7 @@
|
|
12865
13060
|
{
|
12866
13061
|
"disabled": false,
|
12867
13062
|
"document": "只在CreateCluster为true时生效。\ntrue 表示安装kerberos,false表示不安装kerberos。",
|
12868
|
-
"example": "
|
13063
|
+
"example": "true",
|
12869
13064
|
"member": "bool",
|
12870
13065
|
"name": "SecurityClusterFlag",
|
12871
13066
|
"required": false,
|
@@ -12874,7 +13069,7 @@
|
|
12874
13069
|
{
|
12875
13070
|
"disabled": false,
|
12876
13071
|
"document": "只在CreateCluster为true时生效。\n新建集群时,要安装的软件列表。",
|
12877
|
-
"example": "
|
13072
|
+
"example": "[\"hadoop-2.8.4\\n\",\"zookeeper-3.4.9\\n\",\"knox-1.2.0\\n\"]",
|
12878
13073
|
"member": "string",
|
12879
13074
|
"name": "Software",
|
12880
13075
|
"required": false,
|
@@ -12901,7 +13096,7 @@
|
|
12901
13096
|
{
|
12902
13097
|
"disabled": false,
|
12903
13098
|
"document": "作业日志保存地址。",
|
12904
|
-
"example": "
|
13099
|
+
"example": "uri/test",
|
12905
13100
|
"member": "string",
|
12906
13101
|
"name": "LogUri",
|
12907
13102
|
"required": false,
|
@@ -12910,7 +13105,7 @@
|
|
12910
13105
|
{
|
12911
13106
|
"disabled": false,
|
12912
13107
|
"document": "只在CreateCluster为false时生效。",
|
12913
|
-
"example": "
|
13108
|
+
"example": "emr-on1234",
|
12914
13109
|
"member": "string",
|
12915
13110
|
"name": "InstanceId",
|
12916
13111
|
"required": false,
|
@@ -12919,7 +13114,7 @@
|
|
12919
13114
|
{
|
12920
13115
|
"disabled": false,
|
12921
13116
|
"document": "自定义应用角色,大数据应用访问外部服务时使用的角色,默认为\"EME_QCSRole\"。",
|
12922
|
-
"example": "
|
13117
|
+
"example": "EME_QCSRole",
|
12923
13118
|
"member": "string",
|
12924
13119
|
"name": "ApplicationRole",
|
12925
13120
|
"required": false,
|
@@ -12928,7 +13123,7 @@
|
|
12928
13123
|
{
|
12929
13124
|
"disabled": false,
|
12930
13125
|
"document": "重入标签,用来可重入检查,防止在一段时间内,创建相同的流程作业。",
|
12931
|
-
"example": "
|
13126
|
+
"example": "\"test-test\"",
|
12932
13127
|
"member": "string",
|
12933
13128
|
"name": "ClientToken",
|
12934
13129
|
"required": false,
|
@@ -12955,7 +13150,7 @@
|
|
12955
13150
|
"example": "42",
|
12956
13151
|
"member": "int64",
|
12957
13152
|
"name": "JobFlowId",
|
12958
|
-
"
|
13153
|
+
"output_required": true,
|
12959
13154
|
"type": "int",
|
12960
13155
|
"value_allowed_null": false
|
12961
13156
|
},
|
@@ -12969,7 +13164,7 @@
|
|
12969
13164
|
"type": "object"
|
12970
13165
|
},
|
12971
13166
|
"SLInstanceInfo": {
|
12972
|
-
"document": "
|
13167
|
+
"document": "Serverless HBase 实例信息",
|
12973
13168
|
"members": [
|
12974
13169
|
{
|
12975
13170
|
"disabled": false,
|
@@ -13120,6 +13315,36 @@
|
|
13120
13315
|
"output_required": false,
|
13121
13316
|
"type": "list",
|
13122
13317
|
"value_allowed_null": true
|
13318
|
+
},
|
13319
|
+
{
|
13320
|
+
"disabled": false,
|
13321
|
+
"document": "自动续费标记, 0:表示通知即将过期,但不自动续费 1:表示通知即将过期,而且自动续费 2:表示不通知即将过期,也不自动续费,若业务无续费概念,设置为0",
|
13322
|
+
"example": "0",
|
13323
|
+
"member": "uint64",
|
13324
|
+
"name": "AutoRenewFlag",
|
13325
|
+
"output_required": false,
|
13326
|
+
"type": "int",
|
13327
|
+
"value_allowed_null": false
|
13328
|
+
},
|
13329
|
+
{
|
13330
|
+
"disabled": false,
|
13331
|
+
"document": "隔离时间,未隔离返回0000-00-00 00:00:00。",
|
13332
|
+
"example": "0000-00-00 00:00:00",
|
13333
|
+
"member": "string",
|
13334
|
+
"name": "IsolateTime",
|
13335
|
+
"output_required": false,
|
13336
|
+
"type": "string",
|
13337
|
+
"value_allowed_null": false
|
13338
|
+
},
|
13339
|
+
{
|
13340
|
+
"disabled": false,
|
13341
|
+
"document": "过期时间,后付费返回0000-00-00 00:00:00",
|
13342
|
+
"example": "0000-00-00 00:00:00",
|
13343
|
+
"member": "string",
|
13344
|
+
"name": "ExpireTime",
|
13345
|
+
"output_required": false,
|
13346
|
+
"type": "string",
|
13347
|
+
"value_allowed_null": false
|
13123
13348
|
}
|
13124
13349
|
],
|
13125
13350
|
"usage": "out"
|
@@ -13184,7 +13409,7 @@
|
|
13184
13409
|
{
|
13185
13410
|
"disabled": false,
|
13186
13411
|
"document": "扩容部署服务,新增节点将默认继承当前节点类型中所部署服务,部署服务含默认可选服务,该参数仅支持可选服务填写,如:存量task节点已部署HDFS、YARN、impala;使用api扩容task节不部署impala时,部署服务仅填写HDFS、YARN。[组件名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)。",
|
13187
|
-
"example": "
|
13412
|
+
"example": "[1,2]",
|
13188
13413
|
"member": "int64",
|
13189
13414
|
"name": "SoftDeployInfo",
|
13190
13415
|
"required": false,
|
@@ -13193,7 +13418,7 @@
|
|
13193
13418
|
{
|
13194
13419
|
"disabled": false,
|
13195
13420
|
"document": "部署进程,默认部署扩容服务的全部进程,支持修改部署进程,如:当前task节点部署服务为:HDFS、YARN、impala,默认部署服务为:DataNode,NodeManager,ImpalaServer,若用户需修改部署进程信息,部署进程:\tDataNode,NodeManager,ImpalaServerCoordinator或DataNode,NodeManager,ImpalaServerExecutor。[进程名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)。",
|
13196
|
-
"example": "
|
13421
|
+
"example": "[7]",
|
13197
13422
|
"member": "int64",
|
13198
13423
|
"name": "ServiceNodeInfo",
|
13199
13424
|
"required": false,
|
@@ -13202,7 +13427,7 @@
|
|
13202
13427
|
{
|
13203
13428
|
"disabled": false,
|
13204
13429
|
"document": "分散置放群组ID列表,当前只支持指定一个。\n该参数可以通过调用 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810)的返回值中的DisasterRecoverGroupId字段来获取。",
|
13205
|
-
"example": "
|
13430
|
+
"example": "[\"ps-ery9dr5n\"]",
|
13206
13431
|
"member": "string",
|
13207
13432
|
"name": "DisasterRecoverGroupIds",
|
13208
13433
|
"required": false,
|
@@ -13220,7 +13445,7 @@
|
|
13220
13445
|
{
|
13221
13446
|
"disabled": false,
|
13222
13447
|
"document": "扩容所选资源类型,可选范围为\"host\",\"pod\",host为普通的CVM资源,Pod为TKE集群或EKS集群提供的资源",
|
13223
|
-
"example": "
|
13448
|
+
"example": "HOST",
|
13224
13449
|
"member": "string",
|
13225
13450
|
"name": "HardwareSourceType",
|
13226
13451
|
"required": false,
|
@@ -13238,7 +13463,7 @@
|
|
13238
13463
|
{
|
13239
13464
|
"disabled": false,
|
13240
13465
|
"document": "使用clickhouse集群扩容时,选择的机器分组名称",
|
13241
|
-
"example": "
|
13466
|
+
"example": "name-test",
|
13242
13467
|
"member": "string",
|
13243
13468
|
"name": "ClickHouseClusterName",
|
13244
13469
|
"required": false,
|
@@ -13247,7 +13472,7 @@
|
|
13247
13472
|
{
|
13248
13473
|
"disabled": false,
|
13249
13474
|
"document": "使用clickhouse集群扩容时,选择的机器分组类型。new为新增,old为选择旧分组",
|
13250
|
-
"example": "
|
13475
|
+
"example": "new",
|
13251
13476
|
"member": "string",
|
13252
13477
|
"name": "ClickHouseClusterType",
|
13253
13478
|
"required": false,
|
@@ -13256,7 +13481,7 @@
|
|
13256
13481
|
{
|
13257
13482
|
"disabled": false,
|
13258
13483
|
"document": "扩容指定 Yarn Node Label",
|
13259
|
-
"example": "
|
13484
|
+
"example": "CLOUD",
|
13260
13485
|
"member": "string",
|
13261
13486
|
"name": "YarnNodeLabel",
|
13262
13487
|
"required": false,
|
@@ -13265,7 +13490,7 @@
|
|
13265
13490
|
{
|
13266
13491
|
"disabled": false,
|
13267
13492
|
"document": "扩容后是否启动服务,默认取值否\n<li>true:是</li>\n<li>false:否</li>",
|
13268
|
-
"example": "
|
13493
|
+
"example": "true",
|
13269
13494
|
"member": "bool",
|
13270
13495
|
"name": "EnableStartServiceFlag",
|
13271
13496
|
"required": false,
|
@@ -13283,7 +13508,7 @@
|
|
13283
13508
|
{
|
13284
13509
|
"disabled": false,
|
13285
13510
|
"document": "实例所属的可用区,例如ap-guangzhou-1。该参数也可以通过调用[DescribeZones](https://cloud.tencent.com/document/product/213/15707) 的返回值中的Zone字段来获取。",
|
13286
|
-
"example": "
|
13511
|
+
"example": "ap-guangzhou-1",
|
13287
13512
|
"member": "string",
|
13288
13513
|
"name": "Zone",
|
13289
13514
|
"required": false,
|
@@ -13326,7 +13551,7 @@
|
|
13326
13551
|
{
|
13327
13552
|
"disabled": false,
|
13328
13553
|
"document": "客户端Token。\n注意:此字段可能返回 null,表示取不到有效值。",
|
13329
|
-
"example": "
|
13554
|
+
"example": "testtesttest",
|
13330
13555
|
"member": "string",
|
13331
13556
|
"name": "ClientToken",
|
13332
13557
|
"output_required": true,
|
@@ -13336,7 +13561,7 @@
|
|
13336
13561
|
{
|
13337
13562
|
"disabled": false,
|
13338
13563
|
"document": "扩容流程ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
13339
|
-
"example": "
|
13564
|
+
"example": "1928287",
|
13340
13565
|
"member": "int64",
|
13341
13566
|
"name": "FlowId",
|
13342
13567
|
"output_required": true,
|
@@ -13346,7 +13571,7 @@
|
|
13346
13571
|
{
|
13347
13572
|
"disabled": false,
|
13348
13573
|
"document": "查询流程状态,流程额外信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13349
|
-
"example": "
|
13574
|
+
"example": "1731833622-448635-8003549",
|
13350
13575
|
"member": "string",
|
13351
13576
|
"name": "TraceId",
|
13352
13577
|
"output_required": false,
|
@@ -13440,7 +13665,7 @@
|
|
13440
13665
|
{
|
13441
13666
|
"disabled": false,
|
13442
13667
|
"document": "扩容时不需要安装的进程。",
|
13443
|
-
"example": "[]",
|
13668
|
+
"example": "[53]",
|
13444
13669
|
"member": "uint64",
|
13445
13670
|
"name": "UnNecessaryNodeList",
|
13446
13671
|
"required": false,
|
@@ -13458,7 +13683,7 @@
|
|
13458
13683
|
{
|
13459
13684
|
"disabled": false,
|
13460
13685
|
"document": "部署的服务。\n<li>SoftDeployInfo和ServiceNodeInfo是同组参数,和UnNecessaryNodeList参数互斥。</li>\n<li>建议使用SoftDeployInfo和ServiceNodeInfo组合。</li>",
|
13461
|
-
"example": "[]",
|
13686
|
+
"example": "[1,2,25]",
|
13462
13687
|
"member": "uint64",
|
13463
13688
|
"name": "SoftDeployInfo",
|
13464
13689
|
"required": false,
|
@@ -13467,7 +13692,7 @@
|
|
13467
13692
|
{
|
13468
13693
|
"disabled": false,
|
13469
13694
|
"document": "启动的进程。",
|
13470
|
-
"example": "[]",
|
13695
|
+
"example": "[7]",
|
13471
13696
|
"member": "uint64",
|
13472
13697
|
"name": "ServiceNodeInfo",
|
13473
13698
|
"required": false,
|
@@ -13476,7 +13701,7 @@
|
|
13476
13701
|
{
|
13477
13702
|
"disabled": false,
|
13478
13703
|
"document": "分散置放群组ID列表,当前仅支持指定一个。",
|
13479
|
-
"example": "[]",
|
13704
|
+
"example": "[\"ps-ery9dr5n\"]",
|
13480
13705
|
"member": "string",
|
13481
13706
|
"name": "DisasterRecoverGroupIds",
|
13482
13707
|
"required": false,
|
@@ -13494,7 +13719,7 @@
|
|
13494
13719
|
{
|
13495
13720
|
"disabled": false,
|
13496
13721
|
"document": "扩容所选资源类型,可选范围为\"host\",\"pod\",host为普通的CVM资源,Pod为TKE集群或EKS集群提供的资源",
|
13497
|
-
"example": "
|
13722
|
+
"example": "HOST",
|
13498
13723
|
"member": "string",
|
13499
13724
|
"name": "HardwareResourceType",
|
13500
13725
|
"required": false,
|
@@ -13512,7 +13737,7 @@
|
|
13512
13737
|
{
|
13513
13738
|
"disabled": false,
|
13514
13739
|
"document": "使用clickhouse集群扩容时,选择的机器分组名称",
|
13515
|
-
"example": "
|
13740
|
+
"example": "name-test",
|
13516
13741
|
"member": "string",
|
13517
13742
|
"name": "ClickHouseClusterName",
|
13518
13743
|
"required": false,
|
@@ -13521,7 +13746,7 @@
|
|
13521
13746
|
{
|
13522
13747
|
"disabled": false,
|
13523
13748
|
"document": "使用clickhouse集群扩容时,选择的机器分组类型。new为新增,old为选择旧分组",
|
13524
|
-
"example": "
|
13749
|
+
"example": "new",
|
13525
13750
|
"member": "string",
|
13526
13751
|
"name": "ClickHouseClusterType",
|
13527
13752
|
"required": false,
|
@@ -13530,7 +13755,7 @@
|
|
13530
13755
|
{
|
13531
13756
|
"disabled": false,
|
13532
13757
|
"document": "规则扩容指定 yarn node label",
|
13533
|
-
"example": "
|
13758
|
+
"example": "CLOUD",
|
13534
13759
|
"member": "string",
|
13535
13760
|
"name": "YarnNodeLabel",
|
13536
13761
|
"required": false,
|
@@ -13584,7 +13809,7 @@
|
|
13584
13809
|
{
|
13585
13810
|
"disabled": false,
|
13586
13811
|
"document": "预设配置组",
|
13587
|
-
"example": "
|
13812
|
+
"example": "{\\\"HDFS-3.2.2\\\":-1,\\\"YARN-3.2.2\\\":-1}",
|
13588
13813
|
"member": "string",
|
13589
13814
|
"name": "ScaleOutServiceConfAssign",
|
13590
13815
|
"required": false,
|
@@ -13646,7 +13871,7 @@
|
|
13646
13871
|
{
|
13647
13872
|
"disabled": false,
|
13648
13873
|
"document": "客户端Token。\n注意:此字段可能返回 null,表示取不到有效值。",
|
13649
|
-
"example": "
|
13874
|
+
"example": "testtesttest",
|
13650
13875
|
"member": "string",
|
13651
13876
|
"name": "ClientToken",
|
13652
13877
|
"output_required": true,
|
@@ -13666,7 +13891,7 @@
|
|
13666
13891
|
{
|
13667
13892
|
"disabled": false,
|
13668
13893
|
"document": "大订单号。\n注意:此字段可能返回 null,表示取不到有效值。",
|
13669
|
-
"example": "
|
13894
|
+
"example": "20241118053073481639521",
|
13670
13895
|
"member": "string",
|
13671
13896
|
"name": "BillId",
|
13672
13897
|
"output_required": true,
|
@@ -13676,7 +13901,7 @@
|
|
13676
13901
|
{
|
13677
13902
|
"disabled": false,
|
13678
13903
|
"document": "扩容TraceId\n注意:此字段可能返回 null,表示取不到有效值。",
|
13679
|
-
"example": "
|
13904
|
+
"example": "1731867961-23673-5000362",
|
13680
13905
|
"member": "string",
|
13681
13906
|
"name": "TraceId",
|
13682
13907
|
"output_required": false,
|
@@ -14888,7 +15113,7 @@
|
|
14888
15113
|
{
|
14889
15114
|
"disabled": false,
|
14890
15115
|
"document": "当OpType为<li>StopMonitor</li>才有用,true表示进入维护模式但是仍然监控进程但是不拉起进程",
|
14891
|
-
"example": "
|
15116
|
+
"example": "true",
|
14892
15117
|
"member": "bool",
|
14893
15118
|
"name": "KeepMonitorButNotRecoverProcess",
|
14894
15119
|
"required": false,
|
@@ -15257,7 +15482,7 @@
|
|
15257
15482
|
{
|
15258
15483
|
"disabled": false,
|
15259
15484
|
"document": "优雅缩容开关\n <li>true:开启</li>\n <li>false:不开启</li>",
|
15260
|
-
"example": "
|
15485
|
+
"example": "true",
|
15261
15486
|
"member": "bool",
|
15262
15487
|
"name": "GraceDownFlag",
|
15263
15488
|
"required": false,
|
@@ -15266,7 +15491,7 @@
|
|
15266
15491
|
{
|
15267
15492
|
"disabled": false,
|
15268
15493
|
"document": "优雅缩容等待时间,时间范围60到1800 单位秒",
|
15269
|
-
"example": "
|
15494
|
+
"example": "60",
|
15270
15495
|
"member": "int64",
|
15271
15496
|
"name": "GraceDownTime",
|
15272
15497
|
"required": false,
|
@@ -15312,7 +15537,7 @@
|
|
15312
15537
|
{
|
15313
15538
|
"disabled": false,
|
15314
15539
|
"document": "销毁节点ID。该参数为预留参数,用户无需配置。",
|
15315
|
-
"example": "
|
15540
|
+
"example": "[\"id-test\"]",
|
15316
15541
|
"member": "string",
|
15317
15542
|
"name": "ResourceIds",
|
15318
15543
|
"required": false,
|
@@ -15321,7 +15546,7 @@
|
|
15321
15546
|
{
|
15322
15547
|
"disabled": false,
|
15323
15548
|
"document": "类型为ComputeResource和EMR以及默认,默认为EMR,类型为EMR时,InstanceId生效,类型为ComputeResource时,使用ComputeResourceId标识",
|
15324
|
-
"example": "
|
15549
|
+
"example": "ComputeResource",
|
15325
15550
|
"member": "string",
|
15326
15551
|
"name": "ResourceBaseType",
|
15327
15552
|
"required": false,
|
@@ -15330,7 +15555,7 @@
|
|
15330
15555
|
{
|
15331
15556
|
"disabled": false,
|
15332
15557
|
"document": "计算资源ID",
|
15333
|
-
"example": "
|
15558
|
+
"example": "emr-cr-0xrwm3bb",
|
15334
15559
|
"member": "string",
|
15335
15560
|
"name": "ComputeResourceId",
|
15336
15561
|
"required": false,
|