tccli 3.0.1407.1__py2.py3-none-any.whl → 3.1.6.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/argument.py +13 -2
- tccli/main.py +0 -5
- tccli/services/__init__.py +9 -0
- tccli/services/aai/aai_client.py +20 -8
- tccli/services/aca/aca_client.py +40 -16
- tccli/services/acp/acp_client.py +40 -16
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/af/af_client.py +15 -6
- tccli/services/afc/afc_client.py +15 -6
- tccli/services/ags/__init__.py +4 -0
- tccli/services/ags/ags_client.py +826 -0
- tccli/services/ags/v20250920/api.json +1076 -0
- tccli/services/ags/v20250920/examples.json +101 -0
- tccli/services/ai3d/ai3d_client.py +20 -114
- tccli/services/ai3d/v20250513/api.json +6 -169
- tccli/services/ai3d/v20250513/examples.json +0 -16
- tccli/services/aiart/aiart_client.py +284 -109
- tccli/services/aiart/v20221229/api.json +201 -8
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/ame/ame_client.py +155 -62
- tccli/services/ams/ams_client.py +45 -18
- tccli/services/anicloud/anicloud_client.py +15 -6
- tccli/services/antiddos/antiddos_client.py +470 -188
- tccli/services/ape/ape_client.py +40 -16
- tccli/services/api/api_client.py +15 -6
- tccli/services/apigateway/apigateway_client.py +495 -198
- tccli/services/apm/apm_client.py +742 -81
- tccli/services/apm/v20210622/api.json +3239 -1322
- tccli/services/apm/v20210622/examples.json +95 -1
- tccli/services/asr/asr_client.py +160 -64
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/asw/asw_client.py +45 -18
- tccli/services/autoscaling/autoscaling_client.py +290 -116
- tccli/services/autoscaling/v20180419/api.json +51 -7
- tccli/services/ba/ba_client.py +15 -6
- tccli/services/batch/batch_client.py +150 -60
- tccli/services/batch/v20170312/api.json +11 -0
- tccli/services/bda/bda_client.py +40 -714
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/bh/bh_client.py +1934 -465
- tccli/services/bh/v20230418/api.json +1720 -107
- tccli/services/bh/v20230418/examples.json +188 -0
- tccli/services/bi/bi_client.py +145 -58
- tccli/services/billing/billing_client.py +310 -124
- tccli/services/billing/v20180709/api.json +18 -9
- tccli/services/billing/v20180709/examples.json +2 -2
- tccli/services/bizlive/bizlive_client.py +30 -12
- tccli/services/bm/bm_client.py +265 -106
- tccli/services/bma/bma_client.py +185 -74
- tccli/services/bmeip/bmeip_client.py +100 -40
- tccli/services/bmlb/bmlb_client.py +245 -98
- tccli/services/bmvpc/bmvpc_client.py +305 -122
- tccli/services/bpaas/bpaas_client.py +10 -4
- tccli/services/bri/bri_client.py +5 -2
- tccli/services/bsca/bsca_client.py +35 -14
- tccli/services/btoe/btoe_client.py +70 -28
- tccli/services/ca/ca_client.py +15 -6
- tccli/services/cam/cam_client.py +460 -184
- tccli/services/cam/v20190116/api.json +3 -3
- tccli/services/captcha/captcha_client.py +90 -36
- tccli/services/captcha/v20190722/api.json +4 -4
- tccli/services/captcha/v20190722/examples.json +1 -1
- tccli/services/car/car_client.py +30 -12
- tccli/services/cat/cat_client.py +70 -28
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/cbs/cbs_client.py +230 -92
- tccli/services/ccc/ccc_client.py +613 -158
- tccli/services/ccc/v20200210/api.json +406 -8
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/cdb_client.py +931 -350
- tccli/services/cdb/v20170320/api.json +131 -32
- tccli/services/cdb/v20170320/examples.json +18 -10
- tccli/services/cdc/cdc_client.py +115 -46
- tccli/services/cdn/cdn_client.py +275 -110
- tccli/services/cdn/v20180606/api.json +15 -4
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cds/cds_client.py +25 -10
- tccli/services/cdwch/cdwch_client.py +145 -58
- tccli/services/cdwch/v20200915/api.json +26 -11
- tccli/services/cdwdoris/cdwdoris_client.py +300 -120
- tccli/services/cdwdoris/v20211228/api.json +11 -1
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/cdz_client.py +10 -4
- tccli/services/cfg/cfg_client.py +85 -34
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +326 -208
- tccli/services/cfs/v20190719/api.json +199 -64
- tccli/services/cfs/v20190719/examples.json +6 -14
- tccli/services/cfw/cfw_client.py +679 -287
- tccli/services/cfw/v20190904/api.json +420 -2
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +190 -76
- tccli/services/chc/v20230418/api.json +77 -2
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +115 -46
- tccli/services/cii/cii_client.py +65 -26
- tccli/services/cim/cim_client.py +5 -2
- tccli/services/ckafka/ckafka_client.py +837 -240
- tccli/services/ckafka/v20190819/api.json +561 -91
- tccli/services/ckafka/v20190819/examples.json +53 -5
- tccli/services/clb/clb_client.py +435 -439
- tccli/services/clb/v20180317/api.json +147 -312
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/cloudapp_client.py +10 -4
- tccli/services/cloudaudit/cloudaudit_client.py +95 -38
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/cloudhsm_client.py +70 -28
- tccli/services/cloudhsm/v20191112/api.json +37 -7
- tccli/services/cloudstudio/cloudstudio_client.py +45 -18
- tccli/services/cls/cls_client.py +843 -268
- tccli/services/cls/v20201016/api.json +1241 -68
- tccli/services/cls/v20201016/examples.json +36 -4
- tccli/services/cme/cme_client.py +250 -100
- tccli/services/cmq/cmq_client.py +10 -4
- tccli/services/cms/cms_client.py +30 -12
- tccli/services/config/config_client.py +35 -14
- tccli/services/controlcenter/controlcenter_client.py +25 -10
- tccli/services/cpdp/cpdp_client.py +1095 -438
- tccli/services/csip/csip_client.py +410 -164
- tccli/services/csip/v20221121/api.json +140 -20
- tccli/services/csip/v20221121/examples.json +10 -16
- tccli/services/csxg/csxg_client.py +25 -10
- tccli/services/ctem/ctem_client.py +1823 -156
- tccli/services/ctem/v20231128/api.json +2990 -206
- tccli/services/ctem/v20231128/examples.json +224 -0
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +490 -196
- tccli/services/cvm/v20170312/api.json +41 -41
- tccli/services/cvm/v20170312/examples.json +92 -86
- tccli/services/cwp/cwp_client.py +2570 -1028
- tccli/services/cws/cws_client.py +95 -38
- tccli/services/cynosdb/cynosdb_client.py +1006 -340
- tccli/services/cynosdb/v20190107/api.json +1238 -212
- tccli/services/cynosdb/v20190107/examples.json +32 -8
- tccli/services/dasb/dasb_client.py +315 -126
- tccli/services/dataagent/__init__.py +4 -0
- tccli/services/dataagent/dataagent_client.py +770 -0
- tccli/services/dataagent/v20250513/api.json +1216 -0
- tccli/services/dataagent/v20250513/examples.json +93 -0
- tccli/services/dayu/dayu_client.py +560 -224
- tccli/services/dbbrain/dbbrain_client.py +471 -166
- tccli/services/dbbrain/v20210527/api.json +268 -19
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dbdc/dbdc_client.py +30 -12
- tccli/services/dc/dc_client.py +110 -44
- tccli/services/dcdb/dcdb_client.py +415 -166
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +966 -364
- tccli/services/dlc/v20210125/api.json +1153 -150
- tccli/services/dlc/v20210125/examples.json +19 -11
- tccli/services/dnspod/dnspod_client.py +567 -182
- tccli/services/dnspod/v20210323/api.json +131 -25
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/domain/domain_client.py +275 -110
- tccli/services/domain/v20180808/api.json +21 -1
- tccli/services/drm/drm_client.py +55 -22
- tccli/services/ds/ds_client.py +60 -24
- tccli/services/dsgc/dsgc_client.py +665 -266
- tccli/services/dsgc/v20190723/api.json +18 -18
- tccli/services/dts/dts_client.py +1188 -488
- tccli/services/dts/v20211206/api.json +1068 -124
- tccli/services/dts/v20211206/examples.json +77 -7
- tccli/services/eb/eb_client.py +160 -64
- tccli/services/eb/v20210416/api.json +13 -0
- tccli/services/ecc/ecc_client.py +20 -8
- tccli/services/ecdn/ecdn_client.py +30 -12
- tccli/services/ecm/ecm_client.py +695 -278
- tccli/services/eiam/eiam_client.py +210 -84
- tccli/services/eis/eis_client.py +40 -16
- tccli/services/emr/emr_client.py +501 -178
- tccli/services/emr/v20190103/api.json +262 -0
- tccli/services/emr/v20190103/examples.json +13 -5
- tccli/services/es/es_client.py +536 -152
- tccli/services/es/v20180416/api.json +695 -65
- tccli/services/es/v20180416/examples.json +24 -0
- tccli/services/es/v20250101/api.json +10 -10
- tccli/services/ess/ess_client.py +747 -254
- tccli/services/ess/v20201111/api.json +720 -32
- tccli/services/ess/v20201111/examples.json +18 -2
- tccli/services/essbasic/essbasic_client.py +730 -292
- tccli/services/essbasic/v20210526/api.json +295 -32
- tccli/services/essbasic/v20210526/examples.json +12 -30
- tccli/services/evt/__init__.py +4 -0
- tccli/services/evt/evt_client.py +210 -0
- tccli/services/evt/v20250217/api.json +126 -0
- tccli/services/evt/v20250217/examples.json +13 -0
- tccli/services/facefusion/facefusion_client.py +20 -8
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/faceid/faceid_client.py +180 -125
- tccli/services/faceid/v20180301/api.json +18 -105
- tccli/services/faceid/v20180301/examples.json +1 -9
- tccli/services/fmu/fmu_client.py +35 -14
- tccli/services/ft/ft_client.py +30 -12
- tccli/services/gaap/gaap_client.py +510 -204
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +241 -74
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/goosefs/goosefs_client.py +135 -54
- tccli/services/gs/gs_client.py +537 -182
- tccli/services/gs/v20191118/api.json +143 -1
- tccli/services/gs/v20191118/examples.json +16 -0
- tccli/services/gwlb/gwlb_client.py +95 -38
- tccli/services/habo/habo_client.py +10 -4
- tccli/services/hai/hai_client.py +80 -32
- tccli/services/hai/v20230812/api.json +3 -3
- tccli/services/hasim/hasim_client.py +110 -44
- tccli/services/hcm/hcm_client.py +5 -2
- tccli/services/hunyuan/hunyuan_client.py +105 -42
- tccli/services/hunyuan/v20230901/api.json +69 -2
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/iai_client.py +175 -123
- tccli/services/iai/v20180301/api.json +0 -82
- tccli/services/iai/v20180301/examples.json +0 -8
- tccli/services/iai/v20200303/api.json +1 -83
- tccli/services/iai/v20200303/examples.json +0 -8
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ic/ic_client.py +45 -18
- tccli/services/icr/icr_client.py +5 -2
- tccli/services/ie/ie_client.py +50 -20
- tccli/services/ig/ig_client.py +5 -2
- tccli/services/igtm/igtm_client.py +130 -52
- tccli/services/igtm/v20231024/api.json +60 -4
- tccli/services/igtm/v20231024/examples.json +3 -3
- tccli/services/ims/ims_client.py +10 -4
- tccli/services/ioa/ioa_client.py +194 -60
- tccli/services/ioa/v20220601/api.json +149 -1
- tccli/services/ioa/v20220601/examples.json +8 -0
- tccli/services/iot/iot_client.py +225 -90
- tccli/services/iotcloud/iotcloud_client.py +430 -172
- tccli/services/iotexplorer/iotexplorer_client.py +1801 -512
- tccli/services/iotexplorer/v20190423/api.json +2681 -1016
- tccli/services/iotexplorer/v20190423/examples.json +160 -26
- tccli/services/iotvideo/iotvideo_client.py +835 -334
- tccli/services/iotvideoindustry/iotvideoindustry_client.py +520 -208
- tccli/services/irp/irp_client.py +55 -22
- tccli/services/iss/iss_client.py +460 -184
- tccli/services/iss/v20230517/api.json +2 -2
- tccli/services/iss/v20230517/examples.json +1 -1
- tccli/services/ivld/ivld_client.py +140 -56
- tccli/services/keewidb/keewidb_client.py +190 -76
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/lcic/lcic_client.py +355 -142
- tccli/services/lcic/v20220817/api.json +5 -5
- tccli/services/lighthouse/lighthouse_client.py +590 -236
- tccli/services/lighthouse/v20200324/api.json +81 -16
- tccli/services/lighthouse/v20200324/examples.json +7 -1
- tccli/services/live/live_client.py +1000 -453
- tccli/services/live/v20180801/api.json +6 -164
- tccli/services/live/v20180801/examples.json +6 -8
- tccli/services/lke/lke_client.py +525 -210
- tccli/services/lke/v20231130/api.json +254 -75
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/lkeap_client.py +130 -52
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/lowcode/lowcode_client.py +85 -34
- tccli/services/mall/mall_client.py +5 -2
- tccli/services/mariadb/mariadb_client.py +405 -162
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/market/market_client.py +10 -4
- tccli/services/memcached/memcached_client.py +5 -2
- tccli/services/mmps/mmps_client.py +75 -30
- tccli/services/mna/mna_client.py +205 -82
- tccli/services/mna/v20210119/api.json +1 -1
- tccli/services/mongodb/mongodb_client.py +1178 -273
- tccli/services/mongodb/v20190725/api.json +1860 -135
- tccli/services/mongodb/v20190725/examples.json +105 -1
- tccli/services/monitor/monitor_client.py +901 -338
- tccli/services/monitor/v20180724/api.json +189 -29
- tccli/services/monitor/v20180724/examples.json +9 -1
- tccli/services/mps/mps_client.py +1248 -280
- tccli/services/mps/v20190612/api.json +1796 -73
- tccli/services/mps/v20190612/examples.json +106 -32
- tccli/services/mqtt/mqtt_client.py +463 -118
- tccli/services/mqtt/v20240516/api.json +166 -0
- tccli/services/mqtt/v20240516/examples.json +24 -0
- tccli/services/mrs/mrs_client.py +55 -22
- tccli/services/ms/ms_client.py +115 -46
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/nlp/nlp_client.py +30 -12
- tccli/services/npp/npp_client.py +40 -16
- tccli/services/oceanus/oceanus_client.py +225 -90
- tccli/services/oceanus/v20190422/api.json +10 -13
- tccli/services/oceanus/v20190422/examples.json +2 -2
- tccli/services/ocr/ocr_client.py +471 -425
- tccli/services/ocr/v20181119/api.json +241 -639
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/organization_client.py +705 -282
- tccli/services/organization/v20210331/api.json +40 -1
- tccli/services/partners/partners_client.py +115 -46
- tccli/services/postgres/postgres_client.py +724 -200
- tccli/services/postgres/v20170312/api.json +494 -58
- tccli/services/postgres/v20170312/examples.json +75 -31
- tccli/services/privatedns/privatedns_client.py +412 -80
- tccli/services/privatedns/v20201028/api.json +421 -13
- tccli/services/privatedns/v20201028/examples.json +36 -4
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/rce/rce_client.py +55 -22
- tccli/services/redis/redis_client.py +550 -220
- tccli/services/redis/v20180412/api.json +197 -33
- tccli/services/redis/v20180412/examples.json +10 -10
- tccli/services/region/region_client.py +15 -6
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/rum_client.py +270 -108
- tccli/services/rum/v20210622/api.json +18 -0
- tccli/services/scf/scf_client.py +260 -104
- tccli/services/scf/v20180416/api.json +167 -2
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/securitylake/securitylake_client.py +5 -2
- tccli/services/ses/ses_client.py +175 -70
- tccli/services/smh/smh_client.py +75 -30
- tccli/services/smop/smop_client.py +5 -2
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sms/v20190711/api.json +11 -11
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +12 -12
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/soe/soe_client.py +20 -8
- tccli/services/sqlserver/sqlserver_client.py +740 -296
- tccli/services/sqlserver/v20180328/api.json +31 -2
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/ssa/ssa_client.py +115 -46
- tccli/services/ssl/ssl_client.py +340 -136
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/sslpod/sslpod_client.py +50 -20
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +35 -14
- tccli/services/sts/v20180813/api.json +1 -1
- tccli/services/svp/svp_client.py +25 -10
- tccli/services/svp/v20240125/api.json +24 -4
- tccli/services/svp/v20240125/examples.json +1 -1
- tccli/services/taf/taf_client.py +5 -2
- tccli/services/tag/tag_client.py +155 -62
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/tat_client.py +145 -58
- tccli/services/tat/v20201028/api.json +10 -1
- tccli/services/tbaas/tbaas_client.py +120 -48
- tccli/services/tbp/tbp_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +265 -106
- tccli/services/tcb/tcb_client.py +445 -178
- tccli/services/tcbr/tcbr_client.py +50 -20
- tccli/services/tcbr/v20220217/api.json +11 -0
- tccli/services/tccatalog/tccatalog_client.py +20 -8
- tccli/services/tchd/tchd_client.py +10 -4
- tccli/services/tcm/tcm_client.py +60 -24
- tccli/services/tcr/tcr_client.py +550 -220
- tccli/services/tcss/tcss_client.py +1756 -680
- tccli/services/tcss/v20201101/api.json +144 -11
- tccli/services/tcss/v20201101/examples.json +9 -1
- tccli/services/tdai/tdai_client.py +90 -36
- tccli/services/tdai/v20250717/api.json +30 -3
- tccli/services/tdcpg/tdcpg_client.py +125 -50
- tccli/services/tdid/tdid_client.py +90 -36
- tccli/services/tdmq/tdmq_client.py +846 -452
- tccli/services/tdmq/v20200217/api.json +372 -488
- tccli/services/tdmq/v20200217/examples.json +21 -41
- tccli/services/tds/tds_client.py +25 -10
- tccli/services/tem/tem_client.py +305 -122
- tccli/services/teo/teo_client.py +1122 -431
- tccli/services/teo/v20220901/api.json +1393 -132
- tccli/services/teo/v20220901/examples.json +59 -13
- tccli/services/thpc/thpc_client.py +215 -66
- tccli/services/thpc/v20230321/api.json +185 -27
- tccli/services/thpc/v20230321/examples.json +15 -7
- tccli/services/tia/tia_client.py +50 -20
- tccli/services/tiia/tiia_client.py +105 -42
- tccli/services/tione/tione_client.py +537 -150
- tccli/services/tione/v20211111/api.json +280 -16
- tccli/services/tione/v20211111/examples.json +25 -1
- tccli/services/tiw/tiw_client.py +175 -70
- tccli/services/tke/tke_client.py +2702 -735
- tccli/services/tke/v20180525/api.json +2279 -232
- tccli/services/tke/v20180525/examples.json +194 -18
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tkgdq/tkgdq_client.py +15 -6
- tccli/services/tms/tms_client.py +132 -8
- tccli/services/tms/v20201229/api.json +247 -1
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/tmt_client.py +40 -16
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/tourism/tourism_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/trocket_client.py +350 -140
- tccli/services/trocket/v20230308/api.json +113 -5
- tccli/services/trp/trp_client.py +270 -108
- tccli/services/trro/trro_client.py +257 -58
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/trtc_client.py +360 -144
- tccli/services/trtc/v20190722/api.json +167 -27
- tccli/services/trtc/v20190722/examples.json +3 -3
- tccli/services/tse/tse_client.py +776 -248
- tccli/services/tse/v20201207/api.json +260 -1
- tccli/services/tse/v20201207/examples.json +24 -0
- tccli/services/tsf/tsf_client.py +1195 -458
- tccli/services/tsf/v20180326/api.json +121 -5
- tccli/services/tsf/v20180326/examples.json +10 -2
- tccli/services/tsi/tsi_client.py +15 -6
- tccli/services/tsw/tsw_client.py +20 -8
- tccli/services/tts/tts_client.py +15 -6
- tccli/services/vcg/vcg_client.py +10 -4
- tccli/services/vclm/v20240523/api.json +354 -4
- tccli/services/vclm/v20240523/examples.json +32 -0
- tccli/services/vclm/vclm_client.py +269 -18
- tccli/services/vcube/v20220410/api.json +89 -2
- tccli/services/vcube/v20220410/examples.json +18 -2
- tccli/services/vcube/vcube_client.py +290 -76
- tccli/services/vdb/vdb_client.py +70 -28
- tccli/services/vm/v20210922/api.json +3 -3
- tccli/services/vm/vm_client.py +30 -12
- tccli/services/vms/vms_client.py +10 -4
- tccli/services/vod/v20180717/api.json +2 -2
- tccli/services/vod/vod_client.py +965 -386
- tccli/services/vpc/v20170312/api.json +1239 -128
- tccli/services/vpc/v20170312/examples.json +127 -15
- tccli/services/vpc/vpc_client.py +2963 -928
- tccli/services/vrs/vrs_client.py +40 -16
- tccli/services/vtc/vtc_client.py +15 -6
- tccli/services/waf/v20180125/api.json +11219 -8659
- tccli/services/waf/v20180125/examples.json +89 -9
- tccli/services/waf/waf_client.py +1530 -415
- tccli/services/wav/wav_client.py +130 -52
- tccli/services/wedata/v20250806/api.json +55 -16
- tccli/services/wedata/wedata_client.py +2045 -818
- tccli/services/weilingwith/weilingwith_client.py +320 -128
- tccli/services/wsa/wsa_client.py +5 -2
- tccli/services/wss/wss_client.py +15 -6
- tccli/services/yinsuda/yinsuda_client.py +100 -40
- tccli/services/yunjing/yunjing_client.py +500 -200
- tccli/services/yunsou/yunsou_client.py +10 -4
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/METADATA +13 -11
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/RECORD +446 -434
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1407.1.dist-info/license_files → tccli-3.1.6.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -42,6 +42,13 @@
|
|
|
42
42
|
"output": "CancelClusterReleaseResponse",
|
|
43
43
|
"status": "online"
|
|
44
44
|
},
|
|
45
|
+
"CancelUpgradePlan": {
|
|
46
|
+
"document": "取消升级计划",
|
|
47
|
+
"input": "CancelUpgradePlanRequest",
|
|
48
|
+
"name": "取消集群升级计划",
|
|
49
|
+
"output": "CancelUpgradePlanResponse",
|
|
50
|
+
"status": "online"
|
|
51
|
+
},
|
|
45
52
|
"CheckEdgeClusterCIDR": {
|
|
46
53
|
"document": "检查边缘计算集群的CIDR是否冲突",
|
|
47
54
|
"input": "CheckEdgeClusterCIDRRequest",
|
|
@@ -98,6 +105,13 @@
|
|
|
98
105
|
"output": "CreateClusterInstancesResponse",
|
|
99
106
|
"status": "online"
|
|
100
107
|
},
|
|
108
|
+
"CreateClusterMaintenanceWindowAndExclusions": {
|
|
109
|
+
"document": "创建集群维护时间窗口和排除项",
|
|
110
|
+
"input": "CreateClusterMaintenanceWindowAndExclusionsRequest",
|
|
111
|
+
"name": "创建集群维护时间窗口和排除项",
|
|
112
|
+
"output": "CreateClusterMaintenanceWindowAndExclusionsResponse",
|
|
113
|
+
"status": "online"
|
|
114
|
+
},
|
|
101
115
|
"CreateClusterNodePool": {
|
|
102
116
|
"document": "创建节点池",
|
|
103
117
|
"input": "CreateClusterNodePoolRequest",
|
|
@@ -182,6 +196,13 @@
|
|
|
182
196
|
"output": "CreateEksLogConfigResponse",
|
|
183
197
|
"status": "online"
|
|
184
198
|
},
|
|
199
|
+
"CreateGlobalMaintenanceWindowAndExclusions": {
|
|
200
|
+
"document": "创建全局维护时间窗口和排除项",
|
|
201
|
+
"input": "CreateGlobalMaintenanceWindowAndExclusionsRequest",
|
|
202
|
+
"name": "创建全局维护时间窗口和排除项",
|
|
203
|
+
"output": "CreateGlobalMaintenanceWindowAndExclusionsResponse",
|
|
204
|
+
"status": "online"
|
|
205
|
+
},
|
|
185
206
|
"CreateImageCache": {
|
|
186
207
|
"document": "创建镜像缓存的接口。创建过程中,请勿删除EKSCI实例和云盘,否则镜像缓存将创建失败。",
|
|
187
208
|
"input": "CreateImageCacheRequest",
|
|
@@ -259,6 +280,13 @@
|
|
|
259
280
|
"output": "CreateReservedInstancesResponse",
|
|
260
281
|
"status": "online"
|
|
261
282
|
},
|
|
283
|
+
"CreateRollOutSequence": {
|
|
284
|
+
"document": "创建集群发布序列",
|
|
285
|
+
"input": "CreateRollOutSequenceRequest",
|
|
286
|
+
"name": "创建集群发布序列",
|
|
287
|
+
"output": "CreateRollOutSequenceResponse",
|
|
288
|
+
"status": "online"
|
|
289
|
+
},
|
|
262
290
|
"CreateTKEEdgeCluster": {
|
|
263
291
|
"document": "创建边缘计算集群",
|
|
264
292
|
"input": "CreateTKEEdgeClusterRequest",
|
|
@@ -315,6 +343,13 @@
|
|
|
315
343
|
"output": "DeleteClusterInstancesResponse",
|
|
316
344
|
"status": "online"
|
|
317
345
|
},
|
|
346
|
+
"DeleteClusterMaintenanceWindowAndExclusion": {
|
|
347
|
+
"document": "删除集群维护时间窗口和排除项",
|
|
348
|
+
"input": "DeleteClusterMaintenanceWindowAndExclusionRequest",
|
|
349
|
+
"name": "删除集群维护时间窗口和排除项",
|
|
350
|
+
"output": "DeleteClusterMaintenanceWindowAndExclusionResponse",
|
|
351
|
+
"status": "online"
|
|
352
|
+
},
|
|
318
353
|
"DeleteClusterNodePool": {
|
|
319
354
|
"document": "删除节点池",
|
|
320
355
|
"input": "DeleteClusterNodePoolRequest",
|
|
@@ -385,6 +420,13 @@
|
|
|
385
420
|
"output": "DeleteEdgeClusterInstancesResponse",
|
|
386
421
|
"status": "online"
|
|
387
422
|
},
|
|
423
|
+
"DeleteGlobalMaintenanceWindowAndExclusion": {
|
|
424
|
+
"document": "删除全集维护时间窗口和排除项",
|
|
425
|
+
"input": "DeleteGlobalMaintenanceWindowAndExclusionRequest",
|
|
426
|
+
"name": "删除全局维护时间窗口和排除项",
|
|
427
|
+
"output": "DeleteGlobalMaintenanceWindowAndExclusionResponse",
|
|
428
|
+
"status": "online"
|
|
429
|
+
},
|
|
388
430
|
"DeleteImageCaches": {
|
|
389
431
|
"document": "批量删除镜像缓存",
|
|
390
432
|
"input": "DeleteImageCachesRequest",
|
|
@@ -469,6 +511,13 @@
|
|
|
469
511
|
"output": "DeleteReservedInstancesResponse",
|
|
470
512
|
"status": "online"
|
|
471
513
|
},
|
|
514
|
+
"DeleteRollOutSequence": {
|
|
515
|
+
"document": "删除集群发布序列",
|
|
516
|
+
"input": "DeleteRollOutSequenceRequest",
|
|
517
|
+
"name": "删除集群发布序列",
|
|
518
|
+
"output": "DeleteRollOutSequenceResponse",
|
|
519
|
+
"status": "online"
|
|
520
|
+
},
|
|
472
521
|
"DeleteTKEEdgeCluster": {
|
|
473
522
|
"document": "删除边缘计算集群",
|
|
474
523
|
"input": "DeleteTKEEdgeClusterRequest",
|
|
@@ -539,6 +588,13 @@
|
|
|
539
588
|
"output": "DescribeClusterAuthenticationOptionsResponse",
|
|
540
589
|
"status": "online"
|
|
541
590
|
},
|
|
591
|
+
"DescribeClusterAvailableExtraArgs": {
|
|
592
|
+
"document": "查询集群可用的自定义参数",
|
|
593
|
+
"input": "DescribeClusterAvailableExtraArgsRequest",
|
|
594
|
+
"name": "查询集群可用的自定义参数",
|
|
595
|
+
"output": "DescribeClusterAvailableExtraArgsResponse",
|
|
596
|
+
"status": "online"
|
|
597
|
+
},
|
|
542
598
|
"DescribeClusterCommonNames": {
|
|
543
599
|
"document": "获取指定子账户在RBAC授权模式中对应kube-apiserver客户端证书的CommonName字段,如果没有客户端证书,将会签发一个,此接口有最大传入子账户数量上限,当前为50",
|
|
544
600
|
"input": "DescribeClusterCommonNamesRequest",
|
|
@@ -616,6 +672,13 @@
|
|
|
616
672
|
"output": "DescribeClusterLevelChangeRecordsResponse",
|
|
617
673
|
"status": "online"
|
|
618
674
|
},
|
|
675
|
+
"DescribeClusterMaintenanceWindowAndExclusions": {
|
|
676
|
+
"document": "获取集群维护时间窗口和排除项",
|
|
677
|
+
"input": "DescribeClusterMaintenanceWindowAndExclusionsRequest",
|
|
678
|
+
"name": "获取集群维护时间窗口和排除项",
|
|
679
|
+
"output": "DescribeClusterMaintenanceWindowAndExclusionsResponse",
|
|
680
|
+
"status": "online"
|
|
681
|
+
},
|
|
619
682
|
"DescribeClusterNodePoolDetail": {
|
|
620
683
|
"document": "查询节点池详情",
|
|
621
684
|
"input": "DescribeClusterNodePoolDetailRequest",
|
|
@@ -658,6 +721,13 @@
|
|
|
658
721
|
"output": "DescribeClusterReleasesResponse",
|
|
659
722
|
"status": "online"
|
|
660
723
|
},
|
|
724
|
+
"DescribeClusterRollOutSequenceTags": {
|
|
725
|
+
"document": "查询集群发布序列标签",
|
|
726
|
+
"input": "DescribeClusterRollOutSequenceTagsRequest",
|
|
727
|
+
"name": "查询集群发布序列标签",
|
|
728
|
+
"output": "DescribeClusterRollOutSequenceTagsResponse",
|
|
729
|
+
"status": "online"
|
|
730
|
+
},
|
|
661
731
|
"DescribeClusterRouteTables": {
|
|
662
732
|
"document": "查询集群路由表",
|
|
663
733
|
"input": "DescribeClusterRouteTablesRequest",
|
|
@@ -826,6 +896,13 @@
|
|
|
826
896
|
"output": "DescribeExternalNodeSupportConfigResponse",
|
|
827
897
|
"status": "online"
|
|
828
898
|
},
|
|
899
|
+
"DescribeGlobalMaintenanceWindowAndExclusions": {
|
|
900
|
+
"document": "获取全局维护时间窗口和排除项",
|
|
901
|
+
"input": "DescribeGlobalMaintenanceWindowAndExclusionsRequest",
|
|
902
|
+
"name": "获取全局维护时间窗口和排除项",
|
|
903
|
+
"output": "DescribeGlobalMaintenanceWindowAndExclusionsResponse",
|
|
904
|
+
"status": "online"
|
|
905
|
+
},
|
|
829
906
|
"DescribeIPAMD": {
|
|
830
907
|
"document": "获取eniipamd组件信息",
|
|
831
908
|
"input": "DescribeIPAMDRequest",
|
|
@@ -1078,6 +1155,13 @@
|
|
|
1078
1155
|
"output": "DescribeResourceUsageResponse",
|
|
1079
1156
|
"status": "online"
|
|
1080
1157
|
},
|
|
1158
|
+
"DescribeRollOutSequences": {
|
|
1159
|
+
"document": "查询集群发布序列",
|
|
1160
|
+
"input": "DescribeRollOutSequencesRequest",
|
|
1161
|
+
"name": "查询集群发布序列",
|
|
1162
|
+
"output": "DescribeRollOutSequencesResponse",
|
|
1163
|
+
"status": "online"
|
|
1164
|
+
},
|
|
1081
1165
|
"DescribeRouteTableConflicts": {
|
|
1082
1166
|
"document": "查询路由表冲突列表",
|
|
1083
1167
|
"input": "DescribeRouteTableConflictsRequest",
|
|
@@ -1127,6 +1211,27 @@
|
|
|
1127
1211
|
"output": "DescribeTKEEdgeScriptResponse",
|
|
1128
1212
|
"status": "online"
|
|
1129
1213
|
},
|
|
1214
|
+
"DescribeTasks": {
|
|
1215
|
+
"document": "查询任务相关信息,只会查询对应任务类型的最新的一条任务状态",
|
|
1216
|
+
"input": "DescribeTasksRequest",
|
|
1217
|
+
"name": "查询任务相关信息",
|
|
1218
|
+
"output": "DescribeTasksResponse",
|
|
1219
|
+
"status": "online"
|
|
1220
|
+
},
|
|
1221
|
+
"DescribeUpgradeTaskDetail": {
|
|
1222
|
+
"document": "查询计划升级任务详情",
|
|
1223
|
+
"input": "DescribeUpgradeTaskDetailRequest",
|
|
1224
|
+
"name": "查询计划升级任务详情",
|
|
1225
|
+
"output": "DescribeUpgradeTaskDetailResponse",
|
|
1226
|
+
"status": "online"
|
|
1227
|
+
},
|
|
1228
|
+
"DescribeUpgradeTasks": {
|
|
1229
|
+
"document": "查询计划升级任务",
|
|
1230
|
+
"input": "DescribeUpgradeTasksRequest",
|
|
1231
|
+
"name": "查询计划升级任务",
|
|
1232
|
+
"output": "DescribeUpgradeTasksResponse",
|
|
1233
|
+
"status": "online"
|
|
1234
|
+
},
|
|
1130
1235
|
"DescribeVersions": {
|
|
1131
1236
|
"document": "获取集群版本信息",
|
|
1132
1237
|
"input": "DescribeVersionsRequest",
|
|
@@ -1303,7 +1408,7 @@
|
|
|
1303
1408
|
"status": "online"
|
|
1304
1409
|
},
|
|
1305
1410
|
"ModifyClusterAttribute": {
|
|
1306
|
-
"document": "
|
|
1411
|
+
"document": "修改集群属性,至少选择一个参数更新",
|
|
1307
1412
|
"input": "ModifyClusterAttributeRequest",
|
|
1308
1413
|
"name": "修改集群属性",
|
|
1309
1414
|
"output": "ModifyClusterAttributeResponse",
|
|
@@ -1323,6 +1428,20 @@
|
|
|
1323
1428
|
"output": "ModifyClusterEndpointSPResponse",
|
|
1324
1429
|
"status": "online"
|
|
1325
1430
|
},
|
|
1431
|
+
"ModifyClusterExtraArgs": {
|
|
1432
|
+
"document": "更新集群自定义参数,只支持托管集群",
|
|
1433
|
+
"input": "ModifyClusterExtraArgsRequest",
|
|
1434
|
+
"name": "更新集群自定义参数",
|
|
1435
|
+
"output": "ModifyClusterExtraArgsResponse",
|
|
1436
|
+
"status": "online"
|
|
1437
|
+
},
|
|
1438
|
+
"ModifyClusterExtraArgsTaskState": {
|
|
1439
|
+
"document": "暂停或者取消集群更新参数任务",
|
|
1440
|
+
"input": "ModifyClusterExtraArgsTaskStateRequest",
|
|
1441
|
+
"name": "集群更新参数任务控制",
|
|
1442
|
+
"output": "ModifyClusterExtraArgsTaskStateResponse",
|
|
1443
|
+
"status": "online"
|
|
1444
|
+
},
|
|
1326
1445
|
"ModifyClusterImage": {
|
|
1327
1446
|
"document": "修改集群镜像",
|
|
1328
1447
|
"input": "ModifyClusterImageRequest",
|
|
@@ -1330,6 +1449,13 @@
|
|
|
1330
1449
|
"output": "ModifyClusterImageResponse",
|
|
1331
1450
|
"status": "online"
|
|
1332
1451
|
},
|
|
1452
|
+
"ModifyClusterMaintenanceWindowAndExclusions": {
|
|
1453
|
+
"document": "更新集群维护时间窗口和排除项",
|
|
1454
|
+
"input": "ModifyClusterMaintenanceWindowAndExclusionsRequest",
|
|
1455
|
+
"name": "更新集群维护时间窗口和排除项",
|
|
1456
|
+
"output": "ModifyClusterMaintenanceWindowAndExclusionsResponse",
|
|
1457
|
+
"status": "online"
|
|
1458
|
+
},
|
|
1333
1459
|
"ModifyClusterNodePool": {
|
|
1334
1460
|
"document": "编辑节点池",
|
|
1335
1461
|
"input": "ModifyClusterNodePoolRequest",
|
|
@@ -1337,8 +1463,15 @@
|
|
|
1337
1463
|
"output": "ModifyClusterNodePoolResponse",
|
|
1338
1464
|
"status": "online"
|
|
1339
1465
|
},
|
|
1466
|
+
"ModifyClusterRollOutSequenceTags": {
|
|
1467
|
+
"document": "更新集群发布序列标签",
|
|
1468
|
+
"input": "ModifyClusterRollOutSequenceTagsRequest",
|
|
1469
|
+
"name": "更新集群发布序列标签",
|
|
1470
|
+
"output": "ModifyClusterRollOutSequenceTagsResponse",
|
|
1471
|
+
"status": "online"
|
|
1472
|
+
},
|
|
1340
1473
|
"ModifyClusterRuntimeConfig": {
|
|
1341
|
-
"document": "
|
|
1474
|
+
"document": "修改集群及节点池维度运行时配置",
|
|
1342
1475
|
"input": "ModifyClusterRuntimeConfigRequest",
|
|
1343
1476
|
"name": "修改集群运行时配置",
|
|
1344
1477
|
"output": "ModifyClusterRuntimeConfigResponse",
|
|
@@ -1358,6 +1491,13 @@
|
|
|
1358
1491
|
"output": "ModifyClusterVirtualNodePoolResponse",
|
|
1359
1492
|
"status": "online"
|
|
1360
1493
|
},
|
|
1494
|
+
"ModifyGlobalMaintenanceWindowAndExclusions": {
|
|
1495
|
+
"document": "更新全局维护时间窗口和排除项",
|
|
1496
|
+
"input": "ModifyGlobalMaintenanceWindowAndExclusionsRequest",
|
|
1497
|
+
"name": "更新全局维护时间窗口和排除项",
|
|
1498
|
+
"output": "ModifyGlobalMaintenanceWindowAndExclusionsResponse",
|
|
1499
|
+
"status": "online"
|
|
1500
|
+
},
|
|
1361
1501
|
"ModifyMasterComponent": {
|
|
1362
1502
|
"document": "修改master组件,支持kube-apiserver、kube-scheduler、kube-controller-manager副本数调整为0和恢复",
|
|
1363
1503
|
"input": "ModifyMasterComponentRequest",
|
|
@@ -1449,6 +1589,13 @@
|
|
|
1449
1589
|
"output": "ModifyReservedInstanceScopeResponse",
|
|
1450
1590
|
"status": "online"
|
|
1451
1591
|
},
|
|
1592
|
+
"ModifyRollOutSequence": {
|
|
1593
|
+
"document": "更新集群发布序列",
|
|
1594
|
+
"input": "ModifyRollOutSequenceRequest",
|
|
1595
|
+
"name": "更新集群发布序列",
|
|
1596
|
+
"output": "ModifyRollOutSequenceResponse",
|
|
1597
|
+
"status": "online"
|
|
1598
|
+
},
|
|
1452
1599
|
"RemoveNodeFromNodePool": {
|
|
1453
1600
|
"document": "移出节点池节点,但保留在集群内",
|
|
1454
1601
|
"input": "RemoveNodeFromNodePoolRequest",
|
|
@@ -1505,6 +1652,13 @@
|
|
|
1505
1652
|
"output": "SetNodePoolNodeProtectionResponse",
|
|
1506
1653
|
"status": "online"
|
|
1507
1654
|
},
|
|
1655
|
+
"SwitchClusterEndpoint": {
|
|
1656
|
+
"document": "切换集群网络访问链路为直连",
|
|
1657
|
+
"input": "SwitchClusterEndpointRequest",
|
|
1658
|
+
"name": "切换集群网络访问链路为直连",
|
|
1659
|
+
"output": "SwitchClusterEndpointResponse",
|
|
1660
|
+
"status": "online"
|
|
1661
|
+
},
|
|
1508
1662
|
"SyncPrometheusTemp": {
|
|
1509
1663
|
"document": "同步模板到实例或者集群,针对V2版本实例",
|
|
1510
1664
|
"input": "SyncPrometheusTempRequest",
|
|
@@ -1668,7 +1822,7 @@
|
|
|
1668
1822
|
},
|
|
1669
1823
|
{
|
|
1670
1824
|
"disabled": false,
|
|
1671
|
-
"document": "是否忽略ClusterCIDR与VPC
|
|
1825
|
+
"document": "是否忽略ClusterCIDR与VPC路由表的冲突,默认false,为true时忽略冲突",
|
|
1672
1826
|
"example": "false",
|
|
1673
1827
|
"member": "bool",
|
|
1674
1828
|
"name": "IgnoreClusterCIDRConflict",
|
|
@@ -1695,7 +1849,7 @@
|
|
|
1695
1849
|
"members": [
|
|
1696
1850
|
{
|
|
1697
1851
|
"disabled": false,
|
|
1698
|
-
"document": "集群ID",
|
|
1852
|
+
"document": "集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )",
|
|
1699
1853
|
"example": "cls-berpx5vg",
|
|
1700
1854
|
"member": "string",
|
|
1701
1855
|
"name": "ClusterId",
|
|
@@ -1704,7 +1858,7 @@
|
|
|
1704
1858
|
},
|
|
1705
1859
|
{
|
|
1706
1860
|
"disabled": false,
|
|
1707
|
-
"document": "
|
|
1861
|
+
"document": "实例列表,不支持竞价实例(请登录 [CVM控制台](https://console.cloud.tencent.com/cvm) 获取待添加节点ID )",
|
|
1708
1862
|
"example": "[\"ins-6pptcds4\"]",
|
|
1709
1863
|
"member": "string",
|
|
1710
1864
|
"name": "InstanceIds",
|
|
@@ -1714,7 +1868,7 @@
|
|
|
1714
1868
|
{
|
|
1715
1869
|
"disabled": false,
|
|
1716
1870
|
"document": "实例额外需要设置参数信息(默认值)",
|
|
1717
|
-
"example": "
|
|
1871
|
+
"example": "无",
|
|
1718
1872
|
"member": "InstanceAdvancedSettings",
|
|
1719
1873
|
"name": "InstanceAdvancedSettings",
|
|
1720
1874
|
"required": false,
|
|
@@ -1723,7 +1877,7 @@
|
|
|
1723
1877
|
{
|
|
1724
1878
|
"disabled": false,
|
|
1725
1879
|
"document": "增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认开启云监控、云安全服务。",
|
|
1726
|
-
"example": "
|
|
1880
|
+
"example": "无",
|
|
1727
1881
|
"member": "EnhancedService",
|
|
1728
1882
|
"name": "EnhancedService",
|
|
1729
1883
|
"required": false,
|
|
@@ -1732,7 +1886,7 @@
|
|
|
1732
1886
|
{
|
|
1733
1887
|
"disabled": false,
|
|
1734
1888
|
"document": "节点登录信息(目前仅支持使用Password或者单个KeyIds)",
|
|
1735
|
-
"example": "
|
|
1889
|
+
"example": "无",
|
|
1736
1890
|
"member": "LoginSettings",
|
|
1737
1891
|
"name": "LoginSettings",
|
|
1738
1892
|
"required": false,
|
|
@@ -1759,7 +1913,7 @@
|
|
|
1759
1913
|
{
|
|
1760
1914
|
"disabled": false,
|
|
1761
1915
|
"document": "节点池选项",
|
|
1762
|
-
"example": "
|
|
1916
|
+
"example": "无",
|
|
1763
1917
|
"member": "NodePoolOption",
|
|
1764
1918
|
"name": "NodePool",
|
|
1765
1919
|
"required": false,
|
|
@@ -1777,7 +1931,7 @@
|
|
|
1777
1931
|
{
|
|
1778
1932
|
"disabled": false,
|
|
1779
1933
|
"document": "参数InstanceAdvancedSettingsOverride数组用于定制化地配置各台instance,与InstanceIds顺序对应。当传入InstanceAdvancedSettingsOverrides数组时,将覆盖默认参数InstanceAdvancedSettings;当没有传入参数InstanceAdvancedSettingsOverrides时,InstanceAdvancedSettings参数对每台instance生效。参数InstanceAdvancedSettingsOverride数组的长度应与InstanceIds数组一致;当长度大于InstanceIds数组长度时将报错;当长度小于InstanceIds数组时,没有对应配置的instance将使用默认配置。",
|
|
1780
|
-
"example": "
|
|
1934
|
+
"example": "无",
|
|
1781
1935
|
"member": "InstanceAdvancedSettings",
|
|
1782
1936
|
"name": "InstanceAdvancedSettingsOverrides",
|
|
1783
1937
|
"required": false,
|
|
@@ -1853,7 +2007,7 @@
|
|
|
1853
2007
|
{
|
|
1854
2008
|
"disabled": false,
|
|
1855
2009
|
"document": "集群id",
|
|
1856
|
-
"example": "
|
|
2010
|
+
"example": "cls-ny2v7ra2",
|
|
1857
2011
|
"member": "string",
|
|
1858
2012
|
"name": "ClusterId",
|
|
1859
2013
|
"required": true,
|
|
@@ -1862,7 +2016,7 @@
|
|
|
1862
2016
|
{
|
|
1863
2017
|
"disabled": false,
|
|
1864
2018
|
"document": "节点池id",
|
|
1865
|
-
"example": "
|
|
2019
|
+
"example": "np-lquhxcic",
|
|
1866
2020
|
"member": "string",
|
|
1867
2021
|
"name": "NodePoolId",
|
|
1868
2022
|
"required": true,
|
|
@@ -1870,8 +2024,8 @@
|
|
|
1870
2024
|
},
|
|
1871
2025
|
{
|
|
1872
2026
|
"disabled": false,
|
|
1873
|
-
"document": "节点id",
|
|
1874
|
-
"example": "[ins-wsw4j631]",
|
|
2027
|
+
"document": "节点id,获取参考 https://cloud.tencent.com/document/product/213/15728",
|
|
2028
|
+
"example": "[\"ins-wsw4j631\"]",
|
|
1875
2029
|
"member": "string",
|
|
1876
2030
|
"name": "InstanceIds",
|
|
1877
2031
|
"required": true,
|
|
@@ -1897,7 +2051,7 @@
|
|
|
1897
2051
|
"members": [
|
|
1898
2052
|
{
|
|
1899
2053
|
"disabled": false,
|
|
1900
|
-
"document": "集群ID",
|
|
2054
|
+
"document": "集群 ID,请[登录控制台](https://console.cloud.tencent.com/tke2/cluster)在集群列表复制ID",
|
|
1901
2055
|
"example": "cls-brehdsf",
|
|
1902
2056
|
"member": "string",
|
|
1903
2057
|
"name": "ClusterId",
|
|
@@ -1907,7 +2061,7 @@
|
|
|
1907
2061
|
{
|
|
1908
2062
|
"disabled": false,
|
|
1909
2063
|
"document": "为集群容器网络增加的子网列表",
|
|
1910
|
-
"example": "[\"subnet-gsdfggf
|
|
2064
|
+
"example": "[\"subnet-gsdfggf\"]",
|
|
1911
2065
|
"member": "string",
|
|
1912
2066
|
"name": "SubnetIds",
|
|
1913
2067
|
"required": true,
|
|
@@ -2163,6 +2317,52 @@
|
|
|
2163
2317
|
],
|
|
2164
2318
|
"usage": "out"
|
|
2165
2319
|
},
|
|
2320
|
+
"AvailableExtraArgs": {
|
|
2321
|
+
"document": "集群可用的自定义参数",
|
|
2322
|
+
"members": [
|
|
2323
|
+
{
|
|
2324
|
+
"disabled": false,
|
|
2325
|
+
"document": "kube-apiserver可用的自定义参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2326
|
+
"example": "无",
|
|
2327
|
+
"member": "Flag",
|
|
2328
|
+
"name": "KubeAPIServer",
|
|
2329
|
+
"output_required": true,
|
|
2330
|
+
"type": "list",
|
|
2331
|
+
"value_allowed_null": true
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"disabled": false,
|
|
2335
|
+
"document": "kube-controller-manager可用的自定义参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2336
|
+
"example": "无",
|
|
2337
|
+
"member": "Flag",
|
|
2338
|
+
"name": "KubeControllerManager",
|
|
2339
|
+
"output_required": true,
|
|
2340
|
+
"type": "list",
|
|
2341
|
+
"value_allowed_null": true
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"disabled": false,
|
|
2345
|
+
"document": "kube-scheduler可用的自定义参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2346
|
+
"example": "无",
|
|
2347
|
+
"member": "Flag",
|
|
2348
|
+
"name": "KubeScheduler",
|
|
2349
|
+
"output_required": true,
|
|
2350
|
+
"type": "list",
|
|
2351
|
+
"value_allowed_null": true
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"disabled": false,
|
|
2355
|
+
"document": "kubelet可用的自定义参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2356
|
+
"example": "无",
|
|
2357
|
+
"member": "Flag",
|
|
2358
|
+
"name": "Kubelet",
|
|
2359
|
+
"output_required": true,
|
|
2360
|
+
"type": "list",
|
|
2361
|
+
"value_allowed_null": true
|
|
2362
|
+
}
|
|
2363
|
+
],
|
|
2364
|
+
"usage": "out"
|
|
2365
|
+
},
|
|
2166
2366
|
"BackupStorageLocation": {
|
|
2167
2367
|
"document": "仓储仓库信息",
|
|
2168
2368
|
"members": [
|
|
@@ -2314,7 +2514,7 @@
|
|
|
2314
2514
|
{
|
|
2315
2515
|
"disabled": false,
|
|
2316
2516
|
"document": "集群ID",
|
|
2317
|
-
"example": "cls-
|
|
2517
|
+
"example": "cls-lir8gyoz",
|
|
2318
2518
|
"member": "string",
|
|
2319
2519
|
"name": "ClusterId",
|
|
2320
2520
|
"required": false,
|
|
@@ -2322,7 +2522,7 @@
|
|
|
2322
2522
|
},
|
|
2323
2523
|
{
|
|
2324
2524
|
"disabled": false,
|
|
2325
|
-
"document": "
|
|
2525
|
+
"document": "集群类型,支持传入 tke(标准集群), eks(Serverless集群), external(注册集群)",
|
|
2326
2526
|
"example": "tke",
|
|
2327
2527
|
"member": "string",
|
|
2328
2528
|
"name": "ClusterType",
|
|
@@ -2354,6 +2554,42 @@
|
|
|
2354
2554
|
],
|
|
2355
2555
|
"type": "object"
|
|
2356
2556
|
},
|
|
2557
|
+
"CancelUpgradePlanRequest": {
|
|
2558
|
+
"document": "CancelUpgradePlan请求参数结构体",
|
|
2559
|
+
"members": [
|
|
2560
|
+
{
|
|
2561
|
+
"disabled": false,
|
|
2562
|
+
"document": "集群ID",
|
|
2563
|
+
"example": "cls-3n90hta2",
|
|
2564
|
+
"member": "string",
|
|
2565
|
+
"name": "ClusterID",
|
|
2566
|
+
"required": true,
|
|
2567
|
+
"type": "string"
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"disabled": false,
|
|
2571
|
+
"document": "升级计划ID",
|
|
2572
|
+
"example": "1",
|
|
2573
|
+
"member": "int64",
|
|
2574
|
+
"name": "PlanID",
|
|
2575
|
+
"required": true,
|
|
2576
|
+
"type": "int"
|
|
2577
|
+
}
|
|
2578
|
+
],
|
|
2579
|
+
"type": "object"
|
|
2580
|
+
},
|
|
2581
|
+
"CancelUpgradePlanResponse": {
|
|
2582
|
+
"document": "CancelUpgradePlan返回参数结构体",
|
|
2583
|
+
"members": [
|
|
2584
|
+
{
|
|
2585
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
2586
|
+
"member": "string",
|
|
2587
|
+
"name": "RequestId",
|
|
2588
|
+
"type": "string"
|
|
2589
|
+
}
|
|
2590
|
+
],
|
|
2591
|
+
"type": "object"
|
|
2592
|
+
},
|
|
2357
2593
|
"Capabilities": {
|
|
2358
2594
|
"document": "cloudrun安全特性能力",
|
|
2359
2595
|
"members": [
|
|
@@ -2480,7 +2716,7 @@
|
|
|
2480
2716
|
"members": [
|
|
2481
2717
|
{
|
|
2482
2718
|
"disabled": false,
|
|
2483
|
-
"document": "集群ID",
|
|
2719
|
+
"document": "集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )",
|
|
2484
2720
|
"example": "cls-7ph3twqe",
|
|
2485
2721
|
"member": "string",
|
|
2486
2722
|
"name": "ClusterId",
|
|
@@ -2507,7 +2743,7 @@
|
|
|
2507
2743
|
},
|
|
2508
2744
|
{
|
|
2509
2745
|
"disabled": false,
|
|
2510
|
-
"document": "
|
|
2746
|
+
"document": "偏移量,默认为0。关于 Offset 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
|
2511
2747
|
"example": "0",
|
|
2512
2748
|
"member": "int64",
|
|
2513
2749
|
"name": "Offset",
|
|
@@ -2516,7 +2752,7 @@
|
|
|
2516
2752
|
},
|
|
2517
2753
|
{
|
|
2518
2754
|
"disabled": false,
|
|
2519
|
-
"document": "
|
|
2755
|
+
"document": "返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
|
2520
2756
|
"example": "20",
|
|
2521
2757
|
"member": "int64",
|
|
2522
2758
|
"name": "Limit",
|
|
@@ -2525,7 +2761,7 @@
|
|
|
2525
2761
|
},
|
|
2526
2762
|
{
|
|
2527
2763
|
"disabled": false,
|
|
2528
|
-
"document": "
|
|
2764
|
+
"document": "过滤条件列表,Name 可选值为ip、instanceId、hostname、label\n\n- Name 为 ip 时,Value 为待查询节点 ip\n- Name 为 hostname 时,Value 为待查询节点名称\n- Name 为 label 时,Value 为待查询 K8S 节点 label\n- Name 为 instanceId 时,Value 为 待查询节点 id",
|
|
2529
2765
|
"example": "无",
|
|
2530
2766
|
"member": "Filter",
|
|
2531
2767
|
"name": "Filter",
|
|
@@ -2772,7 +3008,7 @@
|
|
|
2772
3008
|
},
|
|
2773
3009
|
{
|
|
2774
3010
|
"disabled": false,
|
|
2775
|
-
"document": "
|
|
3011
|
+
"document": "集群删除保护开关,打开:true,关闭:false",
|
|
2776
3012
|
"example": "false",
|
|
2777
3013
|
"member": "bool",
|
|
2778
3014
|
"name": "DeletionProtection",
|
|
@@ -2782,7 +3018,7 @@
|
|
|
2782
3018
|
},
|
|
2783
3019
|
{
|
|
2784
3020
|
"disabled": false,
|
|
2785
|
-
"document": "
|
|
3021
|
+
"document": "集群是否开启第三方节点支持,开启:true,关闭:false",
|
|
2786
3022
|
"example": "false",
|
|
2787
3023
|
"member": "bool",
|
|
2788
3024
|
"name": "EnableExternalNode",
|
|
@@ -2802,7 +3038,7 @@
|
|
|
2802
3038
|
},
|
|
2803
3039
|
{
|
|
2804
3040
|
"disabled": false,
|
|
2805
|
-
"document": "
|
|
3041
|
+
"document": "自动变配集群等级,针对托管集群生效。开启:true,关闭:false",
|
|
2806
3042
|
"example": "true",
|
|
2807
3043
|
"member": "bool",
|
|
2808
3044
|
"name": "AutoUpgradeClusterLevel",
|
|
@@ -2812,7 +3048,7 @@
|
|
|
2812
3048
|
},
|
|
2813
3049
|
{
|
|
2814
3050
|
"disabled": false,
|
|
2815
|
-
"document": "是否开启QGPU
|
|
3051
|
+
"document": "是否开启QGPU共享,开启:true,关闭:false",
|
|
2816
3052
|
"example": "false",
|
|
2817
3053
|
"member": "bool",
|
|
2818
3054
|
"name": "QGPUShareEnable",
|
|
@@ -3263,7 +3499,7 @@
|
|
|
3263
3499
|
},
|
|
3264
3500
|
{
|
|
3265
3501
|
"disabled": false,
|
|
3266
|
-
"document": "
|
|
3502
|
+
"document": "表示未准备就绪的节点在有资格进行缩减之前应该停留多少分钟\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
3267
3503
|
"example": "10m",
|
|
3268
3504
|
"member": "int64",
|
|
3269
3505
|
"name": "ScaleDownUnreadyTime",
|
|
@@ -3274,7 +3510,7 @@
|
|
|
3274
3510
|
},
|
|
3275
3511
|
{
|
|
3276
3512
|
"disabled": false,
|
|
3277
|
-
"document": "CA删除未在Kubernetes
|
|
3513
|
+
"document": "CA删除未在Kubernetes中注册的节点之前等待的分钟数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
3278
3514
|
"example": "10",
|
|
3279
3515
|
"member": "int64",
|
|
3280
3516
|
"name": "UnregisteredNodeRemovalTime",
|
|
@@ -4096,6 +4332,56 @@
|
|
|
4096
4332
|
],
|
|
4097
4333
|
"usage": "both"
|
|
4098
4334
|
},
|
|
4335
|
+
"ClusterRollOutSequenceTag": {
|
|
4336
|
+
"document": "集群发布序列标签",
|
|
4337
|
+
"members": [
|
|
4338
|
+
{
|
|
4339
|
+
"disabled": false,
|
|
4340
|
+
"document": "集群ID",
|
|
4341
|
+
"example": "cls-ad23n4jj",
|
|
4342
|
+
"member": "string",
|
|
4343
|
+
"name": "ClusterID",
|
|
4344
|
+
"output_required": true,
|
|
4345
|
+
"required": false,
|
|
4346
|
+
"type": "string",
|
|
4347
|
+
"value_allowed_null": false
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"disabled": false,
|
|
4351
|
+
"document": "集群名称",
|
|
4352
|
+
"example": "测试集群",
|
|
4353
|
+
"member": "string",
|
|
4354
|
+
"name": "ClusterName",
|
|
4355
|
+
"output_required": false,
|
|
4356
|
+
"required": false,
|
|
4357
|
+
"type": "string",
|
|
4358
|
+
"value_allowed_null": false
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"disabled": false,
|
|
4362
|
+
"document": "集群发布序列标签",
|
|
4363
|
+
"example": "无",
|
|
4364
|
+
"member": "Tag",
|
|
4365
|
+
"name": "Tags",
|
|
4366
|
+
"output_required": false,
|
|
4367
|
+
"required": false,
|
|
4368
|
+
"type": "list",
|
|
4369
|
+
"value_allowed_null": false
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"disabled": false,
|
|
4373
|
+
"document": "地域",
|
|
4374
|
+
"example": "ap-guangzhou",
|
|
4375
|
+
"member": "string",
|
|
4376
|
+
"name": "Region",
|
|
4377
|
+
"output_required": true,
|
|
4378
|
+
"required": false,
|
|
4379
|
+
"type": "string",
|
|
4380
|
+
"value_allowed_null": false
|
|
4381
|
+
}
|
|
4382
|
+
],
|
|
4383
|
+
"usage": "both"
|
|
4384
|
+
},
|
|
4099
4385
|
"ClusterStatus": {
|
|
4100
4386
|
"document": "集群状态信息",
|
|
4101
4387
|
"members": [
|
|
@@ -4558,7 +4844,7 @@
|
|
|
4558
4844
|
},
|
|
4559
4845
|
{
|
|
4560
4846
|
"disabled": false,
|
|
4561
|
-
"document": "对象存储桶名称,如果是COS必须是tke-backup
|
|
4847
|
+
"document": "对象存储桶名称,如果是COS必须是tke-backup前缀开头,字符长度是19",
|
|
4562
4848
|
"example": "tke-backup-test",
|
|
4563
4849
|
"member": "string",
|
|
4564
4850
|
"name": "Bucket",
|
|
@@ -4567,7 +4853,7 @@
|
|
|
4567
4853
|
},
|
|
4568
4854
|
{
|
|
4569
4855
|
"disabled": false,
|
|
4570
|
-
"document": "
|
|
4856
|
+
"document": "备份仓库名称,字符长度为63",
|
|
4571
4857
|
"example": "tke-storage-backup",
|
|
4572
4858
|
"member": "string",
|
|
4573
4859
|
"name": "Name",
|
|
@@ -4639,7 +4925,7 @@
|
|
|
4639
4925
|
},
|
|
4640
4926
|
{
|
|
4641
4927
|
"disabled": false,
|
|
4642
|
-
"document": "当前集群类型支持tke
|
|
4928
|
+
"document": "当前集群类型支持tke(标准集群)、eks(serverless集群)",
|
|
4643
4929
|
"example": "tke",
|
|
4644
4930
|
"member": "string",
|
|
4645
4931
|
"name": "ClusterType",
|
|
@@ -4675,7 +4961,7 @@
|
|
|
4675
4961
|
},
|
|
4676
4962
|
{
|
|
4677
4963
|
"disabled": false,
|
|
4678
|
-
"document": "集群端口所在的子网ID (仅在开启非外网访问时需要填,必须为集群所在VPC内的子网)",
|
|
4964
|
+
"document": "集群端口所在的子网ID (仅在开启非外网访问时需要填,必须为集群所在VPC内的子网)。获取方式:https://cloud.tencent.com/document/product/215/15784\n",
|
|
4679
4965
|
"example": "subnet-3ht1odzw",
|
|
4680
4966
|
"member": "string",
|
|
4681
4967
|
"name": "SubnetId",
|
|
@@ -4702,7 +4988,7 @@
|
|
|
4702
4988
|
},
|
|
4703
4989
|
{
|
|
4704
4990
|
"disabled": false,
|
|
4705
|
-
"document": "使用的安全组,只有外网访问需要传递(开启外网访问且不使用已有clb
|
|
4991
|
+
"document": "使用的安全组,只有外网访问需要传递(开启外网访问且不使用已有clb时必传)。获取方式:https://cloud.tencent.com/document/api/215/15808",
|
|
4706
4992
|
"example": "sg-kineiakx",
|
|
4707
4993
|
"member": "string",
|
|
4708
4994
|
"name": "SecurityGroup",
|
|
@@ -4852,6 +5138,69 @@
|
|
|
4852
5138
|
],
|
|
4853
5139
|
"type": "object"
|
|
4854
5140
|
},
|
|
5141
|
+
"CreateClusterMaintenanceWindowAndExclusionsRequest": {
|
|
5142
|
+
"document": "CreateClusterMaintenanceWindowAndExclusions请求参数结构体",
|
|
5143
|
+
"members": [
|
|
5144
|
+
{
|
|
5145
|
+
"disabled": false,
|
|
5146
|
+
"document": "集群ID",
|
|
5147
|
+
"example": "cls-3n90hta2",
|
|
5148
|
+
"member": "string",
|
|
5149
|
+
"name": "ClusterID",
|
|
5150
|
+
"required": true,
|
|
5151
|
+
"type": "string"
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"disabled": false,
|
|
5155
|
+
"document": "维护开始时间",
|
|
5156
|
+
"example": "18:00:00",
|
|
5157
|
+
"member": "string",
|
|
5158
|
+
"name": "MaintenanceTime",
|
|
5159
|
+
"required": true,
|
|
5160
|
+
"type": "string"
|
|
5161
|
+
},
|
|
5162
|
+
{
|
|
5163
|
+
"disabled": false,
|
|
5164
|
+
"document": "维护时长(小时)",
|
|
5165
|
+
"example": "4",
|
|
5166
|
+
"member": "int64",
|
|
5167
|
+
"name": "Duration",
|
|
5168
|
+
"required": true,
|
|
5169
|
+
"type": "int"
|
|
5170
|
+
},
|
|
5171
|
+
{
|
|
5172
|
+
"disabled": false,
|
|
5173
|
+
"document": "维护周期(一周中的哪几天)",
|
|
5174
|
+
"example": "[\"MO\",\"TU\",\"WE\",\"TH\",\"FR\"]",
|
|
5175
|
+
"member": "string",
|
|
5176
|
+
"name": "DayOfWeek",
|
|
5177
|
+
"required": true,
|
|
5178
|
+
"type": "list"
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"disabled": false,
|
|
5182
|
+
"document": "维护排除项",
|
|
5183
|
+
"example": "无",
|
|
5184
|
+
"member": "MaintenanceExclusion",
|
|
5185
|
+
"name": "Exclusions",
|
|
5186
|
+
"required": false,
|
|
5187
|
+
"type": "list"
|
|
5188
|
+
}
|
|
5189
|
+
],
|
|
5190
|
+
"type": "object"
|
|
5191
|
+
},
|
|
5192
|
+
"CreateClusterMaintenanceWindowAndExclusionsResponse": {
|
|
5193
|
+
"document": "CreateClusterMaintenanceWindowAndExclusions返回参数结构体",
|
|
5194
|
+
"members": [
|
|
5195
|
+
{
|
|
5196
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
5197
|
+
"member": "string",
|
|
5198
|
+
"name": "RequestId",
|
|
5199
|
+
"type": "string"
|
|
5200
|
+
}
|
|
5201
|
+
],
|
|
5202
|
+
"type": "object"
|
|
5203
|
+
},
|
|
4855
5204
|
"CreateClusterNodePoolRequest": {
|
|
4856
5205
|
"document": "CreateClusterNodePool请求参数结构体",
|
|
4857
5206
|
"members": [
|
|
@@ -5029,7 +5378,7 @@
|
|
|
5029
5378
|
},
|
|
5030
5379
|
{
|
|
5031
5380
|
"disabled": false,
|
|
5032
|
-
"document": "
|
|
5381
|
+
"document": "应用名称,最长63个字符,只能包含小写字母、数字及分隔符“-”,且必须以小写字母开头,数字或小写字母结尾",
|
|
5033
5382
|
"example": "app-05",
|
|
5034
5383
|
"member": "string",
|
|
5035
5384
|
"name": "Name",
|
|
@@ -5038,7 +5387,7 @@
|
|
|
5038
5387
|
},
|
|
5039
5388
|
{
|
|
5040
5389
|
"disabled": false,
|
|
5041
|
-
"document": "
|
|
5390
|
+
"document": "应用命名空间,从集群详情命名空间获取",
|
|
5042
5391
|
"example": "lwj",
|
|
5043
5392
|
"member": "string",
|
|
5044
5393
|
"name": "Namespace",
|
|
@@ -5047,7 +5396,7 @@
|
|
|
5047
5396
|
},
|
|
5048
5397
|
{
|
|
5049
5398
|
"disabled": false,
|
|
5050
|
-
"document": "
|
|
5399
|
+
"document": "制品名称(从应用市场获取)或从第三方repo 安装chart时,制品压缩包下载地址, 不支持重定向类型chart 地址,结尾为*.tgz",
|
|
5051
5400
|
"example": "redis",
|
|
5052
5401
|
"member": "string",
|
|
5053
5402
|
"name": "Chart",
|
|
@@ -6221,54 +6570,117 @@
|
|
|
6221
6570
|
],
|
|
6222
6571
|
"type": "object"
|
|
6223
6572
|
},
|
|
6224
|
-
"
|
|
6225
|
-
"document": "
|
|
6573
|
+
"CreateGlobalMaintenanceWindowAndExclusionsRequest": {
|
|
6574
|
+
"document": "CreateGlobalMaintenanceWindowAndExclusions请求参数结构体",
|
|
6226
6575
|
"members": [
|
|
6227
6576
|
{
|
|
6228
6577
|
"disabled": false,
|
|
6229
|
-
"document": "
|
|
6230
|
-
"example": "
|
|
6578
|
+
"document": "维护开始时间",
|
|
6579
|
+
"example": "18:00:00",
|
|
6231
6580
|
"member": "string",
|
|
6232
|
-
"name": "
|
|
6581
|
+
"name": "MaintenanceTime",
|
|
6233
6582
|
"required": true,
|
|
6234
|
-
"type": "
|
|
6583
|
+
"type": "string"
|
|
6235
6584
|
},
|
|
6236
6585
|
{
|
|
6237
6586
|
"disabled": false,
|
|
6238
|
-
"document": "
|
|
6239
|
-
"example": "
|
|
6240
|
-
"member": "
|
|
6241
|
-
"name": "
|
|
6587
|
+
"document": "维护时长(小时)",
|
|
6588
|
+
"example": "4",
|
|
6589
|
+
"member": "int64",
|
|
6590
|
+
"name": "Duration",
|
|
6242
6591
|
"required": true,
|
|
6243
|
-
"type": "
|
|
6592
|
+
"type": "int"
|
|
6244
6593
|
},
|
|
6245
6594
|
{
|
|
6246
6595
|
"disabled": false,
|
|
6247
|
-
"document": "
|
|
6248
|
-
"example": "
|
|
6596
|
+
"document": "维护周期(一周中的哪几天)",
|
|
6597
|
+
"example": "[\"MO\",\"TU\",\"WE\",\"TH\",\"FR\"]",
|
|
6249
6598
|
"member": "string",
|
|
6250
|
-
"name": "
|
|
6599
|
+
"name": "DayOfWeek",
|
|
6251
6600
|
"required": true,
|
|
6252
|
-
"type": "
|
|
6601
|
+
"type": "list"
|
|
6253
6602
|
},
|
|
6254
6603
|
{
|
|
6255
6604
|
"disabled": false,
|
|
6256
|
-
"document": "
|
|
6257
|
-
"example": "
|
|
6605
|
+
"document": "地域",
|
|
6606
|
+
"example": "[\"ap-guangzhou\"]",
|
|
6258
6607
|
"member": "string",
|
|
6259
|
-
"name": "
|
|
6260
|
-
"required":
|
|
6261
|
-
"type": "
|
|
6608
|
+
"name": "TargetRegions",
|
|
6609
|
+
"required": true,
|
|
6610
|
+
"type": "list"
|
|
6262
6611
|
},
|
|
6263
6612
|
{
|
|
6264
6613
|
"disabled": false,
|
|
6265
|
-
"document": "
|
|
6266
|
-
"example": "
|
|
6267
|
-
"member": "
|
|
6268
|
-
"name": "
|
|
6614
|
+
"document": "维护排除项",
|
|
6615
|
+
"example": "无",
|
|
6616
|
+
"member": "MaintenanceExclusion",
|
|
6617
|
+
"name": "Exclusions",
|
|
6269
6618
|
"required": false,
|
|
6270
6619
|
"type": "list"
|
|
6271
|
-
}
|
|
6620
|
+
}
|
|
6621
|
+
],
|
|
6622
|
+
"type": "object"
|
|
6623
|
+
},
|
|
6624
|
+
"CreateGlobalMaintenanceWindowAndExclusionsResponse": {
|
|
6625
|
+
"document": "CreateGlobalMaintenanceWindowAndExclusions返回参数结构体",
|
|
6626
|
+
"members": [
|
|
6627
|
+
{
|
|
6628
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
6629
|
+
"member": "string",
|
|
6630
|
+
"name": "RequestId",
|
|
6631
|
+
"type": "string"
|
|
6632
|
+
}
|
|
6633
|
+
],
|
|
6634
|
+
"type": "object"
|
|
6635
|
+
},
|
|
6636
|
+
"CreateImageCacheRequest": {
|
|
6637
|
+
"document": "CreateImageCache请求参数结构体",
|
|
6638
|
+
"members": [
|
|
6639
|
+
{
|
|
6640
|
+
"disabled": false,
|
|
6641
|
+
"document": "用于制作镜像缓存的容器镜像列表",
|
|
6642
|
+
"example": "[\"nginx:latest\"]",
|
|
6643
|
+
"member": "string",
|
|
6644
|
+
"name": "Images",
|
|
6645
|
+
"required": true,
|
|
6646
|
+
"type": "list"
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"disabled": false,
|
|
6650
|
+
"document": "实例所属子网 ID",
|
|
6651
|
+
"example": "subnet-1cghhuuu",
|
|
6652
|
+
"member": "string",
|
|
6653
|
+
"name": "SubnetId",
|
|
6654
|
+
"required": true,
|
|
6655
|
+
"type": "string"
|
|
6656
|
+
},
|
|
6657
|
+
{
|
|
6658
|
+
"disabled": false,
|
|
6659
|
+
"document": "实例所属 VPC ID",
|
|
6660
|
+
"example": "vpc-1cghhuuu",
|
|
6661
|
+
"member": "string",
|
|
6662
|
+
"name": "VpcId",
|
|
6663
|
+
"required": true,
|
|
6664
|
+
"type": "string"
|
|
6665
|
+
},
|
|
6666
|
+
{
|
|
6667
|
+
"disabled": false,
|
|
6668
|
+
"document": "镜像缓存名称",
|
|
6669
|
+
"example": "eks",
|
|
6670
|
+
"member": "string",
|
|
6671
|
+
"name": "ImageCacheName",
|
|
6672
|
+
"required": false,
|
|
6673
|
+
"type": "string"
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"disabled": false,
|
|
6677
|
+
"document": "安全组 ID",
|
|
6678
|
+
"example": "sg-1cghhuuu",
|
|
6679
|
+
"member": "string",
|
|
6680
|
+
"name": "SecurityGroupIds",
|
|
6681
|
+
"required": false,
|
|
6682
|
+
"type": "list"
|
|
6683
|
+
},
|
|
6272
6684
|
{
|
|
6273
6685
|
"disabled": false,
|
|
6274
6686
|
"document": "镜像仓库凭证数组",
|
|
@@ -6876,6 +7288,51 @@
|
|
|
6876
7288
|
],
|
|
6877
7289
|
"type": "object"
|
|
6878
7290
|
},
|
|
7291
|
+
"CreateRollOutSequenceRequest": {
|
|
7292
|
+
"document": "CreateRollOutSequence请求参数结构体",
|
|
7293
|
+
"members": [
|
|
7294
|
+
{
|
|
7295
|
+
"disabled": false,
|
|
7296
|
+
"document": "发布序列名称",
|
|
7297
|
+
"example": "发布序列1",
|
|
7298
|
+
"member": "string",
|
|
7299
|
+
"name": "Name",
|
|
7300
|
+
"required": true,
|
|
7301
|
+
"type": "string"
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
"disabled": false,
|
|
7305
|
+
"document": "发布序列步骤",
|
|
7306
|
+
"example": "无",
|
|
7307
|
+
"member": "SequenceFlow",
|
|
7308
|
+
"name": "SequenceFlows",
|
|
7309
|
+
"required": true,
|
|
7310
|
+
"type": "list"
|
|
7311
|
+
},
|
|
7312
|
+
{
|
|
7313
|
+
"disabled": false,
|
|
7314
|
+
"document": "是否启用",
|
|
7315
|
+
"example": "false",
|
|
7316
|
+
"member": "bool",
|
|
7317
|
+
"name": "Enabled",
|
|
7318
|
+
"required": true,
|
|
7319
|
+
"type": "bool"
|
|
7320
|
+
}
|
|
7321
|
+
],
|
|
7322
|
+
"type": "object"
|
|
7323
|
+
},
|
|
7324
|
+
"CreateRollOutSequenceResponse": {
|
|
7325
|
+
"document": "CreateRollOutSequence返回参数结构体",
|
|
7326
|
+
"members": [
|
|
7327
|
+
{
|
|
7328
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
7329
|
+
"member": "string",
|
|
7330
|
+
"name": "RequestId",
|
|
7331
|
+
"type": "string"
|
|
7332
|
+
}
|
|
7333
|
+
],
|
|
7334
|
+
"type": "object"
|
|
7335
|
+
},
|
|
6879
7336
|
"CreateTKEEdgeClusterRequest": {
|
|
6880
7337
|
"document": "CreateTKEEdgeCluster请求参数结构体",
|
|
6881
7338
|
"members": [
|
|
@@ -7371,7 +7828,7 @@
|
|
|
7371
7828
|
"members": [
|
|
7372
7829
|
{
|
|
7373
7830
|
"disabled": false,
|
|
7374
|
-
"document": "集群ID",
|
|
7831
|
+
"document": "集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )",
|
|
7375
7832
|
"example": "cls-e55paxnt",
|
|
7376
7833
|
"member": "string",
|
|
7377
7834
|
"name": "ClusterId",
|
|
@@ -7380,8 +7837,8 @@
|
|
|
7380
7837
|
},
|
|
7381
7838
|
{
|
|
7382
7839
|
"disabled": false,
|
|
7383
|
-
"document": "主机InstanceId列表",
|
|
7384
|
-
"example": "[\"ins-e55paxnt
|
|
7840
|
+
"document": "主机 InstanceId 列表",
|
|
7841
|
+
"example": "[\"ins-e55paxnt\"]",
|
|
7385
7842
|
"member": "string",
|
|
7386
7843
|
"name": "InstanceIds",
|
|
7387
7844
|
"required": true,
|
|
@@ -7404,6 +7861,15 @@
|
|
|
7404
7861
|
"name": "ForceDelete",
|
|
7405
7862
|
"required": false,
|
|
7406
7863
|
"type": "bool"
|
|
7864
|
+
},
|
|
7865
|
+
{
|
|
7866
|
+
"disabled": false,
|
|
7867
|
+
"document": "集群删除时资源的删除策略,目前支持CBS(默认保留CBS)",
|
|
7868
|
+
"example": "无",
|
|
7869
|
+
"member": "ResourceDeleteOption",
|
|
7870
|
+
"name": "ResourceDeleteOptions",
|
|
7871
|
+
"required": false,
|
|
7872
|
+
"type": "list"
|
|
7407
7873
|
}
|
|
7408
7874
|
],
|
|
7409
7875
|
"type": "object"
|
|
@@ -7414,7 +7880,7 @@
|
|
|
7414
7880
|
{
|
|
7415
7881
|
"disabled": false,
|
|
7416
7882
|
"document": "删除成功的实例ID列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
7417
|
-
"example": "
|
|
7883
|
+
"example": "[\"ins-e55paxnt\"]",
|
|
7418
7884
|
"member": "string",
|
|
7419
7885
|
"name": "SuccInstanceIds",
|
|
7420
7886
|
"output_required": true,
|
|
@@ -7424,7 +7890,7 @@
|
|
|
7424
7890
|
{
|
|
7425
7891
|
"disabled": false,
|
|
7426
7892
|
"document": "删除失败的实例ID列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
7427
|
-
"example": "
|
|
7893
|
+
"example": "[\"ins-e55paxnt\"]",
|
|
7428
7894
|
"member": "string",
|
|
7429
7895
|
"name": "FailedInstanceIds",
|
|
7430
7896
|
"output_required": true,
|
|
@@ -7434,7 +7900,7 @@
|
|
|
7434
7900
|
{
|
|
7435
7901
|
"disabled": false,
|
|
7436
7902
|
"document": "未匹配到的实例ID列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
7437
|
-
"example": "
|
|
7903
|
+
"example": "[\"ins-e55paxnt\"]",
|
|
7438
7904
|
"member": "string",
|
|
7439
7905
|
"name": "NotFoundInstanceIds",
|
|
7440
7906
|
"output_required": true,
|
|
@@ -7450,6 +7916,33 @@
|
|
|
7450
7916
|
],
|
|
7451
7917
|
"type": "object"
|
|
7452
7918
|
},
|
|
7919
|
+
"DeleteClusterMaintenanceWindowAndExclusionRequest": {
|
|
7920
|
+
"document": "DeleteClusterMaintenanceWindowAndExclusion请求参数结构体",
|
|
7921
|
+
"members": [
|
|
7922
|
+
{
|
|
7923
|
+
"disabled": false,
|
|
7924
|
+
"document": "集群ID",
|
|
7925
|
+
"example": "cls-3n90hta2",
|
|
7926
|
+
"member": "string",
|
|
7927
|
+
"name": "ClusterID",
|
|
7928
|
+
"required": true,
|
|
7929
|
+
"type": "string"
|
|
7930
|
+
}
|
|
7931
|
+
],
|
|
7932
|
+
"type": "object"
|
|
7933
|
+
},
|
|
7934
|
+
"DeleteClusterMaintenanceWindowAndExclusionResponse": {
|
|
7935
|
+
"document": "DeleteClusterMaintenanceWindowAndExclusion返回参数结构体",
|
|
7936
|
+
"members": [
|
|
7937
|
+
{
|
|
7938
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
7939
|
+
"member": "string",
|
|
7940
|
+
"name": "RequestId",
|
|
7941
|
+
"type": "string"
|
|
7942
|
+
}
|
|
7943
|
+
],
|
|
7944
|
+
"type": "object"
|
|
7945
|
+
},
|
|
7453
7946
|
"DeleteClusterNodePoolRequest": {
|
|
7454
7947
|
"document": "DeleteClusterNodePool请求参数结构体",
|
|
7455
7948
|
"members": [
|
|
@@ -7465,7 +7958,7 @@
|
|
|
7465
7958
|
{
|
|
7466
7959
|
"disabled": false,
|
|
7467
7960
|
"document": "需要删除的节点池 Id 列表",
|
|
7468
|
-
"example": "[\"np-e55paxnt
|
|
7961
|
+
"example": "[\"np-e55paxnt\"]",
|
|
7469
7962
|
"member": "string",
|
|
7470
7963
|
"name": "NodePoolIds",
|
|
7471
7964
|
"required": true,
|
|
@@ -7873,6 +8366,33 @@
|
|
|
7873
8366
|
],
|
|
7874
8367
|
"type": "object"
|
|
7875
8368
|
},
|
|
8369
|
+
"DeleteGlobalMaintenanceWindowAndExclusionRequest": {
|
|
8370
|
+
"document": "DeleteGlobalMaintenanceWindowAndExclusion请求参数结构体",
|
|
8371
|
+
"members": [
|
|
8372
|
+
{
|
|
8373
|
+
"disabled": false,
|
|
8374
|
+
"document": "全局维护时间窗口ID",
|
|
8375
|
+
"example": "1",
|
|
8376
|
+
"member": "int64",
|
|
8377
|
+
"name": "ID",
|
|
8378
|
+
"required": true,
|
|
8379
|
+
"type": "int"
|
|
8380
|
+
}
|
|
8381
|
+
],
|
|
8382
|
+
"type": "object"
|
|
8383
|
+
},
|
|
8384
|
+
"DeleteGlobalMaintenanceWindowAndExclusionResponse": {
|
|
8385
|
+
"document": "DeleteGlobalMaintenanceWindowAndExclusion返回参数结构体",
|
|
8386
|
+
"members": [
|
|
8387
|
+
{
|
|
8388
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
8389
|
+
"member": "string",
|
|
8390
|
+
"name": "RequestId",
|
|
8391
|
+
"type": "string"
|
|
8392
|
+
}
|
|
8393
|
+
],
|
|
8394
|
+
"type": "object"
|
|
8395
|
+
},
|
|
7876
8396
|
"DeleteImageCachesRequest": {
|
|
7877
8397
|
"document": "DeleteImageCaches请求参数结构体",
|
|
7878
8398
|
"members": [
|
|
@@ -8351,6 +8871,33 @@
|
|
|
8351
8871
|
],
|
|
8352
8872
|
"type": "object"
|
|
8353
8873
|
},
|
|
8874
|
+
"DeleteRollOutSequenceRequest": {
|
|
8875
|
+
"document": "DeleteRollOutSequence请求参数结构体",
|
|
8876
|
+
"members": [
|
|
8877
|
+
{
|
|
8878
|
+
"disabled": false,
|
|
8879
|
+
"document": "发布序列ID",
|
|
8880
|
+
"example": "1",
|
|
8881
|
+
"member": "int64",
|
|
8882
|
+
"name": "ID",
|
|
8883
|
+
"required": true,
|
|
8884
|
+
"type": "int"
|
|
8885
|
+
}
|
|
8886
|
+
],
|
|
8887
|
+
"type": "object"
|
|
8888
|
+
},
|
|
8889
|
+
"DeleteRollOutSequenceResponse": {
|
|
8890
|
+
"document": "DeleteRollOutSequence返回参数结构体",
|
|
8891
|
+
"members": [
|
|
8892
|
+
{
|
|
8893
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
8894
|
+
"member": "string",
|
|
8895
|
+
"name": "RequestId",
|
|
8896
|
+
"type": "string"
|
|
8897
|
+
}
|
|
8898
|
+
],
|
|
8899
|
+
"type": "object"
|
|
8900
|
+
},
|
|
8354
8901
|
"DeleteTKEEdgeClusterRequest": {
|
|
8355
8902
|
"document": "DeleteTKEEdgeCluster请求参数结构体",
|
|
8356
8903
|
"members": [
|
|
@@ -8485,7 +9032,7 @@
|
|
|
8485
9032
|
"members": [
|
|
8486
9033
|
{
|
|
8487
9034
|
"disabled": false,
|
|
8488
|
-
"document": "集群 Id
|
|
9035
|
+
"document": "集群 Id。若只查询某个集群可升级的版本,需填写此项,与ClusterIds 参数二选一。",
|
|
8489
9036
|
"example": "cls-7ph3twqe",
|
|
8490
9037
|
"member": "string",
|
|
8491
9038
|
"name": "ClusterId",
|
|
@@ -8494,7 +9041,7 @@
|
|
|
8494
9041
|
},
|
|
8495
9042
|
{
|
|
8496
9043
|
"disabled": false,
|
|
8497
|
-
"document": "集群 Id
|
|
9044
|
+
"document": "集群 Id 列表。若查询多个集群可升级的版本,需填写此项,与ClusterId 参数二选一。",
|
|
8498
9045
|
"example": "[\"cls-7ph3twqe\"]",
|
|
8499
9046
|
"member": "string",
|
|
8500
9047
|
"name": "ClusterIds",
|
|
@@ -8865,6 +9412,72 @@
|
|
|
8865
9412
|
],
|
|
8866
9413
|
"type": "object"
|
|
8867
9414
|
},
|
|
9415
|
+
"DescribeClusterAvailableExtraArgsRequest": {
|
|
9416
|
+
"document": "DescribeClusterAvailableExtraArgs请求参数结构体",
|
|
9417
|
+
"members": [
|
|
9418
|
+
{
|
|
9419
|
+
"disabled": false,
|
|
9420
|
+
"document": "集群版本",
|
|
9421
|
+
"example": "1.20.6",
|
|
9422
|
+
"member": "string",
|
|
9423
|
+
"name": "ClusterVersion",
|
|
9424
|
+
"required": true,
|
|
9425
|
+
"type": "string"
|
|
9426
|
+
},
|
|
9427
|
+
{
|
|
9428
|
+
"disabled": false,
|
|
9429
|
+
"document": "集群类型(MANAGED_CLUSTER或INDEPENDENT_CLUSTER)",
|
|
9430
|
+
"example": "MANAGED_CLUSTER",
|
|
9431
|
+
"member": "string",
|
|
9432
|
+
"name": "ClusterType",
|
|
9433
|
+
"required": true,
|
|
9434
|
+
"type": "string"
|
|
9435
|
+
}
|
|
9436
|
+
],
|
|
9437
|
+
"type": "object"
|
|
9438
|
+
},
|
|
9439
|
+
"DescribeClusterAvailableExtraArgsResponse": {
|
|
9440
|
+
"document": "DescribeClusterAvailableExtraArgs返回参数结构体",
|
|
9441
|
+
"members": [
|
|
9442
|
+
{
|
|
9443
|
+
"disabled": false,
|
|
9444
|
+
"document": "集群版本",
|
|
9445
|
+
"example": "1.20.6",
|
|
9446
|
+
"member": "string",
|
|
9447
|
+
"name": "ClusterVersion",
|
|
9448
|
+
"output_required": true,
|
|
9449
|
+
"type": "string",
|
|
9450
|
+
"value_allowed_null": false
|
|
9451
|
+
},
|
|
9452
|
+
{
|
|
9453
|
+
"disabled": false,
|
|
9454
|
+
"document": "可用的自定义参数",
|
|
9455
|
+
"example": "{}",
|
|
9456
|
+
"member": "AvailableExtraArgs",
|
|
9457
|
+
"name": "AvailableExtraArgs",
|
|
9458
|
+
"output_required": true,
|
|
9459
|
+
"type": "object",
|
|
9460
|
+
"value_allowed_null": false
|
|
9461
|
+
},
|
|
9462
|
+
{
|
|
9463
|
+
"disabled": false,
|
|
9464
|
+
"document": "集群类型",
|
|
9465
|
+
"example": "MANAGED_CLUSTER",
|
|
9466
|
+
"member": "string",
|
|
9467
|
+
"name": "ClusterType",
|
|
9468
|
+
"output_required": true,
|
|
9469
|
+
"type": "string",
|
|
9470
|
+
"value_allowed_null": false
|
|
9471
|
+
},
|
|
9472
|
+
{
|
|
9473
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
9474
|
+
"member": "string",
|
|
9475
|
+
"name": "RequestId",
|
|
9476
|
+
"type": "string"
|
|
9477
|
+
}
|
|
9478
|
+
],
|
|
9479
|
+
"type": "object"
|
|
9480
|
+
},
|
|
8868
9481
|
"DescribeClusterCommonNamesRequest": {
|
|
8869
9482
|
"document": "DescribeClusterCommonNames请求参数结构体",
|
|
8870
9483
|
"members": [
|
|
@@ -8986,7 +9599,7 @@
|
|
|
8986
9599
|
"members": [
|
|
8987
9600
|
{
|
|
8988
9601
|
"disabled": false,
|
|
8989
|
-
"document": "查询集群访问端口状态(Created 开启成功,Creating 开启中,NotFound
|
|
9602
|
+
"document": "查询集群访问端口状态(Created 开启成功,Creating 开启中,NotFound 未开启,CreateFailed 开启失败)",
|
|
8990
9603
|
"example": "Created",
|
|
8991
9604
|
"member": "string",
|
|
8992
9605
|
"name": "Status",
|
|
@@ -9282,7 +9895,7 @@
|
|
|
9282
9895
|
"members": [
|
|
9283
9896
|
{
|
|
9284
9897
|
"disabled": false,
|
|
9285
|
-
"document": "集群ID",
|
|
9898
|
+
"document": "集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )",
|
|
9286
9899
|
"example": "cls-7ph3twqe",
|
|
9287
9900
|
"member": "string",
|
|
9288
9901
|
"name": "ClusterId",
|
|
@@ -9309,7 +9922,7 @@
|
|
|
9309
9922
|
},
|
|
9310
9923
|
{
|
|
9311
9924
|
"disabled": false,
|
|
9312
|
-
"document": "需要获取的节点实例
|
|
9925
|
+
"document": "需要获取的节点实例 ID 列表。如果为空,表示拉取集群下所有节点实例。普通节点用 CVM ID(如 ins-1cghhuuu ),原生节点用节点池内机器 ID (如 np-1ade4uid-0a2dc )。",
|
|
9313
9926
|
"example": "[\"ins-1cghhuuu\"]",
|
|
9314
9927
|
"member": "string",
|
|
9315
9928
|
"name": "InstanceIds",
|
|
@@ -9318,7 +9931,7 @@
|
|
|
9318
9931
|
},
|
|
9319
9932
|
{
|
|
9320
9933
|
"disabled": false,
|
|
9321
|
-
"document": "
|
|
9934
|
+
"document": "节点角色,默认为WORKER类型\n\n- WOKRER 集群内常规计算节点\n- MASTER 独立集群控制面组件节点\n- ETCD 独立集群 etcd 存储节点\n- MASTER_ETCD 独立集群控制面、etcd 共同部署的 master 节点\n",
|
|
9322
9935
|
"example": "WORKER",
|
|
9323
9936
|
"member": "string",
|
|
9324
9937
|
"name": "InstanceRole",
|
|
@@ -9545,25 +10158,90 @@
|
|
|
9545
10158
|
],
|
|
9546
10159
|
"type": "object"
|
|
9547
10160
|
},
|
|
9548
|
-
"
|
|
9549
|
-
"document": "
|
|
10161
|
+
"DescribeClusterMaintenanceWindowAndExclusionsRequest": {
|
|
10162
|
+
"document": "DescribeClusterMaintenanceWindowAndExclusions请求参数结构体",
|
|
9550
10163
|
"members": [
|
|
9551
10164
|
{
|
|
9552
10165
|
"disabled": false,
|
|
9553
|
-
"document": "
|
|
9554
|
-
"example": "
|
|
9555
|
-
"member": "
|
|
9556
|
-
"name": "
|
|
9557
|
-
"required":
|
|
9558
|
-
"type": "
|
|
10166
|
+
"document": "偏移量,默认为0",
|
|
10167
|
+
"example": "0",
|
|
10168
|
+
"member": "int64",
|
|
10169
|
+
"name": "Offset",
|
|
10170
|
+
"required": false,
|
|
10171
|
+
"type": "int"
|
|
9559
10172
|
},
|
|
9560
10173
|
{
|
|
9561
10174
|
"disabled": false,
|
|
9562
|
-
"document": "
|
|
9563
|
-
"example": "
|
|
9564
|
-
"member": "
|
|
9565
|
-
"name": "
|
|
9566
|
-
"required":
|
|
10175
|
+
"document": "最大输出条目数,默认为20",
|
|
10176
|
+
"example": "10",
|
|
10177
|
+
"member": "int64",
|
|
10178
|
+
"name": "Limit",
|
|
10179
|
+
"required": false,
|
|
10180
|
+
"type": "int"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"disabled": false,
|
|
10184
|
+
"document": "过滤项",
|
|
10185
|
+
"example": "无",
|
|
10186
|
+
"member": "Filter",
|
|
10187
|
+
"name": "Filters",
|
|
10188
|
+
"required": false,
|
|
10189
|
+
"type": "list"
|
|
10190
|
+
}
|
|
10191
|
+
],
|
|
10192
|
+
"type": "object"
|
|
10193
|
+
},
|
|
10194
|
+
"DescribeClusterMaintenanceWindowAndExclusionsResponse": {
|
|
10195
|
+
"document": "DescribeClusterMaintenanceWindowAndExclusions返回参数结构体",
|
|
10196
|
+
"members": [
|
|
10197
|
+
{
|
|
10198
|
+
"disabled": false,
|
|
10199
|
+
"document": "维护时间窗口和排除项",
|
|
10200
|
+
"example": "无",
|
|
10201
|
+
"member": "MaintenanceWindowAndExclusion",
|
|
10202
|
+
"name": "MaintenanceWindowAndExclusions",
|
|
10203
|
+
"output_required": false,
|
|
10204
|
+
"type": "list",
|
|
10205
|
+
"value_allowed_null": false
|
|
10206
|
+
},
|
|
10207
|
+
{
|
|
10208
|
+
"disabled": false,
|
|
10209
|
+
"document": "总条目数",
|
|
10210
|
+
"example": "10",
|
|
10211
|
+
"member": "int64",
|
|
10212
|
+
"name": "TotalCount",
|
|
10213
|
+
"output_required": true,
|
|
10214
|
+
"type": "int",
|
|
10215
|
+
"value_allowed_null": false
|
|
10216
|
+
},
|
|
10217
|
+
{
|
|
10218
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10219
|
+
"member": "string",
|
|
10220
|
+
"name": "RequestId",
|
|
10221
|
+
"type": "string"
|
|
10222
|
+
}
|
|
10223
|
+
],
|
|
10224
|
+
"type": "object"
|
|
10225
|
+
},
|
|
10226
|
+
"DescribeClusterNodePoolDetailRequest": {
|
|
10227
|
+
"document": "DescribeClusterNodePoolDetail请求参数结构体",
|
|
10228
|
+
"members": [
|
|
10229
|
+
{
|
|
10230
|
+
"disabled": false,
|
|
10231
|
+
"document": "集群id",
|
|
10232
|
+
"example": "cls-e55paxnt",
|
|
10233
|
+
"member": "string",
|
|
10234
|
+
"name": "ClusterId",
|
|
10235
|
+
"required": true,
|
|
10236
|
+
"type": "string"
|
|
10237
|
+
},
|
|
10238
|
+
{
|
|
10239
|
+
"disabled": false,
|
|
10240
|
+
"document": "节点池id",
|
|
10241
|
+
"example": "np-e55paxnt",
|
|
10242
|
+
"member": "string",
|
|
10243
|
+
"name": "NodePoolId",
|
|
10244
|
+
"required": true,
|
|
9567
10245
|
"type": "string"
|
|
9568
10246
|
}
|
|
9569
10247
|
],
|
|
@@ -9679,8 +10357,8 @@
|
|
|
9679
10357
|
},
|
|
9680
10358
|
{
|
|
9681
10359
|
"disabled": false,
|
|
9682
|
-
"document": "
|
|
9683
|
-
"example": "tke
|
|
10360
|
+
"document": "集群类型,支持传入tke(标准集群),eks(Serverless集群),external(注册集群)",
|
|
10361
|
+
"example": "tke",
|
|
9684
10362
|
"member": "string",
|
|
9685
10363
|
"name": "ClusterType",
|
|
9686
10364
|
"required": false,
|
|
@@ -9773,7 +10451,7 @@
|
|
|
9773
10451
|
},
|
|
9774
10452
|
{
|
|
9775
10453
|
"disabled": false,
|
|
9776
|
-
"document": "
|
|
10454
|
+
"document": "集群类型,传入 tke(标准集群), eks(Serverless集群), external(注册集群)",
|
|
9777
10455
|
"example": "tke",
|
|
9778
10456
|
"member": "string",
|
|
9779
10457
|
"name": "ClusterType",
|
|
@@ -9837,7 +10515,7 @@
|
|
|
9837
10515
|
},
|
|
9838
10516
|
{
|
|
9839
10517
|
"disabled": false,
|
|
9840
|
-
"document": "
|
|
10518
|
+
"document": "集群类型,传入 tke(标准集群), eks(Serverless集群), external(注册集群)",
|
|
9841
10519
|
"example": "tke",
|
|
9842
10520
|
"member": "string",
|
|
9843
10521
|
"name": "ClusterType",
|
|
@@ -9893,7 +10571,7 @@
|
|
|
9893
10571
|
},
|
|
9894
10572
|
{
|
|
9895
10573
|
"disabled": false,
|
|
9896
|
-
"document": "
|
|
10574
|
+
"document": "每页数量限制,默认值为20",
|
|
9897
10575
|
"example": "20",
|
|
9898
10576
|
"member": "int64",
|
|
9899
10577
|
"name": "Limit",
|
|
@@ -9902,7 +10580,7 @@
|
|
|
9902
10580
|
},
|
|
9903
10581
|
{
|
|
9904
10582
|
"disabled": false,
|
|
9905
|
-
"document": "
|
|
10583
|
+
"document": "页偏移量,默认值为0",
|
|
9906
10584
|
"example": "10",
|
|
9907
10585
|
"member": "int64",
|
|
9908
10586
|
"name": "Offset",
|
|
@@ -9911,7 +10589,7 @@
|
|
|
9911
10589
|
},
|
|
9912
10590
|
{
|
|
9913
10591
|
"disabled": false,
|
|
9914
|
-
"document": "
|
|
10592
|
+
"document": "集群类型,传入 tke(标准集群),eks(Serverless集群),external(注册集群)",
|
|
9915
10593
|
"example": "tke",
|
|
9916
10594
|
"member": "string",
|
|
9917
10595
|
"name": "ClusterType",
|
|
@@ -10000,6 +10678,71 @@
|
|
|
10000
10678
|
],
|
|
10001
10679
|
"type": "object"
|
|
10002
10680
|
},
|
|
10681
|
+
"DescribeClusterRollOutSequenceTagsRequest": {
|
|
10682
|
+
"document": "DescribeClusterRollOutSequenceTags请求参数结构体",
|
|
10683
|
+
"members": [
|
|
10684
|
+
{
|
|
10685
|
+
"disabled": false,
|
|
10686
|
+
"document": "偏移量,默认为0",
|
|
10687
|
+
"example": "0",
|
|
10688
|
+
"member": "int64",
|
|
10689
|
+
"name": "Offset",
|
|
10690
|
+
"required": false,
|
|
10691
|
+
"type": "int"
|
|
10692
|
+
},
|
|
10693
|
+
{
|
|
10694
|
+
"disabled": false,
|
|
10695
|
+
"document": "最大输出条目数,默认为20",
|
|
10696
|
+
"example": "10",
|
|
10697
|
+
"member": "int64",
|
|
10698
|
+
"name": "Limit",
|
|
10699
|
+
"required": false,
|
|
10700
|
+
"type": "int"
|
|
10701
|
+
},
|
|
10702
|
+
{
|
|
10703
|
+
"disabled": false,
|
|
10704
|
+
"document": "过滤项",
|
|
10705
|
+
"example": "无",
|
|
10706
|
+
"member": "Filter",
|
|
10707
|
+
"name": "Filters",
|
|
10708
|
+
"required": false,
|
|
10709
|
+
"type": "list"
|
|
10710
|
+
}
|
|
10711
|
+
],
|
|
10712
|
+
"type": "object"
|
|
10713
|
+
},
|
|
10714
|
+
"DescribeClusterRollOutSequenceTagsResponse": {
|
|
10715
|
+
"document": "DescribeClusterRollOutSequenceTags返回参数结构体",
|
|
10716
|
+
"members": [
|
|
10717
|
+
{
|
|
10718
|
+
"disabled": false,
|
|
10719
|
+
"document": "集群发布序列标签",
|
|
10720
|
+
"example": "无",
|
|
10721
|
+
"member": "ClusterRollOutSequenceTag",
|
|
10722
|
+
"name": "ClusterTags",
|
|
10723
|
+
"output_required": false,
|
|
10724
|
+
"type": "list",
|
|
10725
|
+
"value_allowed_null": false
|
|
10726
|
+
},
|
|
10727
|
+
{
|
|
10728
|
+
"disabled": false,
|
|
10729
|
+
"document": "总条目数",
|
|
10730
|
+
"example": "10",
|
|
10731
|
+
"member": "int64",
|
|
10732
|
+
"name": "TotalCount",
|
|
10733
|
+
"output_required": true,
|
|
10734
|
+
"type": "int",
|
|
10735
|
+
"value_allowed_null": false
|
|
10736
|
+
},
|
|
10737
|
+
{
|
|
10738
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10739
|
+
"member": "string",
|
|
10740
|
+
"name": "RequestId",
|
|
10741
|
+
"type": "string"
|
|
10742
|
+
}
|
|
10743
|
+
],
|
|
10744
|
+
"type": "object"
|
|
10745
|
+
},
|
|
10003
10746
|
"DescribeClusterRouteTablesRequest": {
|
|
10004
10747
|
"document": "DescribeClusterRouteTables请求参数结构体",
|
|
10005
10748
|
"members": [],
|
|
@@ -10042,7 +10785,7 @@
|
|
|
10042
10785
|
"members": [
|
|
10043
10786
|
{
|
|
10044
10787
|
"disabled": false,
|
|
10045
|
-
"document": "
|
|
10788
|
+
"document": "路由表名称。与集群 ID 一致,可以到[集群控制台](https://console.cloud.tencent.com/tke2)进行复制。",
|
|
10046
10789
|
"example": "cls-e55paxnt",
|
|
10047
10790
|
"member": "string",
|
|
10048
10791
|
"name": "RouteTableName",
|
|
@@ -10052,7 +10795,7 @@
|
|
|
10052
10795
|
{
|
|
10053
10796
|
"disabled": false,
|
|
10054
10797
|
"document": "过滤条件,当前只支持按照单个条件GatewayIP进行过滤(可选)",
|
|
10055
|
-
"example": "
|
|
10798
|
+
"example": "无",
|
|
10056
10799
|
"member": "Filter",
|
|
10057
10800
|
"name": "Filters",
|
|
10058
10801
|
"required": false,
|
|
@@ -10410,7 +11153,7 @@
|
|
|
10410
11153
|
},
|
|
10411
11154
|
{
|
|
10412
11155
|
"disabled": false,
|
|
10413
|
-
"document": "
|
|
11156
|
+
"document": "集群类型,托管集群:MANAGED_CLUSTER,独立集群:INDEPENDENT_CLUSTER。",
|
|
10414
11157
|
"example": "MANAGED_CLUSTER",
|
|
10415
11158
|
"member": "string",
|
|
10416
11159
|
"name": "ClusterType",
|
|
@@ -11643,12 +12386,77 @@
|
|
|
11643
12386
|
],
|
|
11644
12387
|
"type": "object"
|
|
11645
12388
|
},
|
|
12389
|
+
"DescribeGlobalMaintenanceWindowAndExclusionsRequest": {
|
|
12390
|
+
"document": "DescribeGlobalMaintenanceWindowAndExclusions请求参数结构体",
|
|
12391
|
+
"members": [
|
|
12392
|
+
{
|
|
12393
|
+
"disabled": false,
|
|
12394
|
+
"document": "偏移量,默认为0",
|
|
12395
|
+
"example": "0",
|
|
12396
|
+
"member": "int64",
|
|
12397
|
+
"name": "Offset",
|
|
12398
|
+
"required": false,
|
|
12399
|
+
"type": "int"
|
|
12400
|
+
},
|
|
12401
|
+
{
|
|
12402
|
+
"disabled": false,
|
|
12403
|
+
"document": "最大输出条目数,默认为20",
|
|
12404
|
+
"example": "10",
|
|
12405
|
+
"member": "int64",
|
|
12406
|
+
"name": "Limit",
|
|
12407
|
+
"required": false,
|
|
12408
|
+
"type": "int"
|
|
12409
|
+
},
|
|
12410
|
+
{
|
|
12411
|
+
"disabled": false,
|
|
12412
|
+
"document": "筛选项",
|
|
12413
|
+
"example": "无",
|
|
12414
|
+
"member": "Filter",
|
|
12415
|
+
"name": "Filters",
|
|
12416
|
+
"required": false,
|
|
12417
|
+
"type": "list"
|
|
12418
|
+
}
|
|
12419
|
+
],
|
|
12420
|
+
"type": "object"
|
|
12421
|
+
},
|
|
12422
|
+
"DescribeGlobalMaintenanceWindowAndExclusionsResponse": {
|
|
12423
|
+
"document": "DescribeGlobalMaintenanceWindowAndExclusions返回参数结构体",
|
|
12424
|
+
"members": [
|
|
12425
|
+
{
|
|
12426
|
+
"disabled": false,
|
|
12427
|
+
"document": "总条目数",
|
|
12428
|
+
"example": "10",
|
|
12429
|
+
"member": "int64",
|
|
12430
|
+
"name": "TotalCount",
|
|
12431
|
+
"output_required": true,
|
|
12432
|
+
"type": "int",
|
|
12433
|
+
"value_allowed_null": false
|
|
12434
|
+
},
|
|
12435
|
+
{
|
|
12436
|
+
"disabled": false,
|
|
12437
|
+
"document": "维护时间窗口",
|
|
12438
|
+
"example": "无",
|
|
12439
|
+
"member": "GlobalMaintenanceWindowAndExclusion",
|
|
12440
|
+
"name": "MaintenanceWindowAndExclusions",
|
|
12441
|
+
"output_required": false,
|
|
12442
|
+
"type": "list",
|
|
12443
|
+
"value_allowed_null": false
|
|
12444
|
+
},
|
|
12445
|
+
{
|
|
12446
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
12447
|
+
"member": "string",
|
|
12448
|
+
"name": "RequestId",
|
|
12449
|
+
"type": "string"
|
|
12450
|
+
}
|
|
12451
|
+
],
|
|
12452
|
+
"type": "object"
|
|
12453
|
+
},
|
|
11646
12454
|
"DescribeIPAMDRequest": {
|
|
11647
12455
|
"document": "DescribeIPAMD请求参数结构体",
|
|
11648
12456
|
"members": [
|
|
11649
12457
|
{
|
|
11650
12458
|
"disabled": false,
|
|
11651
|
-
"document": "集群ID",
|
|
12459
|
+
"document": "集群 ID,请[登录控制台](https://console.cloud.tencent.com/tke2/cluster)在集群列表复制ID",
|
|
11652
12460
|
"example": "cls-8k33qz0w",
|
|
11653
12461
|
"member": "string",
|
|
11654
12462
|
"name": "ClusterId",
|
|
@@ -12107,8 +12915,8 @@
|
|
|
12107
12915
|
"members": [
|
|
12108
12916
|
{
|
|
12109
12917
|
"disabled": false,
|
|
12110
|
-
"document": "集群ID",
|
|
12111
|
-
"example": "cls-
|
|
12918
|
+
"document": "集群ID,请从容器服务集群列表获取(https://console.cloud.tencent.com/tke2/cluster)",
|
|
12919
|
+
"example": "cls-afd3ns1c",
|
|
12112
12920
|
"member": "string",
|
|
12113
12921
|
"name": "ClusterId",
|
|
12114
12922
|
"required": true,
|
|
@@ -14002,7 +14810,7 @@
|
|
|
14002
14810
|
},
|
|
14003
14811
|
{
|
|
14004
14812
|
"disabled": false,
|
|
14005
|
-
"document": "Pod
|
|
14813
|
+
"document": "Pod使用量,单位:个数",
|
|
14006
14814
|
"example": "100",
|
|
14007
14815
|
"member": "uint64",
|
|
14008
14816
|
"name": "PodUsage",
|
|
@@ -14012,7 +14820,7 @@
|
|
|
14012
14820
|
},
|
|
14013
14821
|
{
|
|
14014
14822
|
"disabled": false,
|
|
14015
|
-
"document": "ReplicaSet
|
|
14823
|
+
"document": "ReplicaSet使用量,单位:个数",
|
|
14016
14824
|
"example": "100",
|
|
14017
14825
|
"member": "uint64",
|
|
14018
14826
|
"name": "RSUsage",
|
|
@@ -14022,7 +14830,7 @@
|
|
|
14022
14830
|
},
|
|
14023
14831
|
{
|
|
14024
14832
|
"disabled": false,
|
|
14025
|
-
"document": "ConfigMap
|
|
14833
|
+
"document": "ConfigMap使用量,单位:个数",
|
|
14026
14834
|
"example": "100",
|
|
14027
14835
|
"member": "uint64",
|
|
14028
14836
|
"name": "ConfigMapUsage",
|
|
@@ -14049,6 +14857,62 @@
|
|
|
14049
14857
|
],
|
|
14050
14858
|
"type": "object"
|
|
14051
14859
|
},
|
|
14860
|
+
"DescribeRollOutSequencesRequest": {
|
|
14861
|
+
"document": "DescribeRollOutSequences请求参数结构体",
|
|
14862
|
+
"members": [
|
|
14863
|
+
{
|
|
14864
|
+
"disabled": false,
|
|
14865
|
+
"document": "偏移量,默认为0",
|
|
14866
|
+
"example": "0",
|
|
14867
|
+
"member": "int64",
|
|
14868
|
+
"name": "Offset",
|
|
14869
|
+
"required": false,
|
|
14870
|
+
"type": "int"
|
|
14871
|
+
},
|
|
14872
|
+
{
|
|
14873
|
+
"disabled": false,
|
|
14874
|
+
"document": "最大输出条目数,默认为20",
|
|
14875
|
+
"example": "10",
|
|
14876
|
+
"member": "int64",
|
|
14877
|
+
"name": "Limit",
|
|
14878
|
+
"required": false,
|
|
14879
|
+
"type": "int"
|
|
14880
|
+
}
|
|
14881
|
+
],
|
|
14882
|
+
"type": "object"
|
|
14883
|
+
},
|
|
14884
|
+
"DescribeRollOutSequencesResponse": {
|
|
14885
|
+
"document": "DescribeRollOutSequences返回参数结构体",
|
|
14886
|
+
"members": [
|
|
14887
|
+
{
|
|
14888
|
+
"disabled": false,
|
|
14889
|
+
"document": "发布序列",
|
|
14890
|
+
"example": "无",
|
|
14891
|
+
"member": "RollOutSequence",
|
|
14892
|
+
"name": "Sequences",
|
|
14893
|
+
"output_required": false,
|
|
14894
|
+
"type": "list",
|
|
14895
|
+
"value_allowed_null": false
|
|
14896
|
+
},
|
|
14897
|
+
{
|
|
14898
|
+
"disabled": false,
|
|
14899
|
+
"document": "总条目数",
|
|
14900
|
+
"example": "10",
|
|
14901
|
+
"member": "int64",
|
|
14902
|
+
"name": "TotalCount",
|
|
14903
|
+
"output_required": true,
|
|
14904
|
+
"type": "int",
|
|
14905
|
+
"value_allowed_null": false
|
|
14906
|
+
},
|
|
14907
|
+
{
|
|
14908
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
14909
|
+
"member": "string",
|
|
14910
|
+
"name": "RequestId",
|
|
14911
|
+
"type": "string"
|
|
14912
|
+
}
|
|
14913
|
+
],
|
|
14914
|
+
"type": "object"
|
|
14915
|
+
},
|
|
14052
14916
|
"DescribeRouteTableConflictsRequest": {
|
|
14053
14917
|
"document": "DescribeRouteTableConflicts请求参数结构体",
|
|
14054
14918
|
"members": [
|
|
@@ -14063,7 +14927,7 @@
|
|
|
14063
14927
|
},
|
|
14064
14928
|
{
|
|
14065
14929
|
"disabled": false,
|
|
14066
|
-
"document": "路由表绑定的VPC",
|
|
14930
|
+
"document": "路由表绑定的VPC,请到 [VPC 控制台](https://console.cloud.tencent.com/vpc/vpc)复制 VPC ID",
|
|
14067
14931
|
"example": "vpc-sgdfgfhs",
|
|
14068
14932
|
"member": "string",
|
|
14069
14933
|
"name": "VpcId",
|
|
@@ -14520,36 +15384,202 @@
|
|
|
14520
15384
|
],
|
|
14521
15385
|
"type": "object"
|
|
14522
15386
|
},
|
|
14523
|
-
"
|
|
14524
|
-
"document": "
|
|
14525
|
-
"members": [],
|
|
14526
|
-
"type": "object"
|
|
14527
|
-
},
|
|
14528
|
-
"DescribeVersionsResponse": {
|
|
14529
|
-
"document": "DescribeVersions返回参数结构体",
|
|
15387
|
+
"DescribeTasksRequest": {
|
|
15388
|
+
"document": "DescribeTasks请求参数结构体",
|
|
14530
15389
|
"members": [
|
|
14531
15390
|
{
|
|
14532
15391
|
"disabled": false,
|
|
14533
|
-
"document": "
|
|
14534
|
-
"example": "
|
|
14535
|
-
"member": "
|
|
14536
|
-
"name": "
|
|
14537
|
-
"
|
|
14538
|
-
"type": "
|
|
14539
|
-
"value_allowed_null": false
|
|
15392
|
+
"document": "根据filter做过滤,支持ClusterId(取值示例:cls-xxxx)、TaskType(任务类型,取值示例:add_cluster_cidr、node_upgrade、node_upgrade_ctl等)其中任务类型必传",
|
|
15393
|
+
"example": "[]",
|
|
15394
|
+
"member": "Filter",
|
|
15395
|
+
"name": "Filter",
|
|
15396
|
+
"required": false,
|
|
15397
|
+
"type": "list"
|
|
14540
15398
|
},
|
|
14541
15399
|
{
|
|
14542
15400
|
"disabled": false,
|
|
14543
|
-
"document": "
|
|
15401
|
+
"document": "表示最新的任务条目,此值为true的话,输出任务列表中只会有最新的一条",
|
|
14544
15402
|
"example": "无",
|
|
14545
|
-
"member": "
|
|
14546
|
-
"name": "
|
|
14547
|
-
"
|
|
14548
|
-
"type": "
|
|
14549
|
-
|
|
14550
|
-
|
|
14551
|
-
|
|
14552
|
-
|
|
15403
|
+
"member": "bool",
|
|
15404
|
+
"name": "Latest",
|
|
15405
|
+
"required": false,
|
|
15406
|
+
"type": "bool"
|
|
15407
|
+
}
|
|
15408
|
+
],
|
|
15409
|
+
"type": "object"
|
|
15410
|
+
},
|
|
15411
|
+
"DescribeTasksResponse": {
|
|
15412
|
+
"document": "DescribeTasks返回参数结构体",
|
|
15413
|
+
"members": [
|
|
15414
|
+
{
|
|
15415
|
+
"disabled": false,
|
|
15416
|
+
"document": "任务步骤信息",
|
|
15417
|
+
"example": "无",
|
|
15418
|
+
"member": "Task",
|
|
15419
|
+
"name": "Tasks",
|
|
15420
|
+
"type": "list",
|
|
15421
|
+
"value_allowed_null": false
|
|
15422
|
+
},
|
|
15423
|
+
{
|
|
15424
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
15425
|
+
"member": "string",
|
|
15426
|
+
"name": "RequestId",
|
|
15427
|
+
"type": "string"
|
|
15428
|
+
}
|
|
15429
|
+
],
|
|
15430
|
+
"type": "object"
|
|
15431
|
+
},
|
|
15432
|
+
"DescribeUpgradeTaskDetailRequest": {
|
|
15433
|
+
"document": "DescribeUpgradeTaskDetail请求参数结构体",
|
|
15434
|
+
"members": [
|
|
15435
|
+
{
|
|
15436
|
+
"disabled": false,
|
|
15437
|
+
"document": "升级任务ID",
|
|
15438
|
+
"example": "1",
|
|
15439
|
+
"member": "int64",
|
|
15440
|
+
"name": "ID",
|
|
15441
|
+
"required": true,
|
|
15442
|
+
"type": "int"
|
|
15443
|
+
},
|
|
15444
|
+
{
|
|
15445
|
+
"disabled": false,
|
|
15446
|
+
"document": "偏移量,默认为0",
|
|
15447
|
+
"example": "0",
|
|
15448
|
+
"member": "int64",
|
|
15449
|
+
"name": "Offset",
|
|
15450
|
+
"required": false,
|
|
15451
|
+
"type": "int"
|
|
15452
|
+
},
|
|
15453
|
+
{
|
|
15454
|
+
"disabled": false,
|
|
15455
|
+
"document": "最大输出条目数,默认为20",
|
|
15456
|
+
"example": "20",
|
|
15457
|
+
"member": "int64",
|
|
15458
|
+
"name": "Limit",
|
|
15459
|
+
"required": false,
|
|
15460
|
+
"type": "int"
|
|
15461
|
+
}
|
|
15462
|
+
],
|
|
15463
|
+
"type": "object"
|
|
15464
|
+
},
|
|
15465
|
+
"DescribeUpgradeTaskDetailResponse": {
|
|
15466
|
+
"document": "DescribeUpgradeTaskDetail返回参数结构体",
|
|
15467
|
+
"members": [
|
|
15468
|
+
{
|
|
15469
|
+
"disabled": false,
|
|
15470
|
+
"document": "升级计划",
|
|
15471
|
+
"example": "无",
|
|
15472
|
+
"member": "UpgradePlan",
|
|
15473
|
+
"name": "UpgradePlans",
|
|
15474
|
+
"output_required": false,
|
|
15475
|
+
"type": "list",
|
|
15476
|
+
"value_allowed_null": false
|
|
15477
|
+
},
|
|
15478
|
+
{
|
|
15479
|
+
"disabled": false,
|
|
15480
|
+
"document": "总条目数",
|
|
15481
|
+
"example": "10",
|
|
15482
|
+
"member": "int64",
|
|
15483
|
+
"name": "TotalCount",
|
|
15484
|
+
"output_required": true,
|
|
15485
|
+
"type": "int",
|
|
15486
|
+
"value_allowed_null": false
|
|
15487
|
+
},
|
|
15488
|
+
{
|
|
15489
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
15490
|
+
"member": "string",
|
|
15491
|
+
"name": "RequestId",
|
|
15492
|
+
"type": "string"
|
|
15493
|
+
}
|
|
15494
|
+
],
|
|
15495
|
+
"type": "object"
|
|
15496
|
+
},
|
|
15497
|
+
"DescribeUpgradeTasksRequest": {
|
|
15498
|
+
"document": "DescribeUpgradeTasks请求参数结构体",
|
|
15499
|
+
"members": [
|
|
15500
|
+
{
|
|
15501
|
+
"disabled": false,
|
|
15502
|
+
"document": "偏移量,默认为0",
|
|
15503
|
+
"example": "0",
|
|
15504
|
+
"member": "int64",
|
|
15505
|
+
"name": "Offset",
|
|
15506
|
+
"required": false,
|
|
15507
|
+
"type": "int"
|
|
15508
|
+
},
|
|
15509
|
+
{
|
|
15510
|
+
"disabled": false,
|
|
15511
|
+
"document": "最大输出条目数,默认为20",
|
|
15512
|
+
"example": "10",
|
|
15513
|
+
"member": "int64",
|
|
15514
|
+
"name": "Limit",
|
|
15515
|
+
"required": false,
|
|
15516
|
+
"type": "int"
|
|
15517
|
+
}
|
|
15518
|
+
],
|
|
15519
|
+
"type": "object"
|
|
15520
|
+
},
|
|
15521
|
+
"DescribeUpgradeTasksResponse": {
|
|
15522
|
+
"document": "DescribeUpgradeTasks返回参数结构体",
|
|
15523
|
+
"members": [
|
|
15524
|
+
{
|
|
15525
|
+
"disabled": false,
|
|
15526
|
+
"document": "升级任务",
|
|
15527
|
+
"example": "无",
|
|
15528
|
+
"member": "UpgradeTask",
|
|
15529
|
+
"name": "UpgradeTasks",
|
|
15530
|
+
"output_required": false,
|
|
15531
|
+
"type": "list",
|
|
15532
|
+
"value_allowed_null": false
|
|
15533
|
+
},
|
|
15534
|
+
{
|
|
15535
|
+
"disabled": false,
|
|
15536
|
+
"document": "总条目数",
|
|
15537
|
+
"example": "10",
|
|
15538
|
+
"member": "int64",
|
|
15539
|
+
"name": "TotalCount",
|
|
15540
|
+
"output_required": true,
|
|
15541
|
+
"type": "int",
|
|
15542
|
+
"value_allowed_null": false
|
|
15543
|
+
},
|
|
15544
|
+
{
|
|
15545
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
15546
|
+
"member": "string",
|
|
15547
|
+
"name": "RequestId",
|
|
15548
|
+
"type": "string"
|
|
15549
|
+
}
|
|
15550
|
+
],
|
|
15551
|
+
"type": "object"
|
|
15552
|
+
},
|
|
15553
|
+
"DescribeVersionsRequest": {
|
|
15554
|
+
"document": "DescribeVersions请求参数结构体",
|
|
15555
|
+
"members": [],
|
|
15556
|
+
"type": "object"
|
|
15557
|
+
},
|
|
15558
|
+
"DescribeVersionsResponse": {
|
|
15559
|
+
"document": "DescribeVersions返回参数结构体",
|
|
15560
|
+
"members": [
|
|
15561
|
+
{
|
|
15562
|
+
"disabled": false,
|
|
15563
|
+
"document": "版本数量",
|
|
15564
|
+
"example": "0",
|
|
15565
|
+
"member": "uint64",
|
|
15566
|
+
"name": "TotalCount",
|
|
15567
|
+
"output_required": true,
|
|
15568
|
+
"type": "int",
|
|
15569
|
+
"value_allowed_null": false
|
|
15570
|
+
},
|
|
15571
|
+
{
|
|
15572
|
+
"disabled": false,
|
|
15573
|
+
"document": "版本列表",
|
|
15574
|
+
"example": "无",
|
|
15575
|
+
"member": "VersionInstance",
|
|
15576
|
+
"name": "VersionInstanceSet",
|
|
15577
|
+
"output_required": true,
|
|
15578
|
+
"type": "list",
|
|
15579
|
+
"value_allowed_null": false
|
|
15580
|
+
},
|
|
15581
|
+
{
|
|
15582
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
14553
15583
|
"member": "string",
|
|
14554
15584
|
"name": "RequestId",
|
|
14555
15585
|
"type": "string"
|
|
@@ -15926,7 +16956,7 @@
|
|
|
15926
16956
|
},
|
|
15927
16957
|
{
|
|
15928
16958
|
"disabled": false,
|
|
15929
|
-
"document": "CLS日志集ID",
|
|
16959
|
+
"document": "CLS日志集ID,可以通过cls接口或者控制台获取",
|
|
15930
16960
|
"example": "d93d9f91-a27a-4756-8575-e367fe885556",
|
|
15931
16961
|
"member": "string",
|
|
15932
16962
|
"name": "LogsetId",
|
|
@@ -15935,7 +16965,7 @@
|
|
|
15935
16965
|
},
|
|
15936
16966
|
{
|
|
15937
16967
|
"disabled": false,
|
|
15938
|
-
"document": "CLS日志主题ID",
|
|
16968
|
+
"document": "CLS日志主题ID,可以通过cls接口或者控制台获取",
|
|
15939
16969
|
"example": "11305b73-15f1-42fe-9256-5b1495e40zx121",
|
|
15940
16970
|
"member": "string",
|
|
15941
16971
|
"name": "TopicId",
|
|
@@ -16043,7 +17073,7 @@
|
|
|
16043
17073
|
},
|
|
16044
17074
|
{
|
|
16045
17075
|
"disabled": false,
|
|
16046
|
-
"document": "cls服务的logsetID",
|
|
17076
|
+
"document": "cls服务的logsetID,通过cls接口或者控制台获取",
|
|
16047
17077
|
"example": "cddc14ab-947c-4326-87b9-7b226f371xxxx",
|
|
16048
17078
|
"member": "string",
|
|
16049
17079
|
"name": "LogsetId",
|
|
@@ -16052,7 +17082,7 @@
|
|
|
16052
17082
|
},
|
|
16053
17083
|
{
|
|
16054
17084
|
"disabled": false,
|
|
16055
|
-
"document": "cls服务的topicID",
|
|
17085
|
+
"document": "cls服务的topicID,通过cls接口或者控制台获取",
|
|
16056
17086
|
"example": "11305b73-15f1-42fe-9256-5b1495e4xxzzx",
|
|
16057
17087
|
"member": "string",
|
|
16058
17088
|
"name": "TopicId",
|
|
@@ -16647,20 +17677,80 @@
|
|
|
16647
17677
|
"example": "cluster",
|
|
16648
17678
|
"member": "string",
|
|
16649
17679
|
"name": "Name",
|
|
17680
|
+
"output_required": false,
|
|
16650
17681
|
"required": true,
|
|
16651
|
-
"type": "string"
|
|
17682
|
+
"type": "string",
|
|
17683
|
+
"value_allowed_null": false
|
|
16652
17684
|
},
|
|
16653
17685
|
{
|
|
16654
17686
|
"disabled": false,
|
|
16655
17687
|
"document": "属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。",
|
|
16656
|
-
"example": "
|
|
17688
|
+
"example": "[]",
|
|
16657
17689
|
"member": "string",
|
|
16658
17690
|
"name": "Values",
|
|
17691
|
+
"output_required": false,
|
|
16659
17692
|
"required": true,
|
|
16660
|
-
"type": "list"
|
|
17693
|
+
"type": "list",
|
|
17694
|
+
"value_allowed_null": false
|
|
16661
17695
|
}
|
|
16662
17696
|
],
|
|
16663
|
-
"usage": "
|
|
17697
|
+
"usage": "both"
|
|
17698
|
+
},
|
|
17699
|
+
"Flag": {
|
|
17700
|
+
"document": "参数描述",
|
|
17701
|
+
"members": [
|
|
17702
|
+
{
|
|
17703
|
+
"disabled": false,
|
|
17704
|
+
"document": "参数名",
|
|
17705
|
+
"example": "",
|
|
17706
|
+
"member": "string",
|
|
17707
|
+
"name": "Name",
|
|
17708
|
+
"required": true,
|
|
17709
|
+
"type": "string",
|
|
17710
|
+
"value_allowed_null": false
|
|
17711
|
+
},
|
|
17712
|
+
{
|
|
17713
|
+
"disabled": false,
|
|
17714
|
+
"document": "参数类型",
|
|
17715
|
+
"example": "",
|
|
17716
|
+
"member": "string",
|
|
17717
|
+
"name": "Type",
|
|
17718
|
+
"required": true,
|
|
17719
|
+
"type": "string",
|
|
17720
|
+
"value_allowed_null": false
|
|
17721
|
+
},
|
|
17722
|
+
{
|
|
17723
|
+
"disabled": false,
|
|
17724
|
+
"document": "参数描述",
|
|
17725
|
+
"example": "",
|
|
17726
|
+
"member": "string",
|
|
17727
|
+
"name": "Usage",
|
|
17728
|
+
"required": true,
|
|
17729
|
+
"type": "string",
|
|
17730
|
+
"value_allowed_null": false
|
|
17731
|
+
},
|
|
17732
|
+
{
|
|
17733
|
+
"disabled": false,
|
|
17734
|
+
"document": "参数默认值",
|
|
17735
|
+
"example": "",
|
|
17736
|
+
"member": "string",
|
|
17737
|
+
"name": "Default",
|
|
17738
|
+
"required": true,
|
|
17739
|
+
"type": "string",
|
|
17740
|
+
"value_allowed_null": false
|
|
17741
|
+
},
|
|
17742
|
+
{
|
|
17743
|
+
"disabled": false,
|
|
17744
|
+
"document": "参数可选范围(目前包含range和in两种,\"[]\"代表range,如\"[1, 5]\"表示参数必须>=1且 <=5, \"()\"代表in, 如\"('aa', 'bb')\"表示参数只能为字符串'aa'或者'bb',该参数为空表示不校验)",
|
|
17745
|
+
"example": "",
|
|
17746
|
+
"member": "string",
|
|
17747
|
+
"name": "Constraint",
|
|
17748
|
+
"required": true,
|
|
17749
|
+
"type": "string",
|
|
17750
|
+
"value_allowed_null": false
|
|
17751
|
+
}
|
|
17752
|
+
],
|
|
17753
|
+
"usage": "out"
|
|
16664
17754
|
},
|
|
16665
17755
|
"ForwardTKEEdgeApplicationRequestV3Request": {
|
|
16666
17756
|
"document": "ForwardTKEEdgeApplicationRequestV3请求参数结构体",
|
|
@@ -16819,7 +17909,7 @@
|
|
|
16819
17909
|
"members": [
|
|
16820
17910
|
{
|
|
16821
17911
|
"disabled": false,
|
|
16822
|
-
"document": "
|
|
17912
|
+
"document": "集群规格,托管集群询价,集群等级:L20、L50、L100、L200、L500、L1000、L3000、L5000",
|
|
16823
17913
|
"example": "L5",
|
|
16824
17914
|
"member": "string",
|
|
16825
17915
|
"name": "ClusterLevel",
|
|
@@ -16978,7 +18068,7 @@
|
|
|
16978
18068
|
"members": [
|
|
16979
18069
|
{
|
|
16980
18070
|
"disabled": false,
|
|
16981
|
-
"document": "集群ID",
|
|
18071
|
+
"document": "集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )",
|
|
16982
18072
|
"example": "cls-7ph3twqe",
|
|
16983
18073
|
"member": "string",
|
|
16984
18074
|
"name": "ClusterId",
|
|
@@ -17031,7 +18121,7 @@
|
|
|
17031
18121
|
},
|
|
17032
18122
|
{
|
|
17033
18123
|
"disabled": false,
|
|
17034
|
-
"document": "升级任务生命周期\nprocess 运行中\npaused 已停止\npauing 正在停止\ndone 已完成\ntimeout 已超时\naborted
|
|
18124
|
+
"document": "升级任务生命周期\n\npending 还未开始\nprocess 运行中\npaused 已停止\npauing 正在停止\ndone 已完成\ntimeout 已超时\naborted 已取消\n",
|
|
17035
18125
|
"example": "done",
|
|
17036
18126
|
"member": "string",
|
|
17037
18127
|
"name": "LifeState",
|
|
@@ -17068,43 +18158,115 @@
|
|
|
17068
18158
|
],
|
|
17069
18159
|
"type": "object"
|
|
17070
18160
|
},
|
|
17071
|
-
"
|
|
17072
|
-
"document": "
|
|
18161
|
+
"GlobalMaintenanceWindowAndExclusion": {
|
|
18162
|
+
"document": "全局维护时间窗口和排除项",
|
|
17073
18163
|
"members": [
|
|
17074
18164
|
{
|
|
17075
18165
|
"disabled": false,
|
|
17076
|
-
"document": "
|
|
17077
|
-
"example": "
|
|
18166
|
+
"document": "地域",
|
|
18167
|
+
"example": "[\"ap-guangzhou\"]",
|
|
17078
18168
|
"member": "string",
|
|
17079
|
-
"name": "
|
|
18169
|
+
"name": "TargetRegions",
|
|
18170
|
+
"output_required": false,
|
|
18171
|
+
"required": false,
|
|
18172
|
+
"type": "list",
|
|
18173
|
+
"value_allowed_null": false
|
|
18174
|
+
},
|
|
18175
|
+
{
|
|
18176
|
+
"disabled": false,
|
|
18177
|
+
"document": "维护开始时间",
|
|
18178
|
+
"example": "20:00:00",
|
|
18179
|
+
"member": "string",
|
|
18180
|
+
"name": "MaintenanceTime",
|
|
17080
18181
|
"output_required": true,
|
|
17081
|
-
"required":
|
|
18182
|
+
"required": false,
|
|
17082
18183
|
"type": "string",
|
|
17083
|
-
"value_allowed_null":
|
|
18184
|
+
"value_allowed_null": false
|
|
17084
18185
|
},
|
|
17085
18186
|
{
|
|
17086
18187
|
"disabled": false,
|
|
17087
|
-
"document": "
|
|
17088
|
-
"example": "
|
|
18188
|
+
"document": "维护时长(小时)",
|
|
18189
|
+
"example": "4",
|
|
17089
18190
|
"member": "int64",
|
|
17090
|
-
"name": "
|
|
18191
|
+
"name": "Duration",
|
|
17091
18192
|
"output_required": true,
|
|
17092
|
-
"required":
|
|
18193
|
+
"required": false,
|
|
17093
18194
|
"type": "int",
|
|
17094
|
-
"value_allowed_null":
|
|
18195
|
+
"value_allowed_null": false
|
|
17095
18196
|
},
|
|
17096
18197
|
{
|
|
17097
18198
|
"disabled": false,
|
|
17098
|
-
"document": "
|
|
17099
|
-
"example": "
|
|
18199
|
+
"document": "维护周期(一周中的哪几天)",
|
|
18200
|
+
"example": "[\"MO\",\"TU\",\"WE\",\"TH\",\"FR\"]",
|
|
17100
18201
|
"member": "string",
|
|
17101
|
-
"name": "
|
|
18202
|
+
"name": "DayOfWeek",
|
|
17102
18203
|
"output_required": true,
|
|
17103
|
-
"required":
|
|
17104
|
-
"type": "
|
|
17105
|
-
"value_allowed_null":
|
|
17106
|
-
}
|
|
17107
|
-
|
|
18204
|
+
"required": false,
|
|
18205
|
+
"type": "list",
|
|
18206
|
+
"value_allowed_null": false
|
|
18207
|
+
},
|
|
18208
|
+
{
|
|
18209
|
+
"disabled": false,
|
|
18210
|
+
"document": "排除项",
|
|
18211
|
+
"example": "无",
|
|
18212
|
+
"member": "MaintenanceExclusion",
|
|
18213
|
+
"name": "Exclusions",
|
|
18214
|
+
"output_required": false,
|
|
18215
|
+
"required": false,
|
|
18216
|
+
"type": "list",
|
|
18217
|
+
"value_allowed_null": false
|
|
18218
|
+
},
|
|
18219
|
+
{
|
|
18220
|
+
"disabled": false,
|
|
18221
|
+
"document": "维护窗口ID",
|
|
18222
|
+
"example": "1",
|
|
18223
|
+
"member": "int64",
|
|
18224
|
+
"name": "ID",
|
|
18225
|
+
"output_required": true,
|
|
18226
|
+
"required": false,
|
|
18227
|
+
"type": "int",
|
|
18228
|
+
"value_allowed_null": false
|
|
18229
|
+
}
|
|
18230
|
+
],
|
|
18231
|
+
"usage": "both"
|
|
18232
|
+
},
|
|
18233
|
+
"HttpGet": {
|
|
18234
|
+
"document": "Probe中的HttpGet",
|
|
18235
|
+
"members": [
|
|
18236
|
+
{
|
|
18237
|
+
"disabled": false,
|
|
18238
|
+
"document": "HttpGet检测的路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18239
|
+
"example": "/tke",
|
|
18240
|
+
"member": "string",
|
|
18241
|
+
"name": "Path",
|
|
18242
|
+
"output_required": true,
|
|
18243
|
+
"required": true,
|
|
18244
|
+
"type": "string",
|
|
18245
|
+
"value_allowed_null": true
|
|
18246
|
+
},
|
|
18247
|
+
{
|
|
18248
|
+
"disabled": false,
|
|
18249
|
+
"document": "HttpGet检测的端口号\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18250
|
+
"example": "80",
|
|
18251
|
+
"member": "int64",
|
|
18252
|
+
"name": "Port",
|
|
18253
|
+
"output_required": true,
|
|
18254
|
+
"required": true,
|
|
18255
|
+
"type": "int",
|
|
18256
|
+
"value_allowed_null": true
|
|
18257
|
+
},
|
|
18258
|
+
{
|
|
18259
|
+
"disabled": false,
|
|
18260
|
+
"document": "HTTP or HTTPS\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18261
|
+
"example": "HTTP",
|
|
18262
|
+
"member": "string",
|
|
18263
|
+
"name": "Scheme",
|
|
18264
|
+
"output_required": true,
|
|
18265
|
+
"required": true,
|
|
18266
|
+
"type": "string",
|
|
18267
|
+
"value_allowed_null": true
|
|
18268
|
+
}
|
|
18269
|
+
],
|
|
17108
18270
|
"usage": "both"
|
|
17109
18271
|
},
|
|
17110
18272
|
"IPAddress": {
|
|
@@ -18370,6 +19532,26 @@
|
|
|
18370
19532
|
"output_required": true,
|
|
18371
19533
|
"type": "list",
|
|
18372
19534
|
"value_allowed_null": false
|
|
19535
|
+
},
|
|
19536
|
+
{
|
|
19537
|
+
"disabled": false,
|
|
19538
|
+
"document": "诊断数据开始时间",
|
|
19539
|
+
"example": "2025-10-29 08:04:00 +0000 UTC",
|
|
19540
|
+
"member": "string",
|
|
19541
|
+
"name": "StartTime",
|
|
19542
|
+
"output_required": false,
|
|
19543
|
+
"type": "string",
|
|
19544
|
+
"value_allowed_null": false
|
|
19545
|
+
},
|
|
19546
|
+
{
|
|
19547
|
+
"disabled": false,
|
|
19548
|
+
"document": "诊断数据结束时间",
|
|
19549
|
+
"example": "2025-10-28 11:56:14 +0000 UTC",
|
|
19550
|
+
"member": "string",
|
|
19551
|
+
"name": "EndTime",
|
|
19552
|
+
"output_required": false,
|
|
19553
|
+
"type": "string",
|
|
19554
|
+
"value_allowed_null": false
|
|
18373
19555
|
}
|
|
18374
19556
|
],
|
|
18375
19557
|
"usage": "out"
|
|
@@ -18491,7 +19673,7 @@
|
|
|
18491
19673
|
"members": [
|
|
18492
19674
|
{
|
|
18493
19675
|
"disabled": false,
|
|
18494
|
-
"document": "
|
|
19676
|
+
"document": "诊断结果的健康水平,健康水平取值:\nserious:高风险\nrisk:中风险\nwarn:低风险\ngood:健康\nfailed:诊断流程异常",
|
|
18495
19677
|
"example": "good",
|
|
18496
19678
|
"member": "string",
|
|
18497
19679
|
"name": "HealthyLevel",
|
|
@@ -18545,7 +19727,7 @@
|
|
|
18545
19727
|
"members": [
|
|
18546
19728
|
{
|
|
18547
19729
|
"disabled": false,
|
|
18548
|
-
"document": "目标集群ID",
|
|
19730
|
+
"document": "目标集群ID\n\n取值可参考:\n[查询TKE集群列表](https://cloud.tencent.com/document/api/457/31862)",
|
|
18549
19731
|
"example": "cls-abc",
|
|
18550
19732
|
"member": "string",
|
|
18551
19733
|
"name": "ClusterId",
|
|
@@ -18738,6 +19920,150 @@
|
|
|
18738
19920
|
],
|
|
18739
19921
|
"usage": "both"
|
|
18740
19922
|
},
|
|
19923
|
+
"MaintenanceExclusion": {
|
|
19924
|
+
"document": "维护时间排除项",
|
|
19925
|
+
"members": [
|
|
19926
|
+
{
|
|
19927
|
+
"disabled": false,
|
|
19928
|
+
"document": "维护排除项名称",
|
|
19929
|
+
"example": "促销封网",
|
|
19930
|
+
"member": "string",
|
|
19931
|
+
"name": "Name",
|
|
19932
|
+
"output_required": true,
|
|
19933
|
+
"required": true,
|
|
19934
|
+
"type": "string",
|
|
19935
|
+
"value_allowed_null": false
|
|
19936
|
+
},
|
|
19937
|
+
{
|
|
19938
|
+
"disabled": false,
|
|
19939
|
+
"document": "维护排除项开始时间",
|
|
19940
|
+
"example": "2020-01-01 08:00:00",
|
|
19941
|
+
"member": "string",
|
|
19942
|
+
"name": "StartAt",
|
|
19943
|
+
"output_required": true,
|
|
19944
|
+
"required": true,
|
|
19945
|
+
"type": "string",
|
|
19946
|
+
"value_allowed_null": false
|
|
19947
|
+
},
|
|
19948
|
+
{
|
|
19949
|
+
"disabled": false,
|
|
19950
|
+
"document": "维护排除项结束时间",
|
|
19951
|
+
"example": "2020-01-01 20:00:00",
|
|
19952
|
+
"member": "string",
|
|
19953
|
+
"name": "EndAt",
|
|
19954
|
+
"output_required": true,
|
|
19955
|
+
"required": true,
|
|
19956
|
+
"type": "string",
|
|
19957
|
+
"value_allowed_null": false
|
|
19958
|
+
},
|
|
19959
|
+
{
|
|
19960
|
+
"disabled": false,
|
|
19961
|
+
"document": "维护排除项ID",
|
|
19962
|
+
"example": "1",
|
|
19963
|
+
"member": "int64",
|
|
19964
|
+
"name": "ID",
|
|
19965
|
+
"output_required": true,
|
|
19966
|
+
"required": false,
|
|
19967
|
+
"type": "int",
|
|
19968
|
+
"value_allowed_null": false
|
|
19969
|
+
}
|
|
19970
|
+
],
|
|
19971
|
+
"usage": "both"
|
|
19972
|
+
},
|
|
19973
|
+
"MaintenanceWindowAndExclusion": {
|
|
19974
|
+
"document": "维护时间窗口和排除项",
|
|
19975
|
+
"members": [
|
|
19976
|
+
{
|
|
19977
|
+
"disabled": false,
|
|
19978
|
+
"document": "维护开始时间",
|
|
19979
|
+
"example": "18:00:00",
|
|
19980
|
+
"member": "string",
|
|
19981
|
+
"name": "MaintenanceTime",
|
|
19982
|
+
"output_required": true,
|
|
19983
|
+
"required": true,
|
|
19984
|
+
"type": "string",
|
|
19985
|
+
"value_allowed_null": false
|
|
19986
|
+
},
|
|
19987
|
+
{
|
|
19988
|
+
"disabled": false,
|
|
19989
|
+
"document": "维护时长(小时)",
|
|
19990
|
+
"example": "4",
|
|
19991
|
+
"member": "int64",
|
|
19992
|
+
"name": "Duration",
|
|
19993
|
+
"output_required": true,
|
|
19994
|
+
"required": true,
|
|
19995
|
+
"type": "int",
|
|
19996
|
+
"value_allowed_null": false
|
|
19997
|
+
},
|
|
19998
|
+
{
|
|
19999
|
+
"disabled": false,
|
|
20000
|
+
"document": "集群ID",
|
|
20001
|
+
"example": "cls-abcd1234",
|
|
20002
|
+
"member": "string",
|
|
20003
|
+
"name": "ClusterID",
|
|
20004
|
+
"output_required": true,
|
|
20005
|
+
"required": true,
|
|
20006
|
+
"type": "string",
|
|
20007
|
+
"value_allowed_null": false
|
|
20008
|
+
},
|
|
20009
|
+
{
|
|
20010
|
+
"disabled": false,
|
|
20011
|
+
"document": "维护周期(一周中的哪几天)",
|
|
20012
|
+
"example": "[\"MO\",\"TU\",\"WE\",\"TH\",\"FR\"]",
|
|
20013
|
+
"member": "string",
|
|
20014
|
+
"name": "DayOfWeek",
|
|
20015
|
+
"output_required": true,
|
|
20016
|
+
"required": true,
|
|
20017
|
+
"type": "list",
|
|
20018
|
+
"value_allowed_null": false
|
|
20019
|
+
},
|
|
20020
|
+
{
|
|
20021
|
+
"disabled": false,
|
|
20022
|
+
"document": "地域",
|
|
20023
|
+
"example": "ap-guangzhou",
|
|
20024
|
+
"member": "string",
|
|
20025
|
+
"name": "Region",
|
|
20026
|
+
"output_required": true,
|
|
20027
|
+
"required": true,
|
|
20028
|
+
"type": "string",
|
|
20029
|
+
"value_allowed_null": false
|
|
20030
|
+
},
|
|
20031
|
+
{
|
|
20032
|
+
"disabled": false,
|
|
20033
|
+
"document": "集群名称",
|
|
20034
|
+
"example": "测试集群",
|
|
20035
|
+
"member": "string",
|
|
20036
|
+
"name": "ClusterName",
|
|
20037
|
+
"output_required": false,
|
|
20038
|
+
"required": false,
|
|
20039
|
+
"type": "string",
|
|
20040
|
+
"value_allowed_null": false
|
|
20041
|
+
},
|
|
20042
|
+
{
|
|
20043
|
+
"disabled": false,
|
|
20044
|
+
"document": "集群版本",
|
|
20045
|
+
"example": "1.30.0",
|
|
20046
|
+
"member": "string",
|
|
20047
|
+
"name": "ClusterVersion",
|
|
20048
|
+
"output_required": false,
|
|
20049
|
+
"required": false,
|
|
20050
|
+
"type": "string",
|
|
20051
|
+
"value_allowed_null": false
|
|
20052
|
+
},
|
|
20053
|
+
{
|
|
20054
|
+
"disabled": false,
|
|
20055
|
+
"document": "排除项",
|
|
20056
|
+
"example": "无",
|
|
20057
|
+
"member": "MaintenanceExclusion",
|
|
20058
|
+
"name": "Exclusions",
|
|
20059
|
+
"output_required": false,
|
|
20060
|
+
"required": false,
|
|
20061
|
+
"type": "list",
|
|
20062
|
+
"value_allowed_null": false
|
|
20063
|
+
}
|
|
20064
|
+
],
|
|
20065
|
+
"usage": "both"
|
|
20066
|
+
},
|
|
18741
20067
|
"ManuallyAdded": {
|
|
18742
20068
|
"document": "手动加入的节点",
|
|
18743
20069
|
"members": [
|
|
@@ -18879,7 +20205,7 @@
|
|
|
18879
20205
|
},
|
|
18880
20206
|
{
|
|
18881
20207
|
"disabled": false,
|
|
18882
|
-
"document": "
|
|
20208
|
+
"document": "集群名称,字符长度50",
|
|
18883
20209
|
"example": "cls-2wds9k9p",
|
|
18884
20210
|
"member": "string",
|
|
18885
20211
|
"name": "ClusterName",
|
|
@@ -18897,7 +20223,7 @@
|
|
|
18897
20223
|
},
|
|
18898
20224
|
{
|
|
18899
20225
|
"disabled": false,
|
|
18900
|
-
"document": "
|
|
20226
|
+
"document": "集群等级,等级类型:L20、L50、L100、L200、L500、L1000、L3000、L5000",
|
|
18901
20227
|
"example": "L5",
|
|
18902
20228
|
"member": "string",
|
|
18903
20229
|
"name": "ClusterLevel",
|
|
@@ -19106,13 +20432,13 @@
|
|
|
19106
20432
|
],
|
|
19107
20433
|
"type": "object"
|
|
19108
20434
|
},
|
|
19109
|
-
"
|
|
19110
|
-
"document": "
|
|
20435
|
+
"ModifyClusterExtraArgsRequest": {
|
|
20436
|
+
"document": "ModifyClusterExtraArgs请求参数结构体",
|
|
19111
20437
|
"members": [
|
|
19112
20438
|
{
|
|
19113
20439
|
"disabled": false,
|
|
19114
|
-
"document": "
|
|
19115
|
-
"example": "cls-
|
|
20440
|
+
"document": "目标集群ID",
|
|
20441
|
+
"example": "cls-kda25mj1",
|
|
19116
20442
|
"member": "string",
|
|
19117
20443
|
"name": "ClusterId",
|
|
19118
20444
|
"required": true,
|
|
@@ -19120,18 +20446,18 @@
|
|
|
19120
20446
|
},
|
|
19121
20447
|
{
|
|
19122
20448
|
"disabled": false,
|
|
19123
|
-
"document": "
|
|
19124
|
-
"example": "
|
|
19125
|
-
"member": "
|
|
19126
|
-
"name": "
|
|
19127
|
-
"required":
|
|
19128
|
-
"type": "
|
|
20449
|
+
"document": "集群自定义参数",
|
|
20450
|
+
"example": "[]",
|
|
20451
|
+
"member": "ClusterExtraArgs",
|
|
20452
|
+
"name": "ClusterExtraArgs",
|
|
20453
|
+
"required": false,
|
|
20454
|
+
"type": "object"
|
|
19129
20455
|
}
|
|
19130
20456
|
],
|
|
19131
20457
|
"type": "object"
|
|
19132
20458
|
},
|
|
19133
|
-
"
|
|
19134
|
-
"document": "
|
|
20459
|
+
"ModifyClusterExtraArgsResponse": {
|
|
20460
|
+
"document": "ModifyClusterExtraArgs返回参数结构体",
|
|
19135
20461
|
"members": [
|
|
19136
20462
|
{
|
|
19137
20463
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
@@ -19142,13 +20468,13 @@
|
|
|
19142
20468
|
],
|
|
19143
20469
|
"type": "object"
|
|
19144
20470
|
},
|
|
19145
|
-
"
|
|
19146
|
-
"document": "
|
|
20471
|
+
"ModifyClusterExtraArgsTaskStateRequest": {
|
|
20472
|
+
"document": "ModifyClusterExtraArgsTaskState请求参数结构体",
|
|
19147
20473
|
"members": [
|
|
19148
20474
|
{
|
|
19149
20475
|
"disabled": false,
|
|
19150
|
-
"document": "
|
|
19151
|
-
"example": "cls-
|
|
20476
|
+
"document": "集群实例ID",
|
|
20477
|
+
"example": "cls-jh29sx2l",
|
|
19152
20478
|
"member": "string",
|
|
19153
20479
|
"name": "ClusterId",
|
|
19154
20480
|
"required": true,
|
|
@@ -19156,26 +20482,161 @@
|
|
|
19156
20482
|
},
|
|
19157
20483
|
{
|
|
19158
20484
|
"disabled": false,
|
|
19159
|
-
"document": "
|
|
19160
|
-
"example": "
|
|
20485
|
+
"document": "操作类型:\nabort 取消并回退任务",
|
|
20486
|
+
"example": "abort",
|
|
19161
20487
|
"member": "string",
|
|
19162
|
-
"name": "
|
|
19163
|
-
"required":
|
|
20488
|
+
"name": "Operation",
|
|
20489
|
+
"required": false,
|
|
19164
20490
|
"type": "string"
|
|
19165
|
-
}
|
|
20491
|
+
}
|
|
20492
|
+
],
|
|
20493
|
+
"type": "object"
|
|
20494
|
+
},
|
|
20495
|
+
"ModifyClusterExtraArgsTaskStateResponse": {
|
|
20496
|
+
"document": "ModifyClusterExtraArgsTaskState返回参数结构体",
|
|
20497
|
+
"members": [
|
|
19166
20498
|
{
|
|
19167
|
-
"
|
|
19168
|
-
"document": "名称",
|
|
19169
|
-
"example": "node-pool",
|
|
20499
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
19170
20500
|
"member": "string",
|
|
19171
|
-
"name": "
|
|
19172
|
-
"required": false,
|
|
20501
|
+
"name": "RequestId",
|
|
19173
20502
|
"type": "string"
|
|
19174
|
-
}
|
|
20503
|
+
}
|
|
20504
|
+
],
|
|
20505
|
+
"type": "object"
|
|
20506
|
+
},
|
|
20507
|
+
"ModifyClusterImageRequest": {
|
|
20508
|
+
"document": "ModifyClusterImage请求参数结构体",
|
|
20509
|
+
"members": [
|
|
19175
20510
|
{
|
|
19176
20511
|
"disabled": false,
|
|
19177
|
-
"document": "
|
|
19178
|
-
"example": "
|
|
20512
|
+
"document": "集群ID",
|
|
20513
|
+
"example": "cls-1oxlc88c",
|
|
20514
|
+
"member": "string",
|
|
20515
|
+
"name": "ClusterId",
|
|
20516
|
+
"required": true,
|
|
20517
|
+
"type": "string"
|
|
20518
|
+
},
|
|
20519
|
+
{
|
|
20520
|
+
"disabled": false,
|
|
20521
|
+
"document": "指定有效的镜像ID,格式形如img-e55paxnt。可通过登录控制台查询,也可调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715),取返回信息中的ImageId字段。",
|
|
20522
|
+
"example": "img-9qabwvbn",
|
|
20523
|
+
"member": "string",
|
|
20524
|
+
"name": "ImageId",
|
|
20525
|
+
"required": true,
|
|
20526
|
+
"type": "string"
|
|
20527
|
+
}
|
|
20528
|
+
],
|
|
20529
|
+
"type": "object"
|
|
20530
|
+
},
|
|
20531
|
+
"ModifyClusterImageResponse": {
|
|
20532
|
+
"document": "ModifyClusterImage返回参数结构体",
|
|
20533
|
+
"members": [
|
|
20534
|
+
{
|
|
20535
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
20536
|
+
"member": "string",
|
|
20537
|
+
"name": "RequestId",
|
|
20538
|
+
"type": "string"
|
|
20539
|
+
}
|
|
20540
|
+
],
|
|
20541
|
+
"type": "object"
|
|
20542
|
+
},
|
|
20543
|
+
"ModifyClusterMaintenanceWindowAndExclusionsRequest": {
|
|
20544
|
+
"document": "ModifyClusterMaintenanceWindowAndExclusions请求参数结构体",
|
|
20545
|
+
"members": [
|
|
20546
|
+
{
|
|
20547
|
+
"disabled": false,
|
|
20548
|
+
"document": "集群ID",
|
|
20549
|
+
"example": "cls-3n90hta2",
|
|
20550
|
+
"member": "string",
|
|
20551
|
+
"name": "ClusterID",
|
|
20552
|
+
"required": true,
|
|
20553
|
+
"type": "string"
|
|
20554
|
+
},
|
|
20555
|
+
{
|
|
20556
|
+
"disabled": false,
|
|
20557
|
+
"document": "维护开始时间",
|
|
20558
|
+
"example": "18:00:00",
|
|
20559
|
+
"member": "string",
|
|
20560
|
+
"name": "MaintenanceTime",
|
|
20561
|
+
"required": true,
|
|
20562
|
+
"type": "string"
|
|
20563
|
+
},
|
|
20564
|
+
{
|
|
20565
|
+
"disabled": false,
|
|
20566
|
+
"document": "维护时长(小时)",
|
|
20567
|
+
"example": "4",
|
|
20568
|
+
"member": "int64",
|
|
20569
|
+
"name": "Duration",
|
|
20570
|
+
"required": true,
|
|
20571
|
+
"type": "int"
|
|
20572
|
+
},
|
|
20573
|
+
{
|
|
20574
|
+
"disabled": false,
|
|
20575
|
+
"document": "维护周期(一周中的哪几天)",
|
|
20576
|
+
"example": "[\"MO\",\"TU\",\"WE\",\"TH\",\"FR\"]",
|
|
20577
|
+
"member": "string",
|
|
20578
|
+
"name": "DayOfWeek",
|
|
20579
|
+
"required": true,
|
|
20580
|
+
"type": "list"
|
|
20581
|
+
},
|
|
20582
|
+
{
|
|
20583
|
+
"disabled": false,
|
|
20584
|
+
"document": "维护排除项",
|
|
20585
|
+
"example": "无",
|
|
20586
|
+
"member": "MaintenanceExclusion",
|
|
20587
|
+
"name": "Exclusions",
|
|
20588
|
+
"required": false,
|
|
20589
|
+
"type": "list"
|
|
20590
|
+
}
|
|
20591
|
+
],
|
|
20592
|
+
"type": "object"
|
|
20593
|
+
},
|
|
20594
|
+
"ModifyClusterMaintenanceWindowAndExclusionsResponse": {
|
|
20595
|
+
"document": "ModifyClusterMaintenanceWindowAndExclusions返回参数结构体",
|
|
20596
|
+
"members": [
|
|
20597
|
+
{
|
|
20598
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
20599
|
+
"member": "string",
|
|
20600
|
+
"name": "RequestId",
|
|
20601
|
+
"type": "string"
|
|
20602
|
+
}
|
|
20603
|
+
],
|
|
20604
|
+
"type": "object"
|
|
20605
|
+
},
|
|
20606
|
+
"ModifyClusterNodePoolRequest": {
|
|
20607
|
+
"document": "ModifyClusterNodePool请求参数结构体",
|
|
20608
|
+
"members": [
|
|
20609
|
+
{
|
|
20610
|
+
"disabled": false,
|
|
20611
|
+
"document": "集群ID",
|
|
20612
|
+
"example": "cls-e55paxnt",
|
|
20613
|
+
"member": "string",
|
|
20614
|
+
"name": "ClusterId",
|
|
20615
|
+
"required": true,
|
|
20616
|
+
"type": "string"
|
|
20617
|
+
},
|
|
20618
|
+
{
|
|
20619
|
+
"disabled": false,
|
|
20620
|
+
"document": "节点池ID",
|
|
20621
|
+
"example": "np-e55paxnt",
|
|
20622
|
+
"member": "string",
|
|
20623
|
+
"name": "NodePoolId",
|
|
20624
|
+
"required": true,
|
|
20625
|
+
"type": "string"
|
|
20626
|
+
},
|
|
20627
|
+
{
|
|
20628
|
+
"disabled": false,
|
|
20629
|
+
"document": "名称,最长63个字符,只能包含小写字母、数字及分隔符“_”,且必须以小写字母开头,数字或小写字母结尾",
|
|
20630
|
+
"example": "node-pool",
|
|
20631
|
+
"member": "string",
|
|
20632
|
+
"name": "Name",
|
|
20633
|
+
"required": false,
|
|
20634
|
+
"type": "string"
|
|
20635
|
+
},
|
|
20636
|
+
{
|
|
20637
|
+
"disabled": false,
|
|
20638
|
+
"document": "最大节点数",
|
|
20639
|
+
"example": "100",
|
|
19179
20640
|
"member": "int64",
|
|
19180
20641
|
"name": "MaxNodesNum",
|
|
19181
20642
|
"required": false,
|
|
@@ -19340,6 +20801,42 @@
|
|
|
19340
20801
|
],
|
|
19341
20802
|
"type": "object"
|
|
19342
20803
|
},
|
|
20804
|
+
"ModifyClusterRollOutSequenceTagsRequest": {
|
|
20805
|
+
"document": "ModifyClusterRollOutSequenceTags请求参数结构体",
|
|
20806
|
+
"members": [
|
|
20807
|
+
{
|
|
20808
|
+
"disabled": false,
|
|
20809
|
+
"document": "集群ID",
|
|
20810
|
+
"example": "cls-3n90hta2",
|
|
20811
|
+
"member": "string",
|
|
20812
|
+
"name": "ClusterID",
|
|
20813
|
+
"required": true,
|
|
20814
|
+
"type": "string"
|
|
20815
|
+
},
|
|
20816
|
+
{
|
|
20817
|
+
"disabled": false,
|
|
20818
|
+
"document": "集群发布序列标签(为空时表示移除集群标签)",
|
|
20819
|
+
"example": "无",
|
|
20820
|
+
"member": "Tag",
|
|
20821
|
+
"name": "Tags",
|
|
20822
|
+
"required": false,
|
|
20823
|
+
"type": "list"
|
|
20824
|
+
}
|
|
20825
|
+
],
|
|
20826
|
+
"type": "object"
|
|
20827
|
+
},
|
|
20828
|
+
"ModifyClusterRollOutSequenceTagsResponse": {
|
|
20829
|
+
"document": "ModifyClusterRollOutSequenceTags返回参数结构体",
|
|
20830
|
+
"members": [
|
|
20831
|
+
{
|
|
20832
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
20833
|
+
"member": "string",
|
|
20834
|
+
"name": "RequestId",
|
|
20835
|
+
"type": "string"
|
|
20836
|
+
}
|
|
20837
|
+
],
|
|
20838
|
+
"type": "object"
|
|
20839
|
+
},
|
|
19343
20840
|
"ModifyClusterRuntimeConfigRequest": {
|
|
19344
20841
|
"document": "ModifyClusterRuntimeConfig请求参数结构体",
|
|
19345
20842
|
"members": [
|
|
@@ -19354,7 +20851,7 @@
|
|
|
19354
20851
|
},
|
|
19355
20852
|
{
|
|
19356
20853
|
"disabled": false,
|
|
19357
|
-
"document": "
|
|
20854
|
+
"document": "运行时版本需依据指定的Kubernetes版本进行设置。典型情况为,在升级过程中因版本冲突而需要调整运行时版本时。",
|
|
19358
20855
|
"example": "1.24.4",
|
|
19359
20856
|
"member": "string",
|
|
19360
20857
|
"name": "DstK8SVersion",
|
|
@@ -19363,7 +20860,7 @@
|
|
|
19363
20860
|
},
|
|
19364
20861
|
{
|
|
19365
20862
|
"disabled": false,
|
|
19366
|
-
"document": "
|
|
20863
|
+
"document": "需要修改集群运行时填写",
|
|
19367
20864
|
"example": "{\"RuntimeType\":\"containerd\",\"RuntimeVersion\":\"1.6.9\"}",
|
|
19368
20865
|
"member": "RuntimeConfig",
|
|
19369
20866
|
"name": "ClusterRuntimeConfig",
|
|
@@ -19372,7 +20869,7 @@
|
|
|
19372
20869
|
},
|
|
19373
20870
|
{
|
|
19374
20871
|
"disabled": false,
|
|
19375
|
-
"document": "
|
|
20872
|
+
"document": "需要修改节点池运行时,填需要修改的部分",
|
|
19376
20873
|
"example": "[{\"NodePoolId\":\"np-3z37njiu\",\"RuntimeType\":\"containerd\",\"RuntimeVersion\":\"1.6.9\",\"NodePoolName\":\"np-test\"}]",
|
|
19377
20874
|
"member": "NodePoolRuntime",
|
|
19378
20875
|
"name": "NodePoolRuntimeConfig",
|
|
@@ -19408,7 +20905,7 @@
|
|
|
19408
20905
|
},
|
|
19409
20906
|
{
|
|
19410
20907
|
"disabled": false,
|
|
19411
|
-
"document": "
|
|
20908
|
+
"document": "集群标签:\n[{\"TagKey\":\"env\",\"TagValue\":\"dev\"}]}]",
|
|
19412
20909
|
"example": "无",
|
|
19413
20910
|
"member": "Tag",
|
|
19414
20911
|
"name": "Tags",
|
|
@@ -19530,6 +21027,78 @@
|
|
|
19530
21027
|
],
|
|
19531
21028
|
"type": "object"
|
|
19532
21029
|
},
|
|
21030
|
+
"ModifyGlobalMaintenanceWindowAndExclusionsRequest": {
|
|
21031
|
+
"document": "ModifyGlobalMaintenanceWindowAndExclusions请求参数结构体",
|
|
21032
|
+
"members": [
|
|
21033
|
+
{
|
|
21034
|
+
"disabled": false,
|
|
21035
|
+
"document": "维护窗口ID",
|
|
21036
|
+
"example": "1",
|
|
21037
|
+
"member": "int64",
|
|
21038
|
+
"name": "ID",
|
|
21039
|
+
"required": true,
|
|
21040
|
+
"type": "int"
|
|
21041
|
+
},
|
|
21042
|
+
{
|
|
21043
|
+
"disabled": false,
|
|
21044
|
+
"document": "地域",
|
|
21045
|
+
"example": "[\"ap-guangzhou\"]",
|
|
21046
|
+
"member": "string",
|
|
21047
|
+
"name": "TargetRegions",
|
|
21048
|
+
"required": true,
|
|
21049
|
+
"type": "list"
|
|
21050
|
+
},
|
|
21051
|
+
{
|
|
21052
|
+
"disabled": false,
|
|
21053
|
+
"document": "维护开始时间",
|
|
21054
|
+
"example": "18:00:00",
|
|
21055
|
+
"member": "string",
|
|
21056
|
+
"name": "MaintenanceTime",
|
|
21057
|
+
"required": true,
|
|
21058
|
+
"type": "string"
|
|
21059
|
+
},
|
|
21060
|
+
{
|
|
21061
|
+
"disabled": false,
|
|
21062
|
+
"document": "维护时长(小时)",
|
|
21063
|
+
"example": "4",
|
|
21064
|
+
"member": "int64",
|
|
21065
|
+
"name": "Duration",
|
|
21066
|
+
"required": true,
|
|
21067
|
+
"type": "int"
|
|
21068
|
+
},
|
|
21069
|
+
{
|
|
21070
|
+
"disabled": false,
|
|
21071
|
+
"document": "维护周期(一周中的哪几天)",
|
|
21072
|
+
"example": "[\"MO\",\"TU\",\"WE\",\"TH\",\"FR\"]",
|
|
21073
|
+
"member": "string",
|
|
21074
|
+
"name": "DayOfWeek",
|
|
21075
|
+
"required": true,
|
|
21076
|
+
"type": "list"
|
|
21077
|
+
},
|
|
21078
|
+
{
|
|
21079
|
+
"disabled": false,
|
|
21080
|
+
"document": "维护排除项",
|
|
21081
|
+
"example": "无",
|
|
21082
|
+
"member": "MaintenanceExclusion",
|
|
21083
|
+
"name": "Exclusions",
|
|
21084
|
+
"required": false,
|
|
21085
|
+
"type": "list"
|
|
21086
|
+
}
|
|
21087
|
+
],
|
|
21088
|
+
"type": "object"
|
|
21089
|
+
},
|
|
21090
|
+
"ModifyGlobalMaintenanceWindowAndExclusionsResponse": {
|
|
21091
|
+
"document": "ModifyGlobalMaintenanceWindowAndExclusions返回参数结构体",
|
|
21092
|
+
"members": [
|
|
21093
|
+
{
|
|
21094
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
21095
|
+
"member": "string",
|
|
21096
|
+
"name": "RequestId",
|
|
21097
|
+
"type": "string"
|
|
21098
|
+
}
|
|
21099
|
+
],
|
|
21100
|
+
"type": "object"
|
|
21101
|
+
},
|
|
19533
21102
|
"ModifyMasterComponentRequest": {
|
|
19534
21103
|
"document": "ModifyMasterComponent请求参数结构体",
|
|
19535
21104
|
"members": [
|
|
@@ -19590,7 +21159,7 @@
|
|
|
19590
21159
|
{
|
|
19591
21160
|
"disabled": false,
|
|
19592
21161
|
"document": "集群id",
|
|
19593
|
-
"example": "cls-
|
|
21162
|
+
"example": "cls-hca1bmif",
|
|
19594
21163
|
"member": "string",
|
|
19595
21164
|
"name": "ClusterId",
|
|
19596
21165
|
"required": true,
|
|
@@ -19599,7 +21168,7 @@
|
|
|
19599
21168
|
{
|
|
19600
21169
|
"disabled": false,
|
|
19601
21170
|
"document": "节点池id",
|
|
19602
|
-
"example": "np-
|
|
21171
|
+
"example": "np-5tx2jmn9",
|
|
19603
21172
|
"member": "string",
|
|
19604
21173
|
"name": "NodePoolId",
|
|
19605
21174
|
"required": true,
|
|
@@ -19652,8 +21221,8 @@
|
|
|
19652
21221
|
},
|
|
19653
21222
|
{
|
|
19654
21223
|
"disabled": false,
|
|
19655
|
-
"document": "
|
|
19656
|
-
"example": "[\"
|
|
21224
|
+
"document": "机型列表,参考 https://cloud.tencent.com/document/product/213/11518,主实例机型不支持修改",
|
|
21225
|
+
"example": "[\"S6.MEDIUM4\",\"S5.MEDIUM4\",\"SA3.MEDIUM4\"]",
|
|
19657
21226
|
"member": "string",
|
|
19658
21227
|
"name": "InstanceTypes",
|
|
19659
21228
|
"required": true,
|
|
@@ -19679,7 +21248,7 @@
|
|
|
19679
21248
|
"members": [
|
|
19680
21249
|
{
|
|
19681
21250
|
"disabled": false,
|
|
19682
|
-
"document": "集群ID",
|
|
21251
|
+
"document": "集群ID,请从容器服务集群控制台获取(https://console.cloud.tencent.com/tke2/cluster)。",
|
|
19683
21252
|
"example": "cls-abcd1234",
|
|
19684
21253
|
"member": "string",
|
|
19685
21254
|
"name": "ClusterId",
|
|
@@ -19689,7 +21258,7 @@
|
|
|
19689
21258
|
{
|
|
19690
21259
|
"disabled": false,
|
|
19691
21260
|
"document": "修改的策略列表,目前仅支持修改EnforcementAction字段",
|
|
19692
|
-
"example": "
|
|
21261
|
+
"example": "无",
|
|
19693
21262
|
"member": "OpenPolicySwitch",
|
|
19694
21263
|
"name": "OpenPolicyInfoList",
|
|
19695
21264
|
"required": false,
|
|
@@ -20106,6 +21675,60 @@
|
|
|
20106
21675
|
],
|
|
20107
21676
|
"type": "object"
|
|
20108
21677
|
},
|
|
21678
|
+
"ModifyRollOutSequenceRequest": {
|
|
21679
|
+
"document": "ModifyRollOutSequence请求参数结构体",
|
|
21680
|
+
"members": [
|
|
21681
|
+
{
|
|
21682
|
+
"disabled": false,
|
|
21683
|
+
"document": "发布序列ID",
|
|
21684
|
+
"example": "1",
|
|
21685
|
+
"member": "int64",
|
|
21686
|
+
"name": "ID",
|
|
21687
|
+
"required": true,
|
|
21688
|
+
"type": "int"
|
|
21689
|
+
},
|
|
21690
|
+
{
|
|
21691
|
+
"disabled": false,
|
|
21692
|
+
"document": "发布序列名称",
|
|
21693
|
+
"example": "发布序列1",
|
|
21694
|
+
"member": "string",
|
|
21695
|
+
"name": "Name",
|
|
21696
|
+
"required": true,
|
|
21697
|
+
"type": "string"
|
|
21698
|
+
},
|
|
21699
|
+
{
|
|
21700
|
+
"disabled": false,
|
|
21701
|
+
"document": "发布序列步骤",
|
|
21702
|
+
"example": "无",
|
|
21703
|
+
"member": "SequenceFlow",
|
|
21704
|
+
"name": "SequenceFlows",
|
|
21705
|
+
"required": true,
|
|
21706
|
+
"type": "list"
|
|
21707
|
+
},
|
|
21708
|
+
{
|
|
21709
|
+
"disabled": false,
|
|
21710
|
+
"document": "是否启用",
|
|
21711
|
+
"example": "false",
|
|
21712
|
+
"member": "bool",
|
|
21713
|
+
"name": "Enabled",
|
|
21714
|
+
"required": true,
|
|
21715
|
+
"type": "bool"
|
|
21716
|
+
}
|
|
21717
|
+
],
|
|
21718
|
+
"type": "object"
|
|
21719
|
+
},
|
|
21720
|
+
"ModifyRollOutSequenceResponse": {
|
|
21721
|
+
"document": "ModifyRollOutSequence返回参数结构体",
|
|
21722
|
+
"members": [
|
|
21723
|
+
{
|
|
21724
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
21725
|
+
"member": "string",
|
|
21726
|
+
"name": "RequestId",
|
|
21727
|
+
"type": "string"
|
|
21728
|
+
}
|
|
21729
|
+
],
|
|
21730
|
+
"type": "object"
|
|
21731
|
+
},
|
|
20109
21732
|
"NfsVolume": {
|
|
20110
21733
|
"document": "EKS Instance Nfs Volume",
|
|
20111
21734
|
"members": [
|
|
@@ -20517,7 +22140,7 @@
|
|
|
20517
22140
|
},
|
|
20518
22141
|
{
|
|
20519
22142
|
"disabled": false,
|
|
20520
|
-
"document": "
|
|
22143
|
+
"document": "运行时类型,参考:https://cloud.tencent.com/document/api/457/105241",
|
|
20521
22144
|
"example": "containerd",
|
|
20522
22145
|
"member": "string",
|
|
20523
22146
|
"name": "RuntimeType",
|
|
@@ -20528,7 +22151,7 @@
|
|
|
20528
22151
|
},
|
|
20529
22152
|
{
|
|
20530
22153
|
"disabled": false,
|
|
20531
|
-
"document": "
|
|
22154
|
+
"document": "运行时版本,参考:https://cloud.tencent.com/document/api/457/105241",
|
|
20532
22155
|
"example": "1.6.9",
|
|
20533
22156
|
"member": "string",
|
|
20534
22157
|
"name": "RuntimeVersion",
|
|
@@ -20539,7 +22162,7 @@
|
|
|
20539
22162
|
},
|
|
20540
22163
|
{
|
|
20541
22164
|
"disabled": false,
|
|
20542
|
-
"document": "
|
|
22165
|
+
"document": "节点池名称,限制 255 字符",
|
|
20543
22166
|
"example": "tke",
|
|
20544
22167
|
"member": "string",
|
|
20545
22168
|
"name": "NodePoolName",
|
|
@@ -20760,8 +22383,8 @@
|
|
|
20760
22383
|
},
|
|
20761
22384
|
{
|
|
20762
22385
|
"disabled": false,
|
|
20763
|
-
"document": "
|
|
20764
|
-
"example": "
|
|
22386
|
+
"document": "策略模板类型,支持的类型如下:\n优选策略:\nblocknamespacedeletion:存在pod的命名空间不允许删除\nblockcrddeletion:存在cr的crd不允许删除\nblockmountablevolumetype:禁止挂载指定的volume类型\ndisallowalwayspullimage:禁止镜像拉取策略使用Always\ntkeallowedrepos:容器镜像来源限制\nblockunknowndaemonset:禁止未知的DaemonSet部署\nblockpvdeletion:PV处于绑定状态则不允许删除\ncorednsprotect:CoreDNS组件删除保护\nblockschedulablenodedelete:非封锁状态的Node不允许删除\nresourcesdeletionprotection:资源删除保护\ntkeenirequest:弹性网卡资源配置限制\nblockworkloadcrossversionupgrade:工作负载镜像版本升级策略管控\nblockserviceaccountgranthighprivilegepermission:ServiceAccount权限管控\nblockclusteripserviceexist:不允许Service为ClusterIP类型\nblockinternetaccess:禁止公网访问\nassign:禁止访问Metadata Server\nblockhostnetworkpod:禁止创建HostNetwork类型Pod\n\n可选策略:\nblockvolumemountpath:禁止容器挂载指定的目录\nk8sallowedrepos:容器镜像必须以指定字符串列表中的字符串开头\nk8sblockendpointeditdefaultrole:禁止默认ClusterRole修改Endpoints\nk8sblockloadbalancer:不允许Service为LoadBalancer类型\nk8sblocknodeport:不允许Service为NodePort类型\nk8sblockwildcardingress:禁止ingress配置空白或通配符类型的hostname\nk8scontainerlimits:限制容器必须设置CPU和内存Limit\nk8scontainerratios:限制CPU和内存的Request与Limit的最大比率\nk8scontainerrequests:限制CPU和内存的Request必须设置且小于配置的最大值\nk8srequiredresources:必须配置内存的Limit,CPU和内存的Request\nk8sdisallowanonymous:不允许将白名单以外的ClusterRole和Role关联到system:anonymous User和system:unauthenticated Group\nk8sdisallowedtags:约束容器镜像tag\nk8sexternalips:限制服务externalIP仅为允许的IP地址列表\nk8simagedigests:容器镜像必须包含digest\nnoupdateserviceaccount:拒绝白名单外的资源更新ServiceAccount\nk8sreplicalimits:要求具有spec.replicas字段的对象(Deployments、ReplicaSets等)在定义的范围内\nk8srequiredannotations:要求资源包含指定的annotations,其值与提供的正则表达式匹配\nk8srequiredlabels:要求资源包含指定的标签,其值与提供的正则表达式匹配\nk8srequiredprobes:要求Pod具有Readiness或Liveness Probe\nk8spspautomountserviceaccounttokenpod:约束容器不能设置automountServiceAccountToken为true\nk8spspallowprivilegeescalationcontainer:约束PodSecurityPolicy中的allowPrivilegeEscalation字段为false\nk8spspapparmor:约束AppArmor字段列表\nk8spspcapabilities:限制PodSecurityPolicy中的allowedCapabilities和requiredDropCapabilities字段\nk8spspflexvolumes:约束PodSecurityPolicy中的allowedFlexVolumes字段类型\nk8spspforbiddensysctls:约束PodSecurityPolicy中的sysctls字段不能使用的name\nk8spspfsgroup:控制PodSecurityPolicy中的fsGroup字段在限制范围内\nk8spsphostfilesystem:约束PodSecurityPolicy中的hostPath字段的参数\nk8spsphostnamespace:限制PodSecurityPolicy中的hostPID和hostIPC字段\nk8spsphostnetworkingports:约束PodSecurityPolicy中的hostNetwork和hostPorts字段\nk8spspprivilegedcontainer:禁止PodSecurityPolicy中的privileged字段为true\nk8spspprocmount:约束PodSecurityPolicy中的allowedProcMountTypes字段\nk8spspreadonlyrootfilesystem:约束PodSecurityPolicy中的readOnlyRootFilesystem字段\nk8spspseccomp:约束PodSecurityPolicy上的seccomp.security.alpha.kubernetes.io/allowedProfileNames注解\nk8spspselinuxv2:约束Pod定义SELinux配置的允许列表\nk8spspallowedusers:约束PodSecurityPolicy中的runAsUser、runAsGroup、supplementalGroups和fsGroup字段\nk8spspvolumetypes:约束PodSecurityPolicy中的volumes字段类型",
|
|
22387
|
+
"example": "blockcrddeletion",
|
|
20765
22388
|
"member": "string",
|
|
20766
22389
|
"name": "Kind",
|
|
20767
22390
|
"output_required": true,
|
|
@@ -20824,7 +22447,7 @@
|
|
|
20824
22447
|
},
|
|
20825
22448
|
{
|
|
20826
22449
|
"disabled": false,
|
|
20827
|
-
"document": "
|
|
22450
|
+
"document": "策略模板类型,可选值:\n优选策略:\nblocknamespacedeletion:存在pod的命名空间不允许删除\nblockcrddeletion:存在cr的crd不允许删除\nblockmountablevolumetype:禁止挂载指定的volume类型\ndisallowalwayspullimage:禁止镜像拉取策略使用Always\ntkeallowedrepos:容器镜像来源限制\nblockunknowndaemonset:禁止未知的DaemonSet部署\nblockpvdeletion:PV处于绑定状态则不允许删除\ncorednsprotect:CoreDNS组件删除保护\nblockschedulablenodedelete:非封锁状态的Node不允许删除\nresourcesdeletionprotection:资源删除保护\ntkeenirequest:弹性网卡资源配置限制\nblockworkloadcrossversionupgrade:工作负载镜像版本升级策略管控\nblockserviceaccountgranthighprivilegepermission:ServiceAccount权限管控\nblockclusteripserviceexist:不允许Service为ClusterIP类型\nblockinternetaccess:禁止公网访问\nassign:禁止访问Metadata Server\nblockhostnetworkpod:禁止创建HostNetwork类型Pod\n\n可选策略:\nblockvolumemountpath:禁止容器挂载指定的目录\nk8sallowedrepos:容器镜像必须以指定字符串列表中的字符串开头\nk8sblockendpointeditdefaultrole:禁止默认ClusterRole修改Endpoints\nk8sblockloadbalancer:不允许Service为LoadBalancer类型\nk8sblocknodeport:不允许Service为NodePort类型\nk8sblockwildcardingress:禁止ingress配置空白或通配符类型的hostname\nk8scontainerlimits:限制容器必须设置CPU和内存Limit\nk8scontainerratios:限制CPU和内存的Request与Limit的最大比率\nk8scontainerrequests:限制CPU和内存的Request必须设置且小于配置的最大值\nk8srequiredresources:必须配置内存的Limit,CPU和内存的Request\nk8sdisallowanonymous:不允许将白名单以外的ClusterRole和Role关联到system:anonymous User和system:unauthenticated Group\nk8sdisallowedtags:约束容器镜像tag\nk8sexternalips:限制服务externalIP仅为允许的IP地址列表\nk8simagedigests:容器镜像必须包含digest\nnoupdateserviceaccount:拒绝白名单外的资源更新ServiceAccount\nk8sreplicalimits:要求具有spec.replicas字段的对象(Deployments、ReplicaSets等)在定义的范围内\nk8srequiredannotations:要求资源包含指定的annotations,其值与提供的正则表达式匹配\nk8srequiredlabels:要求资源包含指定的标签,其值与提供的正则表达式匹配\nk8srequiredprobes:要求Pod具有Readiness或Liveness Probe\nk8spspautomountserviceaccounttokenpod:约束容器不能设置automountServiceAccountToken为true\nk8spspallowprivilegeescalationcontainer:约束PodSecurityPolicy中的allowPrivilegeEscalation字段为false\nk8spspapparmor:约束AppArmor字段列表\nk8spspcapabilities:限制PodSecurityPolicy中的allowedCapabilities和requiredDropCapabilities字段\nk8spspflexvolumes:约束PodSecurityPolicy中的allowedFlexVolumes字段类型\nk8spspforbiddensysctls:约束PodSecurityPolicy中的sysctls字段不能使用的name\nk8spspfsgroup:控制PodSecurityPolicy中的fsGroup字段在限制范围内\nk8spsphostfilesystem:约束PodSecurityPolicy中的hostPath字段的参数\nk8spsphostnamespace:限制PodSecurityPolicy中的hostPID和hostIPC字段\nk8spsphostnetworkingports:约束PodSecurityPolicy中的hostNetwork和hostPorts字段\nk8spspprivilegedcontainer:禁止PodSecurityPolicy中的privileged字段为true\nk8spspprocmount:约束PodSecurityPolicy中的allowedProcMountTypes字段\nk8spspreadonlyrootfilesystem:约束PodSecurityPolicy中的readOnlyRootFilesystem字段\nk8spspseccomp:约束PodSecurityPolicy上的seccomp.security.alpha.kubernetes.io/allowedProfileNames注解\nk8spspselinuxv2:约束Pod定义SELinux配置的允许列表\nk8spspallowedusers:约束PodSecurityPolicy中的runAsUser、runAsGroup、supplementalGroups和fsGroup字段\nk8spspvolumetypes:约束PodSecurityPolicy中的volumes字段类型",
|
|
20828
22451
|
"example": "BlockCrdDeletion",
|
|
20829
22452
|
"member": "string",
|
|
20830
22453
|
"name": "Kind",
|
|
@@ -20917,7 +22540,7 @@
|
|
|
20917
22540
|
{
|
|
20918
22541
|
"disabled": false,
|
|
20919
22542
|
"document": "应用ID",
|
|
20920
|
-
"example": "
|
|
22543
|
+
"example": "0b49c73e-a2eb-41d7-8a9b-c0e61cf1aabb",
|
|
20921
22544
|
"member": "string",
|
|
20922
22545
|
"name": "ID",
|
|
20923
22546
|
"output_required": true,
|
|
@@ -20946,7 +22569,7 @@
|
|
|
20946
22569
|
},
|
|
20947
22570
|
{
|
|
20948
22571
|
"disabled": false,
|
|
20949
|
-
"document": "
|
|
22572
|
+
"document": "应用状态,参考 Helm 发布状态。\n可选值及其释义如下:\n• unknown: 状态未知\n• deployed: 已成功部署\n• uninstalled: 已卸载\n• superseded: 已被新版本替代\n• failed: 部署失败\n• uninstalling: 正在卸载中\n• pending-install: 等待安装/安装进行中\n• pending-upgrade: 等待升级/升级进行中\n• pending-rollback: 等待回滚/回滚进行中",
|
|
20950
22573
|
"example": "deployed",
|
|
20951
22574
|
"member": "string",
|
|
20952
22575
|
"name": "Status",
|
|
@@ -23572,7 +25195,7 @@
|
|
|
23572
25195
|
},
|
|
23573
25196
|
{
|
|
23574
25197
|
"disabled": false,
|
|
23575
|
-
"document": "
|
|
25198
|
+
"document": "应用状态,参考 Helm 发布状态。\n可选值及其释义如下:\n• unknown: 状态未知\n• deployed: 已成功部署\n• uninstalled: 已卸载\n• superseded: 已被新版本替代\n• failed: 部署失败\n• uninstalling: 正在卸载中\n• pending-install: 等待安装/安装进行中\n• pending-upgrade: 等待升级/升级进行中\n• pending-rollback: 等待回滚/回滚进行中",
|
|
23576
25199
|
"example": "deployed",
|
|
23577
25200
|
"member": "string",
|
|
23578
25201
|
"name": "Status",
|
|
@@ -23668,7 +25291,7 @@
|
|
|
23668
25291
|
},
|
|
23669
25292
|
{
|
|
23670
25293
|
"disabled": false,
|
|
23671
|
-
"document": "
|
|
25294
|
+
"document": "应用状态,参考 Helm 发布状态。 \n可选值及其释义如下:\n• unknown: 状态未知 \n• deployed: 已成功部署 \n• uninstalled: 已卸载 \n• superseded: 已被新版本替代 \n• failed: 部署失败 \n• uninstalling: 正在卸载中\n• pending-install: 等待安装/安装进行中\n• pending-upgrade: 等待升级/升级进行中 \n• pending-rollback: 等待回滚/回滚进行中",
|
|
23672
25295
|
"example": "deployed",
|
|
23673
25296
|
"member": "string",
|
|
23674
25297
|
"name": "Status",
|
|
@@ -23854,7 +25477,7 @@
|
|
|
23854
25477
|
},
|
|
23855
25478
|
{
|
|
23856
25479
|
"disabled": false,
|
|
23857
|
-
"document": "
|
|
25480
|
+
"document": "应用状态,参考 Helm 发布状态。 \n可选值及其释义如下:\n• unknown: 状态未知 \n• deployed: 已成功部署 \n• uninstalled: 已卸载 \n• superseded: 已被新版本替代 \n• failed: 部署失败 \n• uninstalling: 正在卸载中\n• pending-install: 等待安装/安装进行中\n• pending-upgrade: 等待升级/升级进行中 \n• pending-rollback: 等待回滚/回滚进行中",
|
|
23858
25481
|
"example": "deployed",
|
|
23859
25482
|
"member": "string",
|
|
23860
25483
|
"name": "Status",
|
|
@@ -24413,7 +26036,7 @@
|
|
|
24413
26036
|
"members": [
|
|
24414
26037
|
{
|
|
24415
26038
|
"disabled": false,
|
|
24416
|
-
"document": "
|
|
26039
|
+
"document": "资源类型,参考k8s 官方资源",
|
|
24417
26040
|
"example": "Pod",
|
|
24418
26041
|
"member": "string",
|
|
24419
26042
|
"name": "Name",
|
|
@@ -24423,7 +26046,7 @@
|
|
|
24423
26046
|
},
|
|
24424
26047
|
{
|
|
24425
26048
|
"disabled": false,
|
|
24426
|
-
"document": "
|
|
26049
|
+
"document": "资源使用量,单位:个数",
|
|
24427
26050
|
"example": "100",
|
|
24428
26051
|
"member": "uint64",
|
|
24429
26052
|
"name": "Usage",
|
|
@@ -24497,13 +26120,63 @@
|
|
|
24497
26120
|
],
|
|
24498
26121
|
"type": "object"
|
|
24499
26122
|
},
|
|
24500
|
-
"
|
|
24501
|
-
"document": "
|
|
26123
|
+
"RollOutSequence": {
|
|
26124
|
+
"document": "发布序列",
|
|
24502
26125
|
"members": [
|
|
24503
26126
|
{
|
|
24504
26127
|
"disabled": false,
|
|
24505
|
-
"document": "
|
|
24506
|
-
"example": "
|
|
26128
|
+
"document": "发布序列名称",
|
|
26129
|
+
"example": "发布序列1",
|
|
26130
|
+
"member": "string",
|
|
26131
|
+
"name": "Name",
|
|
26132
|
+
"output_required": true,
|
|
26133
|
+
"required": true,
|
|
26134
|
+
"type": "string",
|
|
26135
|
+
"value_allowed_null": false
|
|
26136
|
+
},
|
|
26137
|
+
{
|
|
26138
|
+
"disabled": false,
|
|
26139
|
+
"document": "发布序列步骤",
|
|
26140
|
+
"example": "无",
|
|
26141
|
+
"member": "SequenceFlow",
|
|
26142
|
+
"name": "SequenceFlows",
|
|
26143
|
+
"output_required": true,
|
|
26144
|
+
"required": true,
|
|
26145
|
+
"type": "list",
|
|
26146
|
+
"value_allowed_null": false
|
|
26147
|
+
},
|
|
26148
|
+
{
|
|
26149
|
+
"disabled": false,
|
|
26150
|
+
"document": "是否启用",
|
|
26151
|
+
"example": "false",
|
|
26152
|
+
"member": "bool",
|
|
26153
|
+
"name": "Enabled",
|
|
26154
|
+
"output_required": true,
|
|
26155
|
+
"required": true,
|
|
26156
|
+
"type": "bool",
|
|
26157
|
+
"value_allowed_null": false
|
|
26158
|
+
},
|
|
26159
|
+
{
|
|
26160
|
+
"disabled": false,
|
|
26161
|
+
"document": "发布序列ID",
|
|
26162
|
+
"example": "1",
|
|
26163
|
+
"member": "int64",
|
|
26164
|
+
"name": "ID",
|
|
26165
|
+
"output_required": true,
|
|
26166
|
+
"required": false,
|
|
26167
|
+
"type": "int",
|
|
26168
|
+
"value_allowed_null": false
|
|
26169
|
+
}
|
|
26170
|
+
],
|
|
26171
|
+
"usage": "both"
|
|
26172
|
+
},
|
|
26173
|
+
"RollbackClusterReleaseRequest": {
|
|
26174
|
+
"document": "RollbackClusterRelease请求参数结构体",
|
|
26175
|
+
"members": [
|
|
26176
|
+
{
|
|
26177
|
+
"disabled": false,
|
|
26178
|
+
"document": "集群ID",
|
|
26179
|
+
"example": "cls-65r1c5nu",
|
|
24507
26180
|
"member": "string",
|
|
24508
26181
|
"name": "ClusterId",
|
|
24509
26182
|
"required": true,
|
|
@@ -24538,7 +26211,7 @@
|
|
|
24538
26211
|
},
|
|
24539
26212
|
{
|
|
24540
26213
|
"disabled": false,
|
|
24541
|
-
"document": "
|
|
26214
|
+
"document": "集群类型,传入 tke(标准集群),eks(Serverless集群),external(注册集群)",
|
|
24542
26215
|
"example": "tke",
|
|
24543
26216
|
"member": "string",
|
|
24544
26217
|
"name": "ClusterType",
|
|
@@ -24611,8 +26284,8 @@
|
|
|
24611
26284
|
"members": [
|
|
24612
26285
|
{
|
|
24613
26286
|
"disabled": false,
|
|
24614
|
-
"document": "
|
|
24615
|
-
"example": "
|
|
26287
|
+
"document": "路由表类型。\n枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable",
|
|
26288
|
+
"example": "CcsCluster",
|
|
24616
26289
|
"member": "string",
|
|
24617
26290
|
"name": "RouteTableType",
|
|
24618
26291
|
"output_required": true,
|
|
@@ -24642,7 +26315,7 @@
|
|
|
24642
26315
|
{
|
|
24643
26316
|
"disabled": false,
|
|
24644
26317
|
"document": "路由表ID。",
|
|
24645
|
-
"example": "
|
|
26318
|
+
"example": "rtb-e1w3jy7t",
|
|
24646
26319
|
"member": "string",
|
|
24647
26320
|
"name": "RouteTableId",
|
|
24648
26321
|
"output_required": true,
|
|
@@ -24813,7 +26486,7 @@
|
|
|
24813
26486
|
"members": [
|
|
24814
26487
|
{
|
|
24815
26488
|
"disabled": false,
|
|
24816
|
-
"document": "
|
|
26489
|
+
"document": "运行时类型,支持的类型有 docker、containerd",
|
|
24817
26490
|
"example": "containerd",
|
|
24818
26491
|
"member": "string",
|
|
24819
26492
|
"name": "RuntimeType",
|
|
@@ -24824,7 +26497,7 @@
|
|
|
24824
26497
|
},
|
|
24825
26498
|
{
|
|
24826
26499
|
"disabled": false,
|
|
24827
|
-
"document": "
|
|
26500
|
+
"document": "运行时版本,参考:https://cloud.tencent.com/document/api/457/105241",
|
|
24828
26501
|
"example": "1.6.24",
|
|
24829
26502
|
"member": "string",
|
|
24830
26503
|
"name": "RuntimeVersion",
|
|
@@ -24988,6 +26661,62 @@
|
|
|
24988
26661
|
],
|
|
24989
26662
|
"usage": "both"
|
|
24990
26663
|
},
|
|
26664
|
+
"SequenceFlow": {
|
|
26665
|
+
"document": "发布序列步骤",
|
|
26666
|
+
"members": [
|
|
26667
|
+
{
|
|
26668
|
+
"disabled": false,
|
|
26669
|
+
"document": "发布序列步骤标签",
|
|
26670
|
+
"example": "无",
|
|
26671
|
+
"member": "SequenceTag",
|
|
26672
|
+
"name": "Tags",
|
|
26673
|
+
"output_required": true,
|
|
26674
|
+
"required": true,
|
|
26675
|
+
"type": "list",
|
|
26676
|
+
"value_allowed_null": false
|
|
26677
|
+
},
|
|
26678
|
+
{
|
|
26679
|
+
"disabled": false,
|
|
26680
|
+
"document": "等待时间(秒)",
|
|
26681
|
+
"example": "3600",
|
|
26682
|
+
"member": "int64",
|
|
26683
|
+
"name": "SoakTime",
|
|
26684
|
+
"output_required": true,
|
|
26685
|
+
"required": true,
|
|
26686
|
+
"type": "int",
|
|
26687
|
+
"value_allowed_null": false
|
|
26688
|
+
}
|
|
26689
|
+
],
|
|
26690
|
+
"usage": "both"
|
|
26691
|
+
},
|
|
26692
|
+
"SequenceTag": {
|
|
26693
|
+
"document": "发布序列标签",
|
|
26694
|
+
"members": [
|
|
26695
|
+
{
|
|
26696
|
+
"disabled": false,
|
|
26697
|
+
"document": "标签键",
|
|
26698
|
+
"example": "Env",
|
|
26699
|
+
"member": "string",
|
|
26700
|
+
"name": "Key",
|
|
26701
|
+
"output_required": false,
|
|
26702
|
+
"required": false,
|
|
26703
|
+
"type": "string",
|
|
26704
|
+
"value_allowed_null": false
|
|
26705
|
+
},
|
|
26706
|
+
{
|
|
26707
|
+
"disabled": false,
|
|
26708
|
+
"document": "标签值",
|
|
26709
|
+
"example": "[\"Test\"]",
|
|
26710
|
+
"member": "string",
|
|
26711
|
+
"name": "Value",
|
|
26712
|
+
"output_required": false,
|
|
26713
|
+
"required": false,
|
|
26714
|
+
"type": "list",
|
|
26715
|
+
"value_allowed_null": false
|
|
26716
|
+
}
|
|
26717
|
+
],
|
|
26718
|
+
"usage": "both"
|
|
26719
|
+
},
|
|
24991
26720
|
"ServiceAccountAuthenticationOptions": {
|
|
24992
26721
|
"document": "ServiceAccount认证相关配置",
|
|
24993
26722
|
"members": [
|
|
@@ -25062,7 +26791,7 @@
|
|
|
25062
26791
|
{
|
|
25063
26792
|
"disabled": false,
|
|
25064
26793
|
"document": "节点id",
|
|
25065
|
-
"example": "[\"ins-e55paxnt
|
|
26794
|
+
"example": "[\"ins-e55paxnt\"]",
|
|
25066
26795
|
"member": "string",
|
|
25067
26796
|
"name": "InstanceIds",
|
|
25068
26797
|
"required": true,
|
|
@@ -25380,6 +27109,51 @@
|
|
|
25380
27109
|
],
|
|
25381
27110
|
"usage": "out"
|
|
25382
27111
|
},
|
|
27112
|
+
"SwitchClusterEndpointRequest": {
|
|
27113
|
+
"document": "SwitchClusterEndpoint请求参数结构体",
|
|
27114
|
+
"members": [
|
|
27115
|
+
{
|
|
27116
|
+
"disabled": false,
|
|
27117
|
+
"document": "集群ID",
|
|
27118
|
+
"example": "cls-65r1c5nu",
|
|
27119
|
+
"member": "string",
|
|
27120
|
+
"name": "ClusterId",
|
|
27121
|
+
"required": true,
|
|
27122
|
+
"type": "string"
|
|
27123
|
+
},
|
|
27124
|
+
{
|
|
27125
|
+
"disabled": false,
|
|
27126
|
+
"document": "是否为外网访问(TRUE 外网访问 FALSE 内网访问,默认值: FALSE)",
|
|
27127
|
+
"example": "false",
|
|
27128
|
+
"member": "bool",
|
|
27129
|
+
"name": "IsExtranet",
|
|
27130
|
+
"required": false,
|
|
27131
|
+
"type": "bool"
|
|
27132
|
+
},
|
|
27133
|
+
{
|
|
27134
|
+
"disabled": false,
|
|
27135
|
+
"document": "切换回滚至非直连",
|
|
27136
|
+
"example": "false",
|
|
27137
|
+
"member": "bool",
|
|
27138
|
+
"name": "Rollback",
|
|
27139
|
+
"required": false,
|
|
27140
|
+
"type": "bool"
|
|
27141
|
+
}
|
|
27142
|
+
],
|
|
27143
|
+
"type": "object"
|
|
27144
|
+
},
|
|
27145
|
+
"SwitchClusterEndpointResponse": {
|
|
27146
|
+
"document": "SwitchClusterEndpoint返回参数结构体",
|
|
27147
|
+
"members": [
|
|
27148
|
+
{
|
|
27149
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
27150
|
+
"member": "string",
|
|
27151
|
+
"name": "RequestId",
|
|
27152
|
+
"type": "string"
|
|
27153
|
+
}
|
|
27154
|
+
],
|
|
27155
|
+
"type": "object"
|
|
27156
|
+
},
|
|
25383
27157
|
"SwitchInfo": {
|
|
25384
27158
|
"document": "日志开关详细信息",
|
|
25385
27159
|
"members": [
|
|
@@ -25633,6 +27407,102 @@
|
|
|
25633
27407
|
],
|
|
25634
27408
|
"usage": "both"
|
|
25635
27409
|
},
|
|
27410
|
+
"Task": {
|
|
27411
|
+
"document": "任务信息",
|
|
27412
|
+
"members": [
|
|
27413
|
+
{
|
|
27414
|
+
"disabled": false,
|
|
27415
|
+
"document": "任务状态(process(运行中)、pause(暂停)、pausing(暂停中)、paused(已暂停)、done(已完成)、abort(中止)、aborted(已中止)、resume(重新执行))\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27416
|
+
"example": "无",
|
|
27417
|
+
"member": "string",
|
|
27418
|
+
"name": "LifeState",
|
|
27419
|
+
"required": false,
|
|
27420
|
+
"type": "string",
|
|
27421
|
+
"value_allowed_null": true
|
|
27422
|
+
},
|
|
27423
|
+
{
|
|
27424
|
+
"disabled": false,
|
|
27425
|
+
"document": "任务目标ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27426
|
+
"example": "无",
|
|
27427
|
+
"member": "string",
|
|
27428
|
+
"name": "TargetObj",
|
|
27429
|
+
"required": false,
|
|
27430
|
+
"type": "string",
|
|
27431
|
+
"value_allowed_null": true
|
|
27432
|
+
},
|
|
27433
|
+
{
|
|
27434
|
+
"disabled": false,
|
|
27435
|
+
"document": "任务参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27436
|
+
"example": "无",
|
|
27437
|
+
"member": "string",
|
|
27438
|
+
"name": "Param",
|
|
27439
|
+
"required": false,
|
|
27440
|
+
"type": "string",
|
|
27441
|
+
"value_allowed_null": true
|
|
27442
|
+
},
|
|
27443
|
+
{
|
|
27444
|
+
"disabled": false,
|
|
27445
|
+
"document": "任务类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27446
|
+
"example": "无",
|
|
27447
|
+
"member": "string",
|
|
27448
|
+
"name": "TaskType",
|
|
27449
|
+
"required": false,
|
|
27450
|
+
"type": "string",
|
|
27451
|
+
"value_allowed_null": true
|
|
27452
|
+
},
|
|
27453
|
+
{
|
|
27454
|
+
"disabled": false,
|
|
27455
|
+
"document": "任务失败原因\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27456
|
+
"example": "无",
|
|
27457
|
+
"member": "string",
|
|
27458
|
+
"name": "LastError",
|
|
27459
|
+
"required": false,
|
|
27460
|
+
"type": "string",
|
|
27461
|
+
"value_allowed_null": true
|
|
27462
|
+
},
|
|
27463
|
+
{
|
|
27464
|
+
"disabled": false,
|
|
27465
|
+
"document": "任务所属集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27466
|
+
"example": "无",
|
|
27467
|
+
"member": "string",
|
|
27468
|
+
"name": "ClusterID",
|
|
27469
|
+
"required": false,
|
|
27470
|
+
"type": "string",
|
|
27471
|
+
"value_allowed_null": true
|
|
27472
|
+
},
|
|
27473
|
+
{
|
|
27474
|
+
"disabled": false,
|
|
27475
|
+
"document": "任务开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27476
|
+
"example": "无",
|
|
27477
|
+
"member": "string",
|
|
27478
|
+
"name": "CreatedAt",
|
|
27479
|
+
"required": false,
|
|
27480
|
+
"type": "string",
|
|
27481
|
+
"value_allowed_null": true
|
|
27482
|
+
},
|
|
27483
|
+
{
|
|
27484
|
+
"disabled": false,
|
|
27485
|
+
"document": "任务更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27486
|
+
"example": "无",
|
|
27487
|
+
"member": "string",
|
|
27488
|
+
"name": "UpdatedAt",
|
|
27489
|
+
"required": false,
|
|
27490
|
+
"type": "string",
|
|
27491
|
+
"value_allowed_null": true
|
|
27492
|
+
},
|
|
27493
|
+
{
|
|
27494
|
+
"disabled": false,
|
|
27495
|
+
"document": "创建任务唯一请求ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
27496
|
+
"example": "无",
|
|
27497
|
+
"member": "string",
|
|
27498
|
+
"name": "TaskID",
|
|
27499
|
+
"required": false,
|
|
27500
|
+
"type": "string",
|
|
27501
|
+
"value_allowed_null": true
|
|
27502
|
+
}
|
|
27503
|
+
],
|
|
27504
|
+
"usage": "out"
|
|
27505
|
+
},
|
|
25636
27506
|
"TaskStepInfo": {
|
|
25637
27507
|
"document": "任务步骤信息",
|
|
25638
27508
|
"members": [
|
|
@@ -25797,7 +27667,7 @@
|
|
|
25797
27667
|
},
|
|
25798
27668
|
{
|
|
25799
27669
|
"disabled": false,
|
|
25800
|
-
"document": "
|
|
27670
|
+
"document": "集群类型,传入 tke(标准集群), eks(Serverless集群),external(注册集群)",
|
|
25801
27671
|
"example": "tke",
|
|
25802
27672
|
"member": "string",
|
|
25803
27673
|
"name": "ClusterType",
|
|
@@ -26033,8 +27903,8 @@
|
|
|
26033
27903
|
},
|
|
26034
27904
|
{
|
|
26035
27905
|
"disabled": false,
|
|
26036
|
-
"document": "可容忍的最大不可用pod
|
|
26037
|
-
"example": "100",
|
|
27906
|
+
"document": "可容忍的最大不可用pod数目。默认0",
|
|
27907
|
+
"example": "100.00",
|
|
26038
27908
|
"member": "float",
|
|
26039
27909
|
"name": "MaxNotReadyPercent",
|
|
26040
27910
|
"required": false,
|
|
@@ -26042,7 +27912,7 @@
|
|
|
26042
27912
|
},
|
|
26043
27913
|
{
|
|
26044
27914
|
"disabled": false,
|
|
26045
|
-
"document": "
|
|
27915
|
+
"document": "是否跳过预检查阶段,默认false",
|
|
26046
27916
|
"example": "false",
|
|
26047
27917
|
"member": "bool",
|
|
26048
27918
|
"name": "SkipPreCheck",
|
|
@@ -26621,7 +28491,7 @@
|
|
|
26621
28491
|
"members": [
|
|
26622
28492
|
{
|
|
26623
28493
|
"disabled": false,
|
|
26624
|
-
"document": "集群ID",
|
|
28494
|
+
"document": "集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )",
|
|
26625
28495
|
"example": "cls-1cghhuuu",
|
|
26626
28496
|
"member": "string",
|
|
26627
28497
|
"name": "ClusterId",
|
|
@@ -26648,7 +28518,7 @@
|
|
|
26648
28518
|
},
|
|
26649
28519
|
{
|
|
26650
28520
|
"disabled": false,
|
|
26651
|
-
"document": "
|
|
28521
|
+
"document": "需要升级的节点列表,可以通过控制台或 [查询待升级节点接口\n](https://cloud.tencent.com/document/api/457/50366) 获取",
|
|
26652
28522
|
"example": "[\"ins-1cghhuuu\"]",
|
|
26653
28523
|
"member": "string",
|
|
26654
28524
|
"name": "InstanceIds",
|
|
@@ -26666,7 +28536,7 @@
|
|
|
26666
28536
|
},
|
|
26667
28537
|
{
|
|
26668
28538
|
"disabled": false,
|
|
26669
|
-
"document": "
|
|
28539
|
+
"document": "是否忽略节点升级前检查,默认值 false",
|
|
26670
28540
|
"example": "false",
|
|
26671
28541
|
"member": "bool",
|
|
26672
28542
|
"name": "SkipPreCheck",
|
|
@@ -26884,6 +28754,183 @@
|
|
|
26884
28754
|
],
|
|
26885
28755
|
"usage": "in"
|
|
26886
28756
|
},
|
|
28757
|
+
"UpgradePlan": {
|
|
28758
|
+
"document": "升级计划",
|
|
28759
|
+
"members": [
|
|
28760
|
+
{
|
|
28761
|
+
"disabled": false,
|
|
28762
|
+
"document": "升级计划ID",
|
|
28763
|
+
"example": "1",
|
|
28764
|
+
"member": "int64",
|
|
28765
|
+
"name": "ID",
|
|
28766
|
+
"output_required": true,
|
|
28767
|
+
"required": false,
|
|
28768
|
+
"type": "int",
|
|
28769
|
+
"value_allowed_null": false
|
|
28770
|
+
},
|
|
28771
|
+
{
|
|
28772
|
+
"disabled": false,
|
|
28773
|
+
"document": "集群ID",
|
|
28774
|
+
"example": "cls-abcd1234",
|
|
28775
|
+
"member": "string",
|
|
28776
|
+
"name": "ClusterID",
|
|
28777
|
+
"output_required": true,
|
|
28778
|
+
"required": false,
|
|
28779
|
+
"type": "string",
|
|
28780
|
+
"value_allowed_null": false
|
|
28781
|
+
},
|
|
28782
|
+
{
|
|
28783
|
+
"disabled": false,
|
|
28784
|
+
"document": "集群名称",
|
|
28785
|
+
"example": "测试集群",
|
|
28786
|
+
"member": "string",
|
|
28787
|
+
"name": "ClusterName",
|
|
28788
|
+
"output_required": false,
|
|
28789
|
+
"required": false,
|
|
28790
|
+
"type": "string",
|
|
28791
|
+
"value_allowed_null": false
|
|
28792
|
+
},
|
|
28793
|
+
{
|
|
28794
|
+
"disabled": false,
|
|
28795
|
+
"document": "预计开始时间",
|
|
28796
|
+
"example": "2021-01-01 18:00:00",
|
|
28797
|
+
"member": "string",
|
|
28798
|
+
"name": "PlanedStartAt",
|
|
28799
|
+
"output_required": false,
|
|
28800
|
+
"required": false,
|
|
28801
|
+
"type": "string",
|
|
28802
|
+
"value_allowed_null": false
|
|
28803
|
+
},
|
|
28804
|
+
{
|
|
28805
|
+
"disabled": false,
|
|
28806
|
+
"document": "升级开始时间",
|
|
28807
|
+
"example": "2021-01-01 18:00:00",
|
|
28808
|
+
"member": "string",
|
|
28809
|
+
"name": "UpgradeStartAt",
|
|
28810
|
+
"output_required": false,
|
|
28811
|
+
"required": false,
|
|
28812
|
+
"type": "string",
|
|
28813
|
+
"value_allowed_null": false
|
|
28814
|
+
},
|
|
28815
|
+
{
|
|
28816
|
+
"disabled": false,
|
|
28817
|
+
"document": "升级结束时间",
|
|
28818
|
+
"example": "2021-01-01 18:00:00",
|
|
28819
|
+
"member": "string",
|
|
28820
|
+
"name": "UpgradeEndAt",
|
|
28821
|
+
"output_required": false,
|
|
28822
|
+
"required": false,
|
|
28823
|
+
"type": "string",
|
|
28824
|
+
"value_allowed_null": false
|
|
28825
|
+
},
|
|
28826
|
+
{
|
|
28827
|
+
"disabled": false,
|
|
28828
|
+
"document": "升级状态",
|
|
28829
|
+
"example": "Succeed",
|
|
28830
|
+
"member": "string",
|
|
28831
|
+
"name": "Status",
|
|
28832
|
+
"output_required": true,
|
|
28833
|
+
"required": false,
|
|
28834
|
+
"type": "string",
|
|
28835
|
+
"value_allowed_null": false
|
|
28836
|
+
},
|
|
28837
|
+
{
|
|
28838
|
+
"disabled": false,
|
|
28839
|
+
"document": "原因",
|
|
28840
|
+
"example": "升级预检失败",
|
|
28841
|
+
"member": "string",
|
|
28842
|
+
"name": "Reason",
|
|
28843
|
+
"output_required": false,
|
|
28844
|
+
"required": false,
|
|
28845
|
+
"type": "string",
|
|
28846
|
+
"value_allowed_null": false
|
|
28847
|
+
}
|
|
28848
|
+
],
|
|
28849
|
+
"usage": "both"
|
|
28850
|
+
},
|
|
28851
|
+
"UpgradeTask": {
|
|
28852
|
+
"document": "升级任务",
|
|
28853
|
+
"members": [
|
|
28854
|
+
{
|
|
28855
|
+
"disabled": false,
|
|
28856
|
+
"document": "任务ID",
|
|
28857
|
+
"example": "1",
|
|
28858
|
+
"member": "int64",
|
|
28859
|
+
"name": "ID",
|
|
28860
|
+
"output_required": true,
|
|
28861
|
+
"required": false,
|
|
28862
|
+
"type": "int",
|
|
28863
|
+
"value_allowed_null": false
|
|
28864
|
+
},
|
|
28865
|
+
{
|
|
28866
|
+
"disabled": false,
|
|
28867
|
+
"document": "任务名称",
|
|
28868
|
+
"example": "组件基线化升级",
|
|
28869
|
+
"member": "string",
|
|
28870
|
+
"name": "Name",
|
|
28871
|
+
"output_required": true,
|
|
28872
|
+
"required": false,
|
|
28873
|
+
"type": "string",
|
|
28874
|
+
"value_allowed_null": false
|
|
28875
|
+
},
|
|
28876
|
+
{
|
|
28877
|
+
"disabled": false,
|
|
28878
|
+
"document": "组件名称",
|
|
28879
|
+
"example": "coredns",
|
|
28880
|
+
"member": "string",
|
|
28881
|
+
"name": "Component",
|
|
28882
|
+
"output_required": true,
|
|
28883
|
+
"required": false,
|
|
28884
|
+
"type": "string",
|
|
28885
|
+
"value_allowed_null": false
|
|
28886
|
+
},
|
|
28887
|
+
{
|
|
28888
|
+
"disabled": false,
|
|
28889
|
+
"document": "关联资源",
|
|
28890
|
+
"example": "[\"coredns\"]",
|
|
28891
|
+
"member": "string",
|
|
28892
|
+
"name": "RelatedResources",
|
|
28893
|
+
"output_required": false,
|
|
28894
|
+
"required": false,
|
|
28895
|
+
"type": "list",
|
|
28896
|
+
"value_allowed_null": false
|
|
28897
|
+
},
|
|
28898
|
+
{
|
|
28899
|
+
"disabled": false,
|
|
28900
|
+
"document": "升级影响",
|
|
28901
|
+
"example": "域名解析延迟肯能有抖动",
|
|
28902
|
+
"member": "string",
|
|
28903
|
+
"name": "UpgradeImpact",
|
|
28904
|
+
"output_required": false,
|
|
28905
|
+
"required": false,
|
|
28906
|
+
"type": "string",
|
|
28907
|
+
"value_allowed_null": false
|
|
28908
|
+
},
|
|
28909
|
+
{
|
|
28910
|
+
"disabled": false,
|
|
28911
|
+
"document": "预计开始时间",
|
|
28912
|
+
"example": "2021-01-01 18:00:00",
|
|
28913
|
+
"member": "string",
|
|
28914
|
+
"name": "PlanedStartAt",
|
|
28915
|
+
"output_required": false,
|
|
28916
|
+
"required": false,
|
|
28917
|
+
"type": "string",
|
|
28918
|
+
"value_allowed_null": false
|
|
28919
|
+
},
|
|
28920
|
+
{
|
|
28921
|
+
"disabled": false,
|
|
28922
|
+
"document": "创建时间",
|
|
28923
|
+
"example": "2021-01-01 08:00:00",
|
|
28924
|
+
"member": "string",
|
|
28925
|
+
"name": "CreatedAt",
|
|
28926
|
+
"output_required": true,
|
|
28927
|
+
"required": false,
|
|
28928
|
+
"type": "string",
|
|
28929
|
+
"value_allowed_null": false
|
|
28930
|
+
}
|
|
28931
|
+
],
|
|
28932
|
+
"usage": "both"
|
|
28933
|
+
},
|
|
26887
28934
|
"VersionInstance": {
|
|
26888
28935
|
"document": "版本信息",
|
|
26889
28936
|
"members": [
|