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
|
@@ -133,6 +133,13 @@
|
|
|
133
133
|
"output": "CreateClustersResponse",
|
|
134
134
|
"status": "online"
|
|
135
135
|
},
|
|
136
|
+
"CreateIntegrateCluster": {
|
|
137
|
+
"document": "本接口(CreateClusters)用于新购集群。",
|
|
138
|
+
"input": "CreateIntegrateClusterRequest",
|
|
139
|
+
"name": "购买集成集群",
|
|
140
|
+
"output": "CreateIntegrateClusterResponse",
|
|
141
|
+
"status": "online"
|
|
142
|
+
},
|
|
136
143
|
"CreateParamTemplate": {
|
|
137
144
|
"document": "本接口(CreateParamTemplate)用于创建参数模板。",
|
|
138
145
|
"input": "CreateParamTemplateRequest",
|
|
@@ -490,6 +497,13 @@
|
|
|
490
497
|
"output": "DescribeInstancesWithinSameClusterResponse",
|
|
491
498
|
"status": "online"
|
|
492
499
|
},
|
|
500
|
+
"DescribeIntegrateTask": {
|
|
501
|
+
"document": "本接口(DescribeIntegrateTask)用于查询集群任务。",
|
|
502
|
+
"input": "DescribeIntegrateTaskRequest",
|
|
503
|
+
"name": "查询集成集群创建任务",
|
|
504
|
+
"output": "DescribeIntegrateTaskResponse",
|
|
505
|
+
"status": "online"
|
|
506
|
+
},
|
|
493
507
|
"DescribeIsolatedInstances": {
|
|
494
508
|
"document": "本接口(DescribeIsolatedInstances)用于查询回收站实例列表。",
|
|
495
509
|
"input": "DescribeIsolatedInstancesRequest",
|
|
@@ -679,6 +693,13 @@
|
|
|
679
693
|
"output": "InquirePriceModifyResponse",
|
|
680
694
|
"status": "online"
|
|
681
695
|
},
|
|
696
|
+
"InquirePriceMultiSpec": {
|
|
697
|
+
"document": "此接口(InquirePriceMultiSpec)用于批量询价",
|
|
698
|
+
"input": "InquirePriceMultiSpecRequest",
|
|
699
|
+
"name": "查询多规格价格",
|
|
700
|
+
"output": "InquirePriceMultiSpecResponse",
|
|
701
|
+
"status": "online"
|
|
702
|
+
},
|
|
682
703
|
"InquirePriceRenew": {
|
|
683
704
|
"document": "本接口(InquirePriceRenew)用于查询续费集群价格。",
|
|
684
705
|
"input": "InquirePriceRenewRequest",
|
|
@@ -1260,6 +1281,50 @@
|
|
|
1260
1281
|
"required": false,
|
|
1261
1282
|
"type": "string",
|
|
1262
1283
|
"value_allowed_null": false
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"disabled": false,
|
|
1287
|
+
"document": "是否支持开启全局加密",
|
|
1288
|
+
"example": "yes",
|
|
1289
|
+
"member": "string",
|
|
1290
|
+
"name": "IsSupportGlobalEncryption",
|
|
1291
|
+
"output_required": false,
|
|
1292
|
+
"required": false,
|
|
1293
|
+
"type": "string",
|
|
1294
|
+
"value_allowed_null": false
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"disabled": false,
|
|
1298
|
+
"document": "不支持全局加密的原因",
|
|
1299
|
+
"example": "mysql version 8.0 , >= 3.1.15.005; Other versions are not supported",
|
|
1300
|
+
"member": "string",
|
|
1301
|
+
"name": "NoSupportGlobalEncryptionReason",
|
|
1302
|
+
"output_required": false,
|
|
1303
|
+
"required": false,
|
|
1304
|
+
"type": "string",
|
|
1305
|
+
"value_allowed_null": false
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"disabled": false,
|
|
1309
|
+
"document": "不支持透明加密原因状态码",
|
|
1310
|
+
"example": "InvalidDbVersion",
|
|
1311
|
+
"member": "string",
|
|
1312
|
+
"name": "NoSupportTransparentDataEncryptionReasonCode",
|
|
1313
|
+
"output_required": false,
|
|
1314
|
+
"required": false,
|
|
1315
|
+
"type": "string",
|
|
1316
|
+
"value_allowed_null": false
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"disabled": false,
|
|
1320
|
+
"document": "不支持全局加密原因状态码",
|
|
1321
|
+
"example": "NotInWhitelist",
|
|
1322
|
+
"member": "string",
|
|
1323
|
+
"name": "NoSupportGlobalEncryptionReasonCode",
|
|
1324
|
+
"output_required": false,
|
|
1325
|
+
"required": false,
|
|
1326
|
+
"type": "string",
|
|
1327
|
+
"value_allowed_null": false
|
|
1263
1328
|
}
|
|
1264
1329
|
],
|
|
1265
1330
|
"usage": "both"
|
|
@@ -2839,7 +2904,7 @@
|
|
|
2839
2904
|
{
|
|
2840
2905
|
"disabled": false,
|
|
2841
2906
|
"document": "用户appid",
|
|
2842
|
-
"example": "
|
|
2907
|
+
"example": "1334748",
|
|
2843
2908
|
"member": "int64",
|
|
2844
2909
|
"name": "AppId",
|
|
2845
2910
|
"output_required": true,
|
|
@@ -2909,7 +2974,7 @@
|
|
|
2909
2974
|
{
|
|
2910
2975
|
"disabled": false,
|
|
2911
2976
|
"document": "任务输入信息",
|
|
2912
|
-
"example": "{
|
|
2977
|
+
"example": "{\"uin\":\"7043509\"}",
|
|
2913
2978
|
"member": "string",
|
|
2914
2979
|
"name": "Input",
|
|
2915
2980
|
"output_required": true,
|
|
@@ -4648,7 +4713,7 @@
|
|
|
4648
4713
|
},
|
|
4649
4714
|
{
|
|
4650
4715
|
"disabled": false,
|
|
4651
|
-
"document": "
|
|
4716
|
+
"document": "计费模式,支持值为0和1,默认值为0。\n取值为0,表示按量计费。\n取值为1,表示包年包月。",
|
|
4652
4717
|
"example": "0",
|
|
4653
4718
|
"member": "int64",
|
|
4654
4719
|
"name": "PayMode",
|
|
@@ -4999,224 +5064,571 @@
|
|
|
4999
5064
|
],
|
|
5000
5065
|
"type": "object"
|
|
5001
5066
|
},
|
|
5002
|
-
"
|
|
5003
|
-
"document": "
|
|
5067
|
+
"CreateIntegrateClusterRequest": {
|
|
5068
|
+
"document": "CreateIntegrateCluster请求参数结构体",
|
|
5004
5069
|
"members": [
|
|
5005
5070
|
{
|
|
5006
5071
|
"disabled": false,
|
|
5007
|
-
"document": "
|
|
5008
|
-
"example": "
|
|
5072
|
+
"document": "可用区",
|
|
5073
|
+
"example": "ap-guangzhou-2",
|
|
5009
5074
|
"member": "string",
|
|
5010
|
-
"name": "
|
|
5075
|
+
"name": "Zone",
|
|
5011
5076
|
"required": true,
|
|
5012
5077
|
"type": "string"
|
|
5013
5078
|
},
|
|
5014
5079
|
{
|
|
5015
5080
|
"disabled": false,
|
|
5016
|
-
"document": "
|
|
5017
|
-
"example": "
|
|
5081
|
+
"document": "所属VPC网络ID",
|
|
5082
|
+
"example": "vpc-ba48u0jt",
|
|
5018
5083
|
"member": "string",
|
|
5019
|
-
"name": "
|
|
5084
|
+
"name": "VpcId",
|
|
5020
5085
|
"required": true,
|
|
5021
5086
|
"type": "string"
|
|
5022
5087
|
},
|
|
5023
5088
|
{
|
|
5024
5089
|
"disabled": false,
|
|
5025
|
-
"document": "
|
|
5026
|
-
"example": "
|
|
5090
|
+
"document": "所属子网ID",
|
|
5091
|
+
"example": "subnet-nw2hec3g",
|
|
5027
5092
|
"member": "string",
|
|
5028
|
-
"name": "
|
|
5029
|
-
"required":
|
|
5093
|
+
"name": "SubnetId",
|
|
5094
|
+
"required": true,
|
|
5030
5095
|
"type": "string"
|
|
5031
5096
|
},
|
|
5032
5097
|
{
|
|
5033
5098
|
"disabled": false,
|
|
5034
|
-
"document": "
|
|
5035
|
-
"example": "
|
|
5099
|
+
"document": "数据库版本,取值范围: \n<li> MYSQL可选值:5.7,8.0 </li>",
|
|
5100
|
+
"example": "5.7",
|
|
5101
|
+
"member": "string",
|
|
5102
|
+
"name": "DbVersion",
|
|
5103
|
+
"required": true,
|
|
5104
|
+
"type": "string"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"disabled": false,
|
|
5108
|
+
"document": "所属项目ID",
|
|
5109
|
+
"example": "0",
|
|
5036
5110
|
"member": "int64",
|
|
5037
|
-
"name": "
|
|
5111
|
+
"name": "ProjectId",
|
|
5038
5112
|
"required": false,
|
|
5039
5113
|
"type": "int"
|
|
5040
5114
|
},
|
|
5041
5115
|
{
|
|
5042
5116
|
"disabled": false,
|
|
5043
|
-
"document": "
|
|
5044
|
-
"example": "
|
|
5117
|
+
"document": "集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')",
|
|
5118
|
+
"example": "集群-demo",
|
|
5045
5119
|
"member": "string",
|
|
5046
|
-
"name": "
|
|
5120
|
+
"name": "ClusterName",
|
|
5047
5121
|
"required": false,
|
|
5048
5122
|
"type": "string"
|
|
5049
5123
|
},
|
|
5050
5124
|
{
|
|
5051
5125
|
"disabled": false,
|
|
5052
|
-
"document": "
|
|
5053
|
-
"example": "
|
|
5054
|
-
"member": "
|
|
5055
|
-
"name": "
|
|
5126
|
+
"document": "账号密码(8-64个字符,包含大小写英文字母、数字和符号~!@#$%^&*_-+=`|\\(){}[]:;'<>,.?/中的任意三种)",
|
|
5127
|
+
"example": "test@km1",
|
|
5128
|
+
"member": "string",
|
|
5129
|
+
"name": "AdminPassword",
|
|
5056
5130
|
"required": false,
|
|
5057
|
-
"type": "
|
|
5058
|
-
}
|
|
5059
|
-
],
|
|
5060
|
-
"type": "object"
|
|
5061
|
-
},
|
|
5062
|
-
"CreateParamTemplateResponse": {
|
|
5063
|
-
"document": "CreateParamTemplate返回参数结构体",
|
|
5064
|
-
"members": [
|
|
5131
|
+
"type": "string"
|
|
5132
|
+
},
|
|
5065
5133
|
{
|
|
5066
5134
|
"disabled": false,
|
|
5067
|
-
"document": "
|
|
5068
|
-
"example": "
|
|
5135
|
+
"document": "端口,默认3306,取值范围[0, 65535)",
|
|
5136
|
+
"example": "3306",
|
|
5069
5137
|
"member": "int64",
|
|
5070
|
-
"name": "
|
|
5071
|
-
"
|
|
5072
|
-
"type": "int"
|
|
5073
|
-
"value_allowed_null": false
|
|
5138
|
+
"name": "Port",
|
|
5139
|
+
"required": false,
|
|
5140
|
+
"type": "int"
|
|
5074
5141
|
},
|
|
5075
5142
|
{
|
|
5076
|
-
"
|
|
5077
|
-
"
|
|
5078
|
-
"
|
|
5079
|
-
"
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
"CreateProxyEndPointRequest": {
|
|
5085
|
-
"document": "CreateProxyEndPoint请求参数结构体",
|
|
5086
|
-
"members": [
|
|
5143
|
+
"disabled": false,
|
|
5144
|
+
"document": "计费模式,按量计费:0,包年包月:1。默认按量计费。",
|
|
5145
|
+
"example": "0",
|
|
5146
|
+
"member": "int64",
|
|
5147
|
+
"name": "PayMode",
|
|
5148
|
+
"required": false,
|
|
5149
|
+
"type": "int"
|
|
5150
|
+
},
|
|
5087
5151
|
{
|
|
5088
5152
|
"disabled": false,
|
|
5089
|
-
"document": "
|
|
5090
|
-
"example": "
|
|
5091
|
-
"member": "
|
|
5092
|
-
"name": "
|
|
5093
|
-
"required":
|
|
5094
|
-
"type": "
|
|
5153
|
+
"document": "购买集群数,可选值范围[1,3],默认为1",
|
|
5154
|
+
"example": "1",
|
|
5155
|
+
"member": "int64",
|
|
5156
|
+
"name": "Count",
|
|
5157
|
+
"required": false,
|
|
5158
|
+
"type": "int"
|
|
5095
5159
|
},
|
|
5096
5160
|
{
|
|
5097
5161
|
"disabled": false,
|
|
5098
|
-
"document": "
|
|
5099
|
-
"example": "
|
|
5100
|
-
"member": "
|
|
5101
|
-
"name": "
|
|
5102
|
-
"required":
|
|
5103
|
-
"type": "
|
|
5162
|
+
"document": "普通实例存储上限,单位GB\n当DbType为MYSQL,且存储计费模式为预付费时,该参数需不大于cpu与memory对应存储规格上限",
|
|
5163
|
+
"example": "10",
|
|
5164
|
+
"member": "int64",
|
|
5165
|
+
"name": "StorageLimit",
|
|
5166
|
+
"required": false,
|
|
5167
|
+
"type": "int"
|
|
5104
5168
|
},
|
|
5105
5169
|
{
|
|
5106
5170
|
"disabled": false,
|
|
5107
|
-
"document": "
|
|
5108
|
-
"example": "
|
|
5109
|
-
"member": "
|
|
5110
|
-
"name": "
|
|
5111
|
-
"required":
|
|
5112
|
-
"type": "
|
|
5171
|
+
"document": "包年包月购买时长",
|
|
5172
|
+
"example": "1",
|
|
5173
|
+
"member": "int64",
|
|
5174
|
+
"name": "TimeSpan",
|
|
5175
|
+
"required": false,
|
|
5176
|
+
"type": "int"
|
|
5113
5177
|
},
|
|
5114
5178
|
{
|
|
5115
5179
|
"disabled": false,
|
|
5116
|
-
"document": "
|
|
5117
|
-
"example": "
|
|
5180
|
+
"document": "包年包月购买时长单位,['s','d','m','y']",
|
|
5181
|
+
"example": "m",
|
|
5118
5182
|
"member": "string",
|
|
5119
|
-
"name": "
|
|
5183
|
+
"name": "TimeUnit",
|
|
5120
5184
|
"required": false,
|
|
5121
5185
|
"type": "string"
|
|
5122
5186
|
},
|
|
5123
5187
|
{
|
|
5124
5188
|
"disabled": false,
|
|
5125
|
-
"document": "
|
|
5126
|
-
"example": "
|
|
5127
|
-
"member": "
|
|
5128
|
-
"name": "
|
|
5189
|
+
"document": "包年包月购买是否自动续费,默认为0。\n0标识默认续费方式,1表示自动续费,2表示不自动续费。",
|
|
5190
|
+
"example": "0",
|
|
5191
|
+
"member": "int64",
|
|
5192
|
+
"name": "AutoRenewFlag",
|
|
5129
5193
|
"required": false,
|
|
5130
|
-
"type": "
|
|
5194
|
+
"type": "int"
|
|
5131
5195
|
},
|
|
5132
5196
|
{
|
|
5133
5197
|
"disabled": false,
|
|
5134
|
-
"document": "
|
|
5198
|
+
"document": "是否自动选择代金券 1是 0否 默认为0",
|
|
5135
5199
|
"example": "0",
|
|
5136
5200
|
"member": "int64",
|
|
5137
|
-
"name": "
|
|
5201
|
+
"name": "AutoVoucher",
|
|
5138
5202
|
"required": false,
|
|
5139
5203
|
"type": "int"
|
|
5140
5204
|
},
|
|
5141
5205
|
{
|
|
5142
5206
|
"disabled": false,
|
|
5143
|
-
"document": "
|
|
5144
|
-
"example": "
|
|
5145
|
-
"member": "
|
|
5146
|
-
"name": "
|
|
5207
|
+
"document": "集群创建需要绑定的tag数组信息",
|
|
5208
|
+
"example": "无",
|
|
5209
|
+
"member": "Tag",
|
|
5210
|
+
"name": "ResourceTags",
|
|
5147
5211
|
"required": false,
|
|
5148
5212
|
"type": "list"
|
|
5149
5213
|
},
|
|
5150
5214
|
{
|
|
5151
5215
|
"disabled": false,
|
|
5152
|
-
"document": "
|
|
5153
|
-
"example": "
|
|
5154
|
-
"member": "
|
|
5155
|
-
"name": "
|
|
5216
|
+
"document": "集群存储计费模式,按量计费:0,包年包月:1。默认按量计费\n当DbType为MYSQL时,在集群计算计费模式为后付费(包括DbMode为SERVERLESS)时,存储计费模式仅可为按量计费\n回档与克隆均不支持包年包月存储",
|
|
5217
|
+
"example": "0",
|
|
5218
|
+
"member": "int64",
|
|
5219
|
+
"name": "StoragePayMode",
|
|
5156
5220
|
"required": false,
|
|
5157
|
-
"type": "
|
|
5221
|
+
"type": "int"
|
|
5158
5222
|
},
|
|
5159
5223
|
{
|
|
5160
5224
|
"disabled": false,
|
|
5161
|
-
"document": "
|
|
5162
|
-
"example": "
|
|
5225
|
+
"document": "安全组id数组",
|
|
5226
|
+
"example": "[\"sg-1kdfm1\"]",
|
|
5163
5227
|
"member": "string",
|
|
5164
|
-
"name": "
|
|
5228
|
+
"name": "SecurityGroupIds",
|
|
5165
5229
|
"required": false,
|
|
5166
|
-
"type": "
|
|
5230
|
+
"type": "list"
|
|
5167
5231
|
},
|
|
5168
5232
|
{
|
|
5169
5233
|
"disabled": false,
|
|
5170
|
-
"document": "
|
|
5171
|
-
"example": "
|
|
5234
|
+
"document": "告警策略Id数组",
|
|
5235
|
+
"example": "[\"p-1kdfm1\"]",
|
|
5172
5236
|
"member": "string",
|
|
5173
|
-
"name": "
|
|
5237
|
+
"name": "AlarmPolicyIds",
|
|
5174
5238
|
"required": false,
|
|
5175
|
-
"type": "
|
|
5239
|
+
"type": "list"
|
|
5176
5240
|
},
|
|
5177
5241
|
{
|
|
5178
5242
|
"disabled": false,
|
|
5179
|
-
"document": "
|
|
5180
|
-
"example": "
|
|
5181
|
-
"member": "
|
|
5182
|
-
"name": "
|
|
5243
|
+
"document": "参数数组,暂时支持character_set_server (utf8|latin1|gbk|utf8mb4) ,lower_case_table_names,1-大小写不敏感,0-大小写敏感",
|
|
5244
|
+
"example": "无",
|
|
5245
|
+
"member": "ParamItem",
|
|
5246
|
+
"name": "ClusterParams",
|
|
5183
5247
|
"required": false,
|
|
5184
|
-
"type": "
|
|
5248
|
+
"type": "list"
|
|
5185
5249
|
},
|
|
5186
5250
|
{
|
|
5187
5251
|
"disabled": false,
|
|
5188
|
-
"document": "
|
|
5189
|
-
"example": "
|
|
5190
|
-
"member": "
|
|
5191
|
-
"name": "
|
|
5252
|
+
"document": "交易模式,0-下单且支付,1-下单",
|
|
5253
|
+
"example": "0",
|
|
5254
|
+
"member": "int64",
|
|
5255
|
+
"name": "DealMode",
|
|
5192
5256
|
"required": false,
|
|
5193
|
-
"type": "
|
|
5257
|
+
"type": "int"
|
|
5194
5258
|
},
|
|
5195
5259
|
{
|
|
5196
5260
|
"disabled": false,
|
|
5197
|
-
"document": "
|
|
5198
|
-
"example": "
|
|
5199
|
-
"member": "
|
|
5200
|
-
"name": "
|
|
5261
|
+
"document": "参数模板ID,可以通过查询参数模板信息DescribeParamTemplates获得参数模板ID",
|
|
5262
|
+
"example": "1",
|
|
5263
|
+
"member": "int64",
|
|
5264
|
+
"name": "ParamTemplateId",
|
|
5201
5265
|
"required": false,
|
|
5202
|
-
"type": "
|
|
5266
|
+
"type": "int"
|
|
5203
5267
|
},
|
|
5204
5268
|
{
|
|
5205
5269
|
"disabled": false,
|
|
5206
|
-
"document": "
|
|
5207
|
-
"example": "
|
|
5270
|
+
"document": "多可用区地址",
|
|
5271
|
+
"example": "ap-guangzhou-4",
|
|
5208
5272
|
"member": "string",
|
|
5209
|
-
"name": "
|
|
5273
|
+
"name": "SlaveZone",
|
|
5210
5274
|
"required": false,
|
|
5211
5275
|
"type": "string"
|
|
5212
5276
|
},
|
|
5213
5277
|
{
|
|
5214
5278
|
"disabled": false,
|
|
5215
|
-
"document": "
|
|
5216
|
-
"example": "
|
|
5217
|
-
"member": "
|
|
5218
|
-
"name": "
|
|
5219
|
-
"required": false,
|
|
5279
|
+
"document": "实例初始化配置信息,主要用于购买集群时选不同规格实例",
|
|
5280
|
+
"example": "无",
|
|
5281
|
+
"member": "IntegrateInstanceInfo",
|
|
5282
|
+
"name": "InstanceInitInfos",
|
|
5283
|
+
"required": false,
|
|
5284
|
+
"type": "list"
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"disabled": false,
|
|
5288
|
+
"document": "全球数据库唯一标识",
|
|
5289
|
+
"example": "cynosmysql-gdn-dbsgxagb",
|
|
5290
|
+
"member": "string",
|
|
5291
|
+
"name": "GdnId",
|
|
5292
|
+
"required": false,
|
|
5293
|
+
"type": "string"
|
|
5294
|
+
},
|
|
5295
|
+
{
|
|
5296
|
+
"disabled": false,
|
|
5297
|
+
"document": "数据库代理配置",
|
|
5298
|
+
"example": "无",
|
|
5299
|
+
"member": "ProxyConfigInfo",
|
|
5300
|
+
"name": "ProxyConfig",
|
|
5301
|
+
"required": false,
|
|
5302
|
+
"type": "object"
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"disabled": false,
|
|
5306
|
+
"document": "是否自动归档",
|
|
5307
|
+
"example": "yes",
|
|
5308
|
+
"member": "string",
|
|
5309
|
+
"name": "AutoArchive",
|
|
5310
|
+
"required": false,
|
|
5311
|
+
"type": "string"
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"disabled": false,
|
|
5315
|
+
"document": "暂停后的归档处理时间",
|
|
5316
|
+
"example": "12",
|
|
5317
|
+
"member": "int64",
|
|
5318
|
+
"name": "AutoArchiveDelayHours",
|
|
5319
|
+
"required": false,
|
|
5320
|
+
"type": "int"
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"disabled": false,
|
|
5324
|
+
"document": "加密方法(由加密算法和密钥对版本组成)",
|
|
5325
|
+
"example": "RSA-2048-v1",
|
|
5326
|
+
"member": "string",
|
|
5327
|
+
"name": "EncryptMethod",
|
|
5328
|
+
"required": false,
|
|
5329
|
+
"type": "string"
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"disabled": false,
|
|
5333
|
+
"document": "集成集群配置信息",
|
|
5334
|
+
"example": "无",
|
|
5335
|
+
"member": "IntegrateCreateClusterConfig",
|
|
5336
|
+
"name": "IntegrateCreateClusterConfig",
|
|
5337
|
+
"required": false,
|
|
5338
|
+
"type": "object"
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"disabled": false,
|
|
5342
|
+
"document": "存储架构类型。 枚举值:1.0/2.0 默认值:1.0",
|
|
5343
|
+
"example": "1.0",
|
|
5344
|
+
"member": "string",
|
|
5345
|
+
"name": "StorageVersion",
|
|
5346
|
+
"required": false,
|
|
5347
|
+
"type": "string"
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
"type": "object"
|
|
5351
|
+
},
|
|
5352
|
+
"CreateIntegrateClusterResponse": {
|
|
5353
|
+
"document": "CreateIntegrateCluster返回参数结构体",
|
|
5354
|
+
"members": [
|
|
5355
|
+
{
|
|
5356
|
+
"disabled": false,
|
|
5357
|
+
"document": "冻结流水ID",
|
|
5358
|
+
"example": "20250812065021475117821",
|
|
5359
|
+
"member": "string",
|
|
5360
|
+
"name": "TranId",
|
|
5361
|
+
"output_required": true,
|
|
5362
|
+
"type": "string",
|
|
5363
|
+
"value_allowed_null": false
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"disabled": false,
|
|
5367
|
+
"document": "订单号",
|
|
5368
|
+
"example": "[ \"20250812065021475117801\", \"20250812065021475117811\" ]",
|
|
5369
|
+
"member": "string",
|
|
5370
|
+
"name": "DealNames",
|
|
5371
|
+
"output_required": true,
|
|
5372
|
+
"type": "list",
|
|
5373
|
+
"value_allowed_null": false
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"disabled": false,
|
|
5377
|
+
"document": "资源ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取资源ID)",
|
|
5378
|
+
"example": "[ \"cynosdbmysql-ins-i085h27o\" ]",
|
|
5379
|
+
"member": "string",
|
|
5380
|
+
"name": "ResourceIds",
|
|
5381
|
+
"output_required": true,
|
|
5382
|
+
"type": "list",
|
|
5383
|
+
"value_allowed_null": false
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"disabled": false,
|
|
5387
|
+
"document": "集群ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取集群ID)",
|
|
5388
|
+
"example": "[ \"cynosdbmysql-aembgh5z\" ]",
|
|
5389
|
+
"member": "string",
|
|
5390
|
+
"name": "ClusterIds",
|
|
5391
|
+
"output_required": true,
|
|
5392
|
+
"type": "list",
|
|
5393
|
+
"value_allowed_null": false
|
|
5394
|
+
},
|
|
5395
|
+
{
|
|
5396
|
+
"disabled": false,
|
|
5397
|
+
"document": "大订单号\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
5398
|
+
"example": "[\"20250812065021475117801\", \"20250812065021475117811\" ]",
|
|
5399
|
+
"member": "string",
|
|
5400
|
+
"name": "BigDealIds",
|
|
5401
|
+
"output_required": true,
|
|
5402
|
+
"type": "list",
|
|
5403
|
+
"value_allowed_null": true
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
5407
|
+
"member": "string",
|
|
5408
|
+
"name": "RequestId",
|
|
5409
|
+
"type": "string"
|
|
5410
|
+
}
|
|
5411
|
+
],
|
|
5412
|
+
"type": "object"
|
|
5413
|
+
},
|
|
5414
|
+
"CreateParamTemplateRequest": {
|
|
5415
|
+
"document": "CreateParamTemplate请求参数结构体",
|
|
5416
|
+
"members": [
|
|
5417
|
+
{
|
|
5418
|
+
"disabled": false,
|
|
5419
|
+
"document": "模板名称",
|
|
5420
|
+
"example": "参数模板5.7",
|
|
5421
|
+
"member": "string",
|
|
5422
|
+
"name": "TemplateName",
|
|
5423
|
+
"required": true,
|
|
5424
|
+
"type": "string"
|
|
5425
|
+
},
|
|
5426
|
+
{
|
|
5427
|
+
"disabled": false,
|
|
5428
|
+
"document": "mysql版本号",
|
|
5429
|
+
"example": "5.7",
|
|
5430
|
+
"member": "string",
|
|
5431
|
+
"name": "EngineVersion",
|
|
5432
|
+
"required": true,
|
|
5433
|
+
"type": "string"
|
|
5434
|
+
},
|
|
5435
|
+
{
|
|
5436
|
+
"disabled": false,
|
|
5437
|
+
"document": "模板描述",
|
|
5438
|
+
"example": "常用模板",
|
|
5439
|
+
"member": "string",
|
|
5440
|
+
"name": "TemplateDescription",
|
|
5441
|
+
"required": false,
|
|
5442
|
+
"type": "string"
|
|
5443
|
+
},
|
|
5444
|
+
{
|
|
5445
|
+
"disabled": false,
|
|
5446
|
+
"document": "可选参数,需要复制的模板ID",
|
|
5447
|
+
"example": "93",
|
|
5448
|
+
"member": "int64",
|
|
5449
|
+
"name": "TemplateId",
|
|
5450
|
+
"required": false,
|
|
5451
|
+
"type": "int"
|
|
5452
|
+
},
|
|
5453
|
+
{
|
|
5454
|
+
"disabled": false,
|
|
5455
|
+
"document": "数据库类型,可选值:NORMAL(默认值),SERVERLESS",
|
|
5456
|
+
"example": "NORMAL",
|
|
5457
|
+
"member": "string",
|
|
5458
|
+
"name": "DbMode",
|
|
5459
|
+
"required": false,
|
|
5460
|
+
"type": "string"
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"disabled": false,
|
|
5464
|
+
"document": "参数列表",
|
|
5465
|
+
"example": "无",
|
|
5466
|
+
"member": "ParamItem",
|
|
5467
|
+
"name": "ParamList",
|
|
5468
|
+
"required": false,
|
|
5469
|
+
"type": "list"
|
|
5470
|
+
}
|
|
5471
|
+
],
|
|
5472
|
+
"type": "object"
|
|
5473
|
+
},
|
|
5474
|
+
"CreateParamTemplateResponse": {
|
|
5475
|
+
"document": "CreateParamTemplate返回参数结构体",
|
|
5476
|
+
"members": [
|
|
5477
|
+
{
|
|
5478
|
+
"disabled": false,
|
|
5479
|
+
"document": "模板ID",
|
|
5480
|
+
"example": "1000",
|
|
5481
|
+
"member": "int64",
|
|
5482
|
+
"name": "TemplateId",
|
|
5483
|
+
"output_required": true,
|
|
5484
|
+
"type": "int",
|
|
5485
|
+
"value_allowed_null": false
|
|
5486
|
+
},
|
|
5487
|
+
{
|
|
5488
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
5489
|
+
"member": "string",
|
|
5490
|
+
"name": "RequestId",
|
|
5491
|
+
"type": "string"
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"type": "object"
|
|
5495
|
+
},
|
|
5496
|
+
"CreateProxyEndPointRequest": {
|
|
5497
|
+
"document": "CreateProxyEndPoint请求参数结构体",
|
|
5498
|
+
"members": [
|
|
5499
|
+
{
|
|
5500
|
+
"disabled": false,
|
|
5501
|
+
"document": "集群ID",
|
|
5502
|
+
"example": "cynosdbmysql-xxxxxxx",
|
|
5503
|
+
"member": "string",
|
|
5504
|
+
"name": "ClusterId",
|
|
5505
|
+
"required": true,
|
|
5506
|
+
"type": "string"
|
|
5507
|
+
},
|
|
5508
|
+
{
|
|
5509
|
+
"disabled": false,
|
|
5510
|
+
"document": "私有网络ID,默认与集群私有网络ID保持一致",
|
|
5511
|
+
"example": "vpc-5l7l5q11",
|
|
5512
|
+
"member": "string",
|
|
5513
|
+
"name": "UniqueVpcId",
|
|
5514
|
+
"required": true,
|
|
5515
|
+
"type": "string"
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
"disabled": false,
|
|
5519
|
+
"document": "私有网络子网ID,默认与集群子网ID保持一致",
|
|
5520
|
+
"example": "subnet-b5v6id11",
|
|
5521
|
+
"member": "string",
|
|
5522
|
+
"name": "UniqueSubnetId",
|
|
5523
|
+
"required": true,
|
|
5524
|
+
"type": "string"
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"disabled": false,
|
|
5528
|
+
"document": "连接池类型:SessionConnectionPool(会话级别连接池 )",
|
|
5529
|
+
"example": "SessionConnectionPool",
|
|
5530
|
+
"member": "string",
|
|
5531
|
+
"name": "ConnectionPoolType",
|
|
5532
|
+
"required": false,
|
|
5533
|
+
"type": "string"
|
|
5534
|
+
},
|
|
5535
|
+
{
|
|
5536
|
+
"disabled": false,
|
|
5537
|
+
"document": "是否开启连接池,yes-开启,no-不开启",
|
|
5538
|
+
"example": "yes",
|
|
5539
|
+
"member": "string",
|
|
5540
|
+
"name": "OpenConnectionPool",
|
|
5541
|
+
"required": false,
|
|
5542
|
+
"type": "string"
|
|
5543
|
+
},
|
|
5544
|
+
{
|
|
5545
|
+
"disabled": false,
|
|
5546
|
+
"document": "连接池阈值:单位(秒)",
|
|
5547
|
+
"example": "0",
|
|
5548
|
+
"member": "int64",
|
|
5549
|
+
"name": "ConnectionPoolTimeOut",
|
|
5550
|
+
"required": false,
|
|
5551
|
+
"type": "int"
|
|
5552
|
+
},
|
|
5553
|
+
{
|
|
5554
|
+
"disabled": false,
|
|
5555
|
+
"document": "绑定的安全组ID数组",
|
|
5556
|
+
"example": "sg-asdqwe",
|
|
5557
|
+
"member": "string",
|
|
5558
|
+
"name": "SecurityGroupIds",
|
|
5559
|
+
"required": false,
|
|
5560
|
+
"type": "list"
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"disabled": false,
|
|
5564
|
+
"document": "描述说明",
|
|
5565
|
+
"example": "代理1",
|
|
5566
|
+
"member": "string",
|
|
5567
|
+
"name": "Description",
|
|
5568
|
+
"required": false,
|
|
5569
|
+
"type": "string"
|
|
5570
|
+
},
|
|
5571
|
+
{
|
|
5572
|
+
"disabled": false,
|
|
5573
|
+
"document": "想要绑定的vip信息,需与UniqueVpcId对应。",
|
|
5574
|
+
"example": "192.168.0.0",
|
|
5575
|
+
"member": "string",
|
|
5576
|
+
"name": "Vip",
|
|
5577
|
+
"required": false,
|
|
5578
|
+
"type": "string"
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"disabled": false,
|
|
5582
|
+
"document": "权重模式:\nsystem-系统分配,custom-自定义",
|
|
5583
|
+
"example": "system",
|
|
5584
|
+
"member": "string",
|
|
5585
|
+
"name": "WeightMode",
|
|
5586
|
+
"required": false,
|
|
5587
|
+
"type": "string"
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
"disabled": false,
|
|
5591
|
+
"document": "是否自动添加只读实例,yes-是,no-不自动添加",
|
|
5592
|
+
"example": "yes",
|
|
5593
|
+
"member": "string",
|
|
5594
|
+
"name": "AutoAddRo",
|
|
5595
|
+
"required": false,
|
|
5596
|
+
"type": "string"
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
"disabled": false,
|
|
5600
|
+
"document": "是否开启故障转移。\nyes:开启\nno:不开启。\n数据库代理出现故障时,链接地址将会路由到主实例",
|
|
5601
|
+
"example": "yes",
|
|
5602
|
+
"member": "string",
|
|
5603
|
+
"name": "FailOver",
|
|
5604
|
+
"required": false,
|
|
5605
|
+
"type": "string"
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
"disabled": false,
|
|
5609
|
+
"document": "一致性类型:\neventual,global,session",
|
|
5610
|
+
"example": "session",
|
|
5611
|
+
"member": "string",
|
|
5612
|
+
"name": "ConsistencyType",
|
|
5613
|
+
"required": false,
|
|
5614
|
+
"type": "string"
|
|
5615
|
+
},
|
|
5616
|
+
{
|
|
5617
|
+
"disabled": false,
|
|
5618
|
+
"document": "读写属性:\nREADWRITE,READONLY",
|
|
5619
|
+
"example": "READONLY",
|
|
5620
|
+
"member": "string",
|
|
5621
|
+
"name": "RwType",
|
|
5622
|
+
"required": false,
|
|
5623
|
+
"type": "string"
|
|
5624
|
+
},
|
|
5625
|
+
{
|
|
5626
|
+
"disabled": false,
|
|
5627
|
+
"document": "一致性超时时间。取值范围:0~1000000(微秒),设置0则表示若只读实例出现延迟, 导致一致性策略不满足, 请求将一直等待",
|
|
5628
|
+
"example": "1000",
|
|
5629
|
+
"member": "int64",
|
|
5630
|
+
"name": "ConsistencyTimeOut",
|
|
5631
|
+
"required": false,
|
|
5220
5632
|
"type": "int"
|
|
5221
5633
|
},
|
|
5222
5634
|
{
|
|
@@ -5488,8 +5900,8 @@
|
|
|
5488
5900
|
},
|
|
5489
5901
|
{
|
|
5490
5902
|
"disabled": false,
|
|
5491
|
-
"document": "
|
|
5492
|
-
"example": "2000",
|
|
5903
|
+
"document": "资源包大小,计算资源单位:个;存储资源:GB",
|
|
5904
|
+
"example": "2000.00",
|
|
5493
5905
|
"member": "float",
|
|
5494
5906
|
"name": "PackageSpec",
|
|
5495
5907
|
"required": true,
|
|
@@ -7319,7 +7731,7 @@
|
|
|
7319
7731
|
{
|
|
7320
7732
|
"disabled": false,
|
|
7321
7733
|
"document": "用户AppId",
|
|
7322
|
-
"example": "
|
|
7734
|
+
"example": "12510243",
|
|
7323
7735
|
"member": "int64",
|
|
7324
7736
|
"name": "AppId",
|
|
7325
7737
|
"output_required": true,
|
|
@@ -7398,7 +7810,7 @@
|
|
|
7398
7810
|
},
|
|
7399
7811
|
{
|
|
7400
7812
|
"disabled": false,
|
|
7401
|
-
"document": "
|
|
7813
|
+
"document": "实例状态\ncreating:创建中\nrunning:运行中\nisolating:隔离中\nisolated:已隔离\nactivating:解隔离中\nofflining:下线中\nofflined:已下线\ndeleting:删除中\ndeleted:已删除",
|
|
7402
7814
|
"example": "running",
|
|
7403
7815
|
"member": "string",
|
|
7404
7816
|
"name": "Status",
|
|
@@ -10726,6 +11138,26 @@
|
|
|
10726
11138
|
"type": "string",
|
|
10727
11139
|
"value_allowed_null": false
|
|
10728
11140
|
},
|
|
11141
|
+
{
|
|
11142
|
+
"disabled": false,
|
|
11143
|
+
"document": "秘钥类型",
|
|
11144
|
+
"example": "custom",
|
|
11145
|
+
"member": "string",
|
|
11146
|
+
"name": "KeyType",
|
|
11147
|
+
"output_required": false,
|
|
11148
|
+
"type": "string",
|
|
11149
|
+
"value_allowed_null": false
|
|
11150
|
+
},
|
|
11151
|
+
{
|
|
11152
|
+
"disabled": false,
|
|
11153
|
+
"document": "是否已经开启全局加密",
|
|
11154
|
+
"example": "true",
|
|
11155
|
+
"member": "bool",
|
|
11156
|
+
"name": "IsOpenGlobalEncryption",
|
|
11157
|
+
"output_required": false,
|
|
11158
|
+
"type": "bool",
|
|
11159
|
+
"value_allowed_null": false
|
|
11160
|
+
},
|
|
10729
11161
|
{
|
|
10730
11162
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10731
11163
|
"member": "string",
|
|
@@ -10841,7 +11273,7 @@
|
|
|
10841
11273
|
},
|
|
10842
11274
|
{
|
|
10843
11275
|
"disabled": false,
|
|
10844
|
-
"document": "实例组ID
|
|
11276
|
+
"document": "实例组 ID,可通过 [DescribeClusterInstanceGroups](https://cloud.tencent.com/document/product/1003/103934) 接口查询。",
|
|
10845
11277
|
"example": "cynosdbmysql-grp-as124sa5",
|
|
10846
11278
|
"member": "string",
|
|
10847
11279
|
"name": "InstanceGroupId",
|
|
@@ -10857,7 +11289,7 @@
|
|
|
10857
11289
|
{
|
|
10858
11290
|
"disabled": false,
|
|
10859
11291
|
"document": "安全组信息",
|
|
10860
|
-
"example": "
|
|
11292
|
+
"example": "无",
|
|
10861
11293
|
"member": "SecurityGroup",
|
|
10862
11294
|
"name": "Groups",
|
|
10863
11295
|
"output_required": true,
|
|
@@ -11553,6 +11985,72 @@
|
|
|
11553
11985
|
],
|
|
11554
11986
|
"type": "object"
|
|
11555
11987
|
},
|
|
11988
|
+
"DescribeIntegrateTaskRequest": {
|
|
11989
|
+
"document": "DescribeIntegrateTask请求参数结构体",
|
|
11990
|
+
"members": [
|
|
11991
|
+
{
|
|
11992
|
+
"disabled": false,
|
|
11993
|
+
"document": "大订单id,大订单id和子订单id必须二选一",
|
|
11994
|
+
"example": "20250922456021575047851",
|
|
11995
|
+
"member": "string",
|
|
11996
|
+
"name": "BigDealId",
|
|
11997
|
+
"required": false,
|
|
11998
|
+
"type": "string"
|
|
11999
|
+
},
|
|
12000
|
+
{
|
|
12001
|
+
"disabled": false,
|
|
12002
|
+
"document": "订单列表",
|
|
12003
|
+
"example": "[\"20250922456021575003931\"]",
|
|
12004
|
+
"member": "string",
|
|
12005
|
+
"name": "DealNames",
|
|
12006
|
+
"required": false,
|
|
12007
|
+
"type": "list"
|
|
12008
|
+
}
|
|
12009
|
+
],
|
|
12010
|
+
"type": "object"
|
|
12011
|
+
},
|
|
12012
|
+
"DescribeIntegrateTaskResponse": {
|
|
12013
|
+
"document": "DescribeIntegrateTask返回参数结构体",
|
|
12014
|
+
"members": [
|
|
12015
|
+
{
|
|
12016
|
+
"disabled": false,
|
|
12017
|
+
"document": "当前步骤",
|
|
12018
|
+
"example": "CreateIntegrateCluster",
|
|
12019
|
+
"member": "string",
|
|
12020
|
+
"name": "CurrentStep",
|
|
12021
|
+
"output_required": false,
|
|
12022
|
+
"type": "string",
|
|
12023
|
+
"value_allowed_null": false
|
|
12024
|
+
},
|
|
12025
|
+
{
|
|
12026
|
+
"disabled": false,
|
|
12027
|
+
"document": "当前进度",
|
|
12028
|
+
"example": "1/6",
|
|
12029
|
+
"member": "string",
|
|
12030
|
+
"name": "CurrentProgress",
|
|
12031
|
+
"output_required": false,
|
|
12032
|
+
"type": "string",
|
|
12033
|
+
"value_allowed_null": false
|
|
12034
|
+
},
|
|
12035
|
+
{
|
|
12036
|
+
"disabled": false,
|
|
12037
|
+
"document": "任务状态",
|
|
12038
|
+
"example": "success",
|
|
12039
|
+
"member": "string",
|
|
12040
|
+
"name": "TaskStatus",
|
|
12041
|
+
"output_required": false,
|
|
12042
|
+
"type": "string",
|
|
12043
|
+
"value_allowed_null": false
|
|
12044
|
+
},
|
|
12045
|
+
{
|
|
12046
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
12047
|
+
"member": "string",
|
|
12048
|
+
"name": "RequestId",
|
|
12049
|
+
"type": "string"
|
|
12050
|
+
}
|
|
12051
|
+
],
|
|
12052
|
+
"type": "object"
|
|
12053
|
+
},
|
|
11556
12054
|
"DescribeIsolatedInstancesRequest": {
|
|
11557
12055
|
"document": "DescribeIsolatedInstances请求参数结构体",
|
|
11558
12056
|
"members": [
|
|
@@ -12061,7 +12559,7 @@
|
|
|
12061
12559
|
{
|
|
12062
12560
|
"disabled": false,
|
|
12063
12561
|
"document": "搜索条件,若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。",
|
|
12064
|
-
"example": "
|
|
12562
|
+
"example": "无",
|
|
12065
12563
|
"member": "QueryParamFilter",
|
|
12066
12564
|
"name": "Filters",
|
|
12067
12565
|
"required": false,
|
|
@@ -13567,83 +14065,213 @@
|
|
|
13567
14065
|
"type": "string"
|
|
13568
14066
|
}
|
|
13569
14067
|
],
|
|
13570
|
-
"type": "object"
|
|
14068
|
+
"type": "object"
|
|
14069
|
+
},
|
|
14070
|
+
"GdnTaskInfo": {
|
|
14071
|
+
"document": "全球数据库任务信息",
|
|
14072
|
+
"members": [
|
|
14073
|
+
{
|
|
14074
|
+
"disabled": false,
|
|
14075
|
+
"document": "全球数据库唯一标识",
|
|
14076
|
+
"example": "cynosdbmysql-gdn-byo4q0th",
|
|
14077
|
+
"member": "string",
|
|
14078
|
+
"name": "GdnId",
|
|
14079
|
+
"output_required": false,
|
|
14080
|
+
"type": "string",
|
|
14081
|
+
"value_allowed_null": false
|
|
14082
|
+
},
|
|
14083
|
+
{
|
|
14084
|
+
"disabled": false,
|
|
14085
|
+
"document": "全球数据库唯一别名",
|
|
14086
|
+
"example": "gdnname",
|
|
14087
|
+
"member": "string",
|
|
14088
|
+
"name": "GdnName",
|
|
14089
|
+
"output_required": false,
|
|
14090
|
+
"type": "string",
|
|
14091
|
+
"value_allowed_null": false
|
|
14092
|
+
},
|
|
14093
|
+
{
|
|
14094
|
+
"disabled": false,
|
|
14095
|
+
"document": "主集群ID",
|
|
14096
|
+
"example": "cynosdbmysql-byo4q0t2",
|
|
14097
|
+
"member": "string",
|
|
14098
|
+
"name": "PrimaryClusterId",
|
|
14099
|
+
"output_required": false,
|
|
14100
|
+
"type": "string",
|
|
14101
|
+
"value_allowed_null": false
|
|
14102
|
+
},
|
|
14103
|
+
{
|
|
14104
|
+
"disabled": false,
|
|
14105
|
+
"document": "主集群所在地域",
|
|
14106
|
+
"example": "ap-chengdu",
|
|
14107
|
+
"member": "string",
|
|
14108
|
+
"name": "PrimaryClusterRegion",
|
|
14109
|
+
"output_required": false,
|
|
14110
|
+
"type": "string",
|
|
14111
|
+
"value_allowed_null": false
|
|
14112
|
+
},
|
|
14113
|
+
{
|
|
14114
|
+
"disabled": false,
|
|
14115
|
+
"document": "从集群所在地域",
|
|
14116
|
+
"example": "ap-guangzhou",
|
|
14117
|
+
"member": "string",
|
|
14118
|
+
"name": "StandbyClusterRegion",
|
|
14119
|
+
"output_required": false,
|
|
14120
|
+
"type": "string",
|
|
14121
|
+
"value_allowed_null": false
|
|
14122
|
+
},
|
|
14123
|
+
{
|
|
14124
|
+
"disabled": false,
|
|
14125
|
+
"document": "从集群ID",
|
|
14126
|
+
"example": "cynosdbmysql-byo4q0t2",
|
|
14127
|
+
"member": "string",
|
|
14128
|
+
"name": "StandbyClusterId",
|
|
14129
|
+
"output_required": false,
|
|
14130
|
+
"type": "string",
|
|
14131
|
+
"value_allowed_null": false
|
|
14132
|
+
},
|
|
14133
|
+
{
|
|
14134
|
+
"disabled": false,
|
|
14135
|
+
"document": "从集群名称",
|
|
14136
|
+
"example": "standbycluster",
|
|
14137
|
+
"member": "string",
|
|
14138
|
+
"name": "StandbyClusterName",
|
|
14139
|
+
"output_required": false,
|
|
14140
|
+
"type": "string",
|
|
14141
|
+
"value_allowed_null": false
|
|
14142
|
+
}
|
|
14143
|
+
],
|
|
14144
|
+
"usage": "out"
|
|
14145
|
+
},
|
|
14146
|
+
"GoodsPrice": {
|
|
14147
|
+
"document": "商品价格",
|
|
14148
|
+
"members": [
|
|
14149
|
+
{
|
|
14150
|
+
"disabled": false,
|
|
14151
|
+
"document": "实例价格\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14152
|
+
"example": "无",
|
|
14153
|
+
"member": "TradePrice",
|
|
14154
|
+
"name": "InstancePrice",
|
|
14155
|
+
"required": true,
|
|
14156
|
+
"type": "object",
|
|
14157
|
+
"value_allowed_null": true
|
|
14158
|
+
},
|
|
14159
|
+
{
|
|
14160
|
+
"disabled": false,
|
|
14161
|
+
"document": "存储价格\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14162
|
+
"example": "无",
|
|
14163
|
+
"member": "TradePrice",
|
|
14164
|
+
"name": "StoragePrice",
|
|
14165
|
+
"required": true,
|
|
14166
|
+
"type": "object",
|
|
14167
|
+
"value_allowed_null": true
|
|
14168
|
+
},
|
|
14169
|
+
{
|
|
14170
|
+
"disabled": false,
|
|
14171
|
+
"document": "商品规格\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14172
|
+
"example": "无",
|
|
14173
|
+
"member": "GoodsSpec",
|
|
14174
|
+
"name": "GoodsSpec",
|
|
14175
|
+
"required": true,
|
|
14176
|
+
"type": "object",
|
|
14177
|
+
"value_allowed_null": true
|
|
14178
|
+
}
|
|
14179
|
+
],
|
|
14180
|
+
"usage": "out"
|
|
13571
14181
|
},
|
|
13572
|
-
"
|
|
13573
|
-
"document": "
|
|
14182
|
+
"GoodsSpec": {
|
|
14183
|
+
"document": "商品规格",
|
|
13574
14184
|
"members": [
|
|
13575
14185
|
{
|
|
13576
14186
|
"disabled": false,
|
|
13577
|
-
"document": "
|
|
13578
|
-
"example": "
|
|
13579
|
-
"member": "
|
|
13580
|
-
"name": "
|
|
14187
|
+
"document": "商品数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14188
|
+
"example": "1",
|
|
14189
|
+
"member": "int64",
|
|
14190
|
+
"name": "GoodsNum",
|
|
13581
14191
|
"output_required": false,
|
|
13582
|
-
"
|
|
13583
|
-
"
|
|
14192
|
+
"required": false,
|
|
14193
|
+
"type": "int",
|
|
14194
|
+
"value_allowed_null": true
|
|
13584
14195
|
},
|
|
13585
14196
|
{
|
|
13586
14197
|
"disabled": false,
|
|
13587
|
-
"document": "
|
|
13588
|
-
"example": "
|
|
13589
|
-
"member": "
|
|
13590
|
-
"name": "
|
|
14198
|
+
"document": "CPU核数,PREPAID与POSTPAID实例类型必传\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14199
|
+
"example": "1",
|
|
14200
|
+
"member": "int64",
|
|
14201
|
+
"name": "Cpu",
|
|
13591
14202
|
"output_required": false,
|
|
13592
|
-
"
|
|
13593
|
-
"
|
|
14203
|
+
"required": false,
|
|
14204
|
+
"type": "int",
|
|
14205
|
+
"value_allowed_null": true
|
|
13594
14206
|
},
|
|
13595
14207
|
{
|
|
13596
14208
|
"disabled": false,
|
|
13597
|
-
"document": "
|
|
13598
|
-
"example": "
|
|
13599
|
-
"member": "
|
|
13600
|
-
"name": "
|
|
14209
|
+
"document": "内存大小,单位G,PREPAID与POSTPAID实例类型必传\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14210
|
+
"example": "2",
|
|
14211
|
+
"member": "int64",
|
|
14212
|
+
"name": "Memory",
|
|
13601
14213
|
"output_required": false,
|
|
13602
|
-
"
|
|
13603
|
-
"
|
|
14214
|
+
"required": false,
|
|
14215
|
+
"type": "int",
|
|
14216
|
+
"value_allowed_null": true
|
|
13604
14217
|
},
|
|
13605
14218
|
{
|
|
13606
14219
|
"disabled": false,
|
|
13607
|
-
"document": "
|
|
13608
|
-
"example": "
|
|
13609
|
-
"member": "
|
|
13610
|
-
"name": "
|
|
14220
|
+
"document": "Ccu大小,serverless类型必传\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14221
|
+
"example": "0.5",
|
|
14222
|
+
"member": "float",
|
|
14223
|
+
"name": "Ccu",
|
|
13611
14224
|
"output_required": false,
|
|
13612
|
-
"
|
|
13613
|
-
"
|
|
14225
|
+
"required": false,
|
|
14226
|
+
"type": "float",
|
|
14227
|
+
"value_allowed_null": true
|
|
13614
14228
|
},
|
|
13615
14229
|
{
|
|
13616
14230
|
"disabled": false,
|
|
13617
|
-
"document": "
|
|
13618
|
-
"example": "
|
|
13619
|
-
"member": "
|
|
13620
|
-
"name": "
|
|
14231
|
+
"document": "存储大小,PREPAID存储类型必传\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14232
|
+
"example": "10",
|
|
14233
|
+
"member": "int64",
|
|
14234
|
+
"name": "StorageLimit",
|
|
13621
14235
|
"output_required": false,
|
|
13622
|
-
"
|
|
13623
|
-
"
|
|
14236
|
+
"required": false,
|
|
14237
|
+
"type": "int",
|
|
14238
|
+
"value_allowed_null": true
|
|
13624
14239
|
},
|
|
13625
14240
|
{
|
|
13626
14241
|
"disabled": false,
|
|
13627
|
-
"document": "
|
|
13628
|
-
"example": "
|
|
14242
|
+
"document": "购买时长\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14243
|
+
"example": "1",
|
|
14244
|
+
"member": "int64",
|
|
14245
|
+
"name": "TimeSpan",
|
|
14246
|
+
"output_required": false,
|
|
14247
|
+
"required": false,
|
|
14248
|
+
"type": "int",
|
|
14249
|
+
"value_allowed_null": true
|
|
14250
|
+
},
|
|
14251
|
+
{
|
|
14252
|
+
"disabled": false,
|
|
14253
|
+
"document": "时长单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14254
|
+
"example": "m",
|
|
13629
14255
|
"member": "string",
|
|
13630
|
-
"name": "
|
|
14256
|
+
"name": "TimeUnit",
|
|
13631
14257
|
"output_required": false,
|
|
14258
|
+
"required": false,
|
|
13632
14259
|
"type": "string",
|
|
13633
|
-
"value_allowed_null":
|
|
14260
|
+
"value_allowed_null": true
|
|
13634
14261
|
},
|
|
13635
14262
|
{
|
|
13636
14263
|
"disabled": false,
|
|
13637
|
-
"document": "
|
|
13638
|
-
"example": "
|
|
14264
|
+
"document": "机器类型",
|
|
14265
|
+
"example": "common",
|
|
13639
14266
|
"member": "string",
|
|
13640
|
-
"name": "
|
|
14267
|
+
"name": "DeviceType",
|
|
13641
14268
|
"output_required": false,
|
|
14269
|
+
"required": false,
|
|
13642
14270
|
"type": "string",
|
|
13643
14271
|
"value_allowed_null": false
|
|
13644
14272
|
}
|
|
13645
14273
|
],
|
|
13646
|
-
"usage": "
|
|
14274
|
+
"usage": "both"
|
|
13647
14275
|
},
|
|
13648
14276
|
"GrantAccountPrivilegesRequest": {
|
|
13649
14277
|
"document": "GrantAccountPrivileges请求参数结构体",
|
|
@@ -13961,6 +14589,70 @@
|
|
|
13961
14589
|
],
|
|
13962
14590
|
"type": "object"
|
|
13963
14591
|
},
|
|
14592
|
+
"InquirePriceMultiSpecRequest": {
|
|
14593
|
+
"document": "InquirePriceMultiSpec请求参数结构体",
|
|
14594
|
+
"members": [
|
|
14595
|
+
{
|
|
14596
|
+
"disabled": false,
|
|
14597
|
+
"document": "可用区,每个地域提供最佳实践",
|
|
14598
|
+
"example": "ap-guangzhou-2",
|
|
14599
|
+
"member": "string",
|
|
14600
|
+
"name": "Zone",
|
|
14601
|
+
"required": true,
|
|
14602
|
+
"type": "string"
|
|
14603
|
+
},
|
|
14604
|
+
{
|
|
14605
|
+
"disabled": false,
|
|
14606
|
+
"document": "实例购买类型,可选值为:PREPAID, POSTPAID, SERVERLESS",
|
|
14607
|
+
"example": "PREPAID",
|
|
14608
|
+
"member": "string",
|
|
14609
|
+
"name": "InstancePayMode",
|
|
14610
|
+
"required": true,
|
|
14611
|
+
"type": "string"
|
|
14612
|
+
},
|
|
14613
|
+
{
|
|
14614
|
+
"disabled": false,
|
|
14615
|
+
"document": "存储购买类型,可选值为:PREPAID, POSTPAID",
|
|
14616
|
+
"example": "POSTPAID",
|
|
14617
|
+
"member": "string",
|
|
14618
|
+
"name": "StoragePayMode",
|
|
14619
|
+
"required": true,
|
|
14620
|
+
"type": "string"
|
|
14621
|
+
},
|
|
14622
|
+
{
|
|
14623
|
+
"disabled": false,
|
|
14624
|
+
"document": "商品规格",
|
|
14625
|
+
"example": "无",
|
|
14626
|
+
"member": "GoodsSpec",
|
|
14627
|
+
"name": "GoodsSpecs",
|
|
14628
|
+
"required": true,
|
|
14629
|
+
"type": "list"
|
|
14630
|
+
}
|
|
14631
|
+
],
|
|
14632
|
+
"type": "object"
|
|
14633
|
+
},
|
|
14634
|
+
"InquirePriceMultiSpecResponse": {
|
|
14635
|
+
"document": "InquirePriceMultiSpec返回参数结构体",
|
|
14636
|
+
"members": [
|
|
14637
|
+
{
|
|
14638
|
+
"disabled": false,
|
|
14639
|
+
"document": "商品价格",
|
|
14640
|
+
"example": "无",
|
|
14641
|
+
"member": "GoodsPrice",
|
|
14642
|
+
"name": "GoodsPrice",
|
|
14643
|
+
"output_required": true,
|
|
14644
|
+
"type": "list",
|
|
14645
|
+
"value_allowed_null": false
|
|
14646
|
+
},
|
|
14647
|
+
{
|
|
14648
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
14649
|
+
"member": "string",
|
|
14650
|
+
"name": "RequestId",
|
|
14651
|
+
"type": "string"
|
|
14652
|
+
}
|
|
14653
|
+
],
|
|
14654
|
+
"type": "object"
|
|
14655
|
+
},
|
|
13964
14656
|
"InquirePriceRenewRequest": {
|
|
13965
14657
|
"document": "InquirePriceRenew请求参数结构体",
|
|
13966
14658
|
"members": [
|
|
@@ -14492,7 +15184,7 @@
|
|
|
14492
15184
|
{
|
|
14493
15185
|
"disabled": false,
|
|
14494
15186
|
"document": "Serverless实例最大规格",
|
|
14495
|
-
"example": "1",
|
|
15187
|
+
"example": "1.0",
|
|
14496
15188
|
"member": "float",
|
|
14497
15189
|
"name": "MaxRoCpu",
|
|
14498
15190
|
"required": false,
|
|
@@ -14510,6 +15202,30 @@
|
|
|
14510
15202
|
],
|
|
14511
15203
|
"usage": "in"
|
|
14512
15204
|
},
|
|
15205
|
+
"InstanceNameWeight": {
|
|
15206
|
+
"document": "实例权重",
|
|
15207
|
+
"members": [
|
|
15208
|
+
{
|
|
15209
|
+
"disabled": false,
|
|
15210
|
+
"document": "实例名称,创建集群中InstanceInitInfo.InstanceName所指定名称",
|
|
15211
|
+
"example": "ro-1",
|
|
15212
|
+
"member": "string",
|
|
15213
|
+
"name": "InstanceName",
|
|
15214
|
+
"required": false,
|
|
15215
|
+
"type": "string"
|
|
15216
|
+
},
|
|
15217
|
+
{
|
|
15218
|
+
"disabled": false,
|
|
15219
|
+
"document": "权重",
|
|
15220
|
+
"example": "1",
|
|
15221
|
+
"member": "int64",
|
|
15222
|
+
"name": "Weight",
|
|
15223
|
+
"required": false,
|
|
15224
|
+
"type": "int"
|
|
15225
|
+
}
|
|
15226
|
+
],
|
|
15227
|
+
"usage": "in"
|
|
15228
|
+
},
|
|
14513
15229
|
"InstanceNetInfo": {
|
|
14514
15230
|
"document": "实例网络信息",
|
|
14515
15231
|
"members": [
|
|
@@ -14737,46 +15453,139 @@
|
|
|
14737
15453
|
},
|
|
14738
15454
|
{
|
|
14739
15455
|
"disabled": false,
|
|
14740
|
-
"document": "地域库存信息",
|
|
14741
|
-
"example": "无",
|
|
14742
|
-
"member": "ZoneStockInfo",
|
|
14743
|
-
"name": "ZoneStockInfos",
|
|
14744
|
-
"output_required": true,
|
|
14745
|
-
"type": "list",
|
|
14746
|
-
"value_allowed_null": false
|
|
15456
|
+
"document": "地域库存信息",
|
|
15457
|
+
"example": "无",
|
|
15458
|
+
"member": "ZoneStockInfo",
|
|
15459
|
+
"name": "ZoneStockInfos",
|
|
15460
|
+
"output_required": true,
|
|
15461
|
+
"type": "list",
|
|
15462
|
+
"value_allowed_null": false
|
|
15463
|
+
},
|
|
15464
|
+
{
|
|
15465
|
+
"disabled": false,
|
|
15466
|
+
"document": "库存数量",
|
|
15467
|
+
"example": "1",
|
|
15468
|
+
"member": "int64",
|
|
15469
|
+
"name": "StockCount",
|
|
15470
|
+
"output_required": true,
|
|
15471
|
+
"type": "int",
|
|
15472
|
+
"value_allowed_null": false
|
|
15473
|
+
},
|
|
15474
|
+
{
|
|
15475
|
+
"disabled": false,
|
|
15476
|
+
"document": "最大cpu",
|
|
15477
|
+
"example": "1.0",
|
|
15478
|
+
"member": "float",
|
|
15479
|
+
"name": "MaxCpu",
|
|
15480
|
+
"output_required": false,
|
|
15481
|
+
"type": "float",
|
|
15482
|
+
"value_allowed_null": false
|
|
15483
|
+
},
|
|
15484
|
+
{
|
|
15485
|
+
"disabled": false,
|
|
15486
|
+
"document": "最小cpu",
|
|
15487
|
+
"example": "0.5",
|
|
15488
|
+
"member": "float",
|
|
15489
|
+
"name": "MinCpu",
|
|
15490
|
+
"output_required": false,
|
|
15491
|
+
"type": "float",
|
|
15492
|
+
"value_allowed_null": false
|
|
15493
|
+
}
|
|
15494
|
+
],
|
|
15495
|
+
"usage": "out"
|
|
15496
|
+
},
|
|
15497
|
+
"IntegrateCreateClusterConfig": {
|
|
15498
|
+
"document": "集成集群配置",
|
|
15499
|
+
"members": [
|
|
15500
|
+
{
|
|
15501
|
+
"disabled": false,
|
|
15502
|
+
"document": "binlog保留天数[7,1830]",
|
|
15503
|
+
"example": "8",
|
|
15504
|
+
"member": "int64",
|
|
15505
|
+
"name": "BinlogSaveDays",
|
|
15506
|
+
"required": false,
|
|
15507
|
+
"type": "int"
|
|
15508
|
+
},
|
|
15509
|
+
{
|
|
15510
|
+
"disabled": false,
|
|
15511
|
+
"document": "备份保留天数[7,1830]",
|
|
15512
|
+
"example": "7",
|
|
15513
|
+
"member": "int64",
|
|
15514
|
+
"name": "BackupSaveDays",
|
|
15515
|
+
"required": false,
|
|
15516
|
+
"type": "int"
|
|
15517
|
+
},
|
|
15518
|
+
{
|
|
15519
|
+
"disabled": false,
|
|
15520
|
+
"document": "半同步超时时间[1000,4294967295]",
|
|
15521
|
+
"example": "1002",
|
|
15522
|
+
"member": "int64",
|
|
15523
|
+
"name": "SemiSyncTimeout",
|
|
15524
|
+
"required": false,
|
|
15525
|
+
"type": "int"
|
|
15526
|
+
},
|
|
15527
|
+
{
|
|
15528
|
+
"disabled": false,
|
|
15529
|
+
"document": "proxy连接地址配置信息",
|
|
15530
|
+
"example": "无",
|
|
15531
|
+
"member": "ProxyEndPointConfigInfo",
|
|
15532
|
+
"name": "ProxyEndPointConfigs",
|
|
15533
|
+
"required": false,
|
|
15534
|
+
"type": "list"
|
|
15535
|
+
}
|
|
15536
|
+
],
|
|
15537
|
+
"usage": "in"
|
|
15538
|
+
},
|
|
15539
|
+
"IntegrateInstanceInfo": {
|
|
15540
|
+
"document": "实例初始化配置信息",
|
|
15541
|
+
"members": [
|
|
15542
|
+
{
|
|
15543
|
+
"disabled": false,
|
|
15544
|
+
"document": "实例cpu",
|
|
15545
|
+
"example": "1",
|
|
15546
|
+
"member": "int64",
|
|
15547
|
+
"name": "Cpu",
|
|
15548
|
+
"required": true,
|
|
15549
|
+
"type": "int"
|
|
15550
|
+
},
|
|
15551
|
+
{
|
|
15552
|
+
"disabled": false,
|
|
15553
|
+
"document": "实例内存",
|
|
15554
|
+
"example": "1",
|
|
15555
|
+
"member": "int64",
|
|
15556
|
+
"name": "Memory",
|
|
15557
|
+
"required": true,
|
|
15558
|
+
"type": "int"
|
|
14747
15559
|
},
|
|
14748
15560
|
{
|
|
14749
15561
|
"disabled": false,
|
|
14750
|
-
"document": "
|
|
14751
|
-
"example": "
|
|
14752
|
-
"member": "
|
|
14753
|
-
"name": "
|
|
14754
|
-
"
|
|
14755
|
-
"type": "
|
|
14756
|
-
"value_allowed_null": false
|
|
15562
|
+
"document": "实例类型 rw/ro",
|
|
15563
|
+
"example": "rw",
|
|
15564
|
+
"member": "string",
|
|
15565
|
+
"name": "InstanceType",
|
|
15566
|
+
"required": true,
|
|
15567
|
+
"type": "string"
|
|
14757
15568
|
},
|
|
14758
15569
|
{
|
|
14759
15570
|
"disabled": false,
|
|
14760
|
-
"document": "
|
|
14761
|
-
"example": "1
|
|
14762
|
-
"member": "
|
|
14763
|
-
"name": "
|
|
14764
|
-
"
|
|
14765
|
-
"type": "
|
|
14766
|
-
"value_allowed_null": false
|
|
15571
|
+
"document": "实例个数,范围[1,15]",
|
|
15572
|
+
"example": "1",
|
|
15573
|
+
"member": "int64",
|
|
15574
|
+
"name": "InstanceCount",
|
|
15575
|
+
"required": true,
|
|
15576
|
+
"type": "int"
|
|
14767
15577
|
},
|
|
14768
15578
|
{
|
|
14769
15579
|
"disabled": false,
|
|
14770
|
-
"document": "
|
|
14771
|
-
"example": "
|
|
14772
|
-
"member": "
|
|
14773
|
-
"name": "
|
|
14774
|
-
"
|
|
14775
|
-
"type": "
|
|
14776
|
-
"value_allowed_null": false
|
|
15580
|
+
"document": "实例机器类型 common-公通用型,exclusive-独享型",
|
|
15581
|
+
"example": "common",
|
|
15582
|
+
"member": "string",
|
|
15583
|
+
"name": "DeviceType",
|
|
15584
|
+
"required": false,
|
|
15585
|
+
"type": "string"
|
|
14777
15586
|
}
|
|
14778
15587
|
],
|
|
14779
|
-
"usage": "
|
|
15588
|
+
"usage": "in"
|
|
14780
15589
|
},
|
|
14781
15590
|
"IsolateClusterRequest": {
|
|
14782
15591
|
"document": "IsolateCluster请求参数结构体",
|
|
@@ -14919,7 +15728,7 @@
|
|
|
14919
15728
|
{
|
|
14920
15729
|
"disabled": false,
|
|
14921
15730
|
"document": "隔离实例的订单id(预付费实例)\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14922
|
-
"example": "[\"
|
|
15731
|
+
"example": "[\"8345452\"]",
|
|
14923
15732
|
"member": "string",
|
|
14924
15733
|
"name": "DealNames",
|
|
14925
15734
|
"output_required": true,
|
|
@@ -15508,7 +16317,7 @@
|
|
|
15508
16317
|
{
|
|
15509
16318
|
"disabled": false,
|
|
15510
16319
|
"document": "该参数目前不支持修改,无需填写。备份频率,长度为7的数组,分别对应周一到周日的备份方式,full-全量备份,increment-增量备份",
|
|
15511
|
-
"example": "[full
|
|
16320
|
+
"example": "[\"full\",\"full\",\"full\",\"full\",\"full\",\"full\",\"full\"]",
|
|
15512
16321
|
"member": "string",
|
|
15513
16322
|
"name": "BackupFreq",
|
|
15514
16323
|
"required": false,
|
|
@@ -15526,7 +16335,7 @@
|
|
|
15526
16335
|
{
|
|
15527
16336
|
"disabled": false,
|
|
15528
16337
|
"document": "逻辑备份配置",
|
|
15529
|
-
"example": "
|
|
16338
|
+
"example": "无",
|
|
15530
16339
|
"member": "LogicBackupConfigInfo",
|
|
15531
16340
|
"name": "LogicBackupConfig",
|
|
15532
16341
|
"required": false,
|
|
@@ -15535,7 +16344,7 @@
|
|
|
15535
16344
|
{
|
|
15536
16345
|
"disabled": false,
|
|
15537
16346
|
"document": "是否删除自动逻辑备份",
|
|
15538
|
-
"example": "
|
|
16347
|
+
"example": "false",
|
|
15539
16348
|
"member": "bool",
|
|
15540
16349
|
"name": "DeleteAutoLogicBackup",
|
|
15541
16350
|
"required": false,
|
|
@@ -16906,7 +17715,7 @@
|
|
|
16906
17715
|
{
|
|
16907
17716
|
"disabled": false,
|
|
16908
17717
|
"document": "实例只读权重。\n该参数必填。",
|
|
16909
|
-
"example": "
|
|
17718
|
+
"example": "无",
|
|
16910
17719
|
"member": "ProxyInstanceWeight",
|
|
16911
17720
|
"name": "InstanceWeights",
|
|
16912
17721
|
"required": false,
|
|
@@ -16992,6 +17801,24 @@
|
|
|
16992
17801
|
"name": "ConnectionPoolTimeOut",
|
|
16993
17802
|
"required": false,
|
|
16994
17803
|
"type": "int"
|
|
17804
|
+
},
|
|
17805
|
+
{
|
|
17806
|
+
"disabled": false,
|
|
17807
|
+
"document": "是否将libra节点当作普通RO节点",
|
|
17808
|
+
"example": "false",
|
|
17809
|
+
"member": "bool",
|
|
17810
|
+
"name": "ApNodeAsRoNode",
|
|
17811
|
+
"required": false,
|
|
17812
|
+
"type": "bool"
|
|
17813
|
+
},
|
|
17814
|
+
{
|
|
17815
|
+
"disabled": false,
|
|
17816
|
+
"document": "libra节点故障,是否转发给其他节点",
|
|
17817
|
+
"example": "false",
|
|
17818
|
+
"member": "bool",
|
|
17819
|
+
"name": "ApQueryToOtherNode",
|
|
17820
|
+
"required": false,
|
|
17821
|
+
"type": "bool"
|
|
16995
17822
|
}
|
|
16996
17823
|
],
|
|
16997
17824
|
"type": "object"
|
|
@@ -18021,6 +18848,15 @@
|
|
|
18021
18848
|
"name": "KeyRegion",
|
|
18022
18849
|
"required": false,
|
|
18023
18850
|
"type": "string"
|
|
18851
|
+
},
|
|
18852
|
+
{
|
|
18853
|
+
"disabled": false,
|
|
18854
|
+
"document": "是否开启全局加密",
|
|
18855
|
+
"example": "true",
|
|
18856
|
+
"member": "bool",
|
|
18857
|
+
"name": "IsOpenGlobalEncryption",
|
|
18858
|
+
"required": false,
|
|
18859
|
+
"type": "bool"
|
|
18024
18860
|
}
|
|
18025
18861
|
],
|
|
18026
18862
|
"type": "object"
|
|
@@ -19319,6 +20155,57 @@
|
|
|
19319
20155
|
],
|
|
19320
20156
|
"usage": "in"
|
|
19321
20157
|
},
|
|
20158
|
+
"ProxyConfigInfo": {
|
|
20159
|
+
"document": "访问代理配置",
|
|
20160
|
+
"members": [
|
|
20161
|
+
{
|
|
20162
|
+
"disabled": false,
|
|
20163
|
+
"document": "数据库代理组节点个数。该参数不再建议使用,建议使用ProxyZones",
|
|
20164
|
+
"example": "1",
|
|
20165
|
+
"member": "int64",
|
|
20166
|
+
"name": "ProxyCount",
|
|
20167
|
+
"required": false,
|
|
20168
|
+
"type": "int"
|
|
20169
|
+
},
|
|
20170
|
+
{
|
|
20171
|
+
"disabled": false,
|
|
20172
|
+
"document": "cpu核数",
|
|
20173
|
+
"example": "2",
|
|
20174
|
+
"member": "int64",
|
|
20175
|
+
"name": "Cpu",
|
|
20176
|
+
"required": false,
|
|
20177
|
+
"type": "int"
|
|
20178
|
+
},
|
|
20179
|
+
{
|
|
20180
|
+
"disabled": false,
|
|
20181
|
+
"document": "内存",
|
|
20182
|
+
"example": "4000",
|
|
20183
|
+
"member": "int64",
|
|
20184
|
+
"name": "Mem",
|
|
20185
|
+
"required": false,
|
|
20186
|
+
"type": "int"
|
|
20187
|
+
},
|
|
20188
|
+
{
|
|
20189
|
+
"disabled": false,
|
|
20190
|
+
"document": "描述说明",
|
|
20191
|
+
"example": "只读代理",
|
|
20192
|
+
"member": "string",
|
|
20193
|
+
"name": "Description",
|
|
20194
|
+
"required": false,
|
|
20195
|
+
"type": "string"
|
|
20196
|
+
},
|
|
20197
|
+
{
|
|
20198
|
+
"disabled": false,
|
|
20199
|
+
"document": "数据库节点信息(该参数与ProxyCount需要任选一个输入)",
|
|
20200
|
+
"example": "无",
|
|
20201
|
+
"member": "ProxyZone",
|
|
20202
|
+
"name": "ProxyZones",
|
|
20203
|
+
"required": false,
|
|
20204
|
+
"type": "list"
|
|
20205
|
+
}
|
|
20206
|
+
],
|
|
20207
|
+
"usage": "in"
|
|
20208
|
+
},
|
|
19322
20209
|
"ProxyConnectionPoolInfo": {
|
|
19323
20210
|
"document": "数据库代理连接池信息",
|
|
19324
20211
|
"members": [
|
|
@@ -19358,6 +20245,75 @@
|
|
|
19358
20245
|
],
|
|
19359
20246
|
"usage": "both"
|
|
19360
20247
|
},
|
|
20248
|
+
"ProxyEndPointConfigInfo": {
|
|
20249
|
+
"document": "集成集群proxy地址配置",
|
|
20250
|
+
"members": [
|
|
20251
|
+
{
|
|
20252
|
+
"disabled": false,
|
|
20253
|
+
"document": "所属VPC网络ID",
|
|
20254
|
+
"example": "vpc-1ptuei0b",
|
|
20255
|
+
"member": "string",
|
|
20256
|
+
"name": "UniqueVpcId",
|
|
20257
|
+
"required": false,
|
|
20258
|
+
"type": "string"
|
|
20259
|
+
},
|
|
20260
|
+
{
|
|
20261
|
+
"disabled": false,
|
|
20262
|
+
"document": "所属子网ID",
|
|
20263
|
+
"example": "subnet-1tmw9t4o",
|
|
20264
|
+
"member": "string",
|
|
20265
|
+
"name": "UniqueSubnetId",
|
|
20266
|
+
"required": false,
|
|
20267
|
+
"type": "string"
|
|
20268
|
+
},
|
|
20269
|
+
{
|
|
20270
|
+
"disabled": false,
|
|
20271
|
+
"document": "安全组id数组",
|
|
20272
|
+
"example": "[\"sg-ajr1jzgj\"]",
|
|
20273
|
+
"member": "string",
|
|
20274
|
+
"name": "SecurityGroupIds",
|
|
20275
|
+
"required": false,
|
|
20276
|
+
"type": "list"
|
|
20277
|
+
},
|
|
20278
|
+
{
|
|
20279
|
+
"disabled": false,
|
|
20280
|
+
"document": "权重模式: system-系统分配,custom-自定义",
|
|
20281
|
+
"example": "system",
|
|
20282
|
+
"member": "string",
|
|
20283
|
+
"name": "WeightMode",
|
|
20284
|
+
"required": false,
|
|
20285
|
+
"type": "string"
|
|
20286
|
+
},
|
|
20287
|
+
{
|
|
20288
|
+
"disabled": false,
|
|
20289
|
+
"document": "是否自动添加只读实例,yes-是,no-不自动添加",
|
|
20290
|
+
"example": "no",
|
|
20291
|
+
"member": "string",
|
|
20292
|
+
"name": "AutoAddRo",
|
|
20293
|
+
"required": false,
|
|
20294
|
+
"type": "string"
|
|
20295
|
+
},
|
|
20296
|
+
{
|
|
20297
|
+
"disabled": false,
|
|
20298
|
+
"document": "读写属性: READWRITE,READONLY",
|
|
20299
|
+
"example": "READONLY",
|
|
20300
|
+
"member": "string",
|
|
20301
|
+
"name": "RwType",
|
|
20302
|
+
"required": false,
|
|
20303
|
+
"type": "string"
|
|
20304
|
+
},
|
|
20305
|
+
{
|
|
20306
|
+
"disabled": false,
|
|
20307
|
+
"document": "权重信息",
|
|
20308
|
+
"example": "无",
|
|
20309
|
+
"member": "InstanceNameWeight",
|
|
20310
|
+
"name": "InstanceNameWeights",
|
|
20311
|
+
"required": false,
|
|
20312
|
+
"type": "list"
|
|
20313
|
+
}
|
|
20314
|
+
],
|
|
20315
|
+
"usage": "in"
|
|
20316
|
+
},
|
|
19361
20317
|
"ProxyGroup": {
|
|
19362
20318
|
"document": "proxy组",
|
|
19363
20319
|
"members": [
|
|
@@ -19632,6 +20588,28 @@
|
|
|
19632
20588
|
"required": false,
|
|
19633
20589
|
"type": "string",
|
|
19634
20590
|
"value_allowed_null": false
|
|
20591
|
+
},
|
|
20592
|
+
{
|
|
20593
|
+
"disabled": false,
|
|
20594
|
+
"document": "是否将libra节点当作普通RO节点",
|
|
20595
|
+
"example": "false",
|
|
20596
|
+
"member": "bool",
|
|
20597
|
+
"name": "ApNodeAsRoNode",
|
|
20598
|
+
"output_required": false,
|
|
20599
|
+
"required": false,
|
|
20600
|
+
"type": "bool",
|
|
20601
|
+
"value_allowed_null": false
|
|
20602
|
+
},
|
|
20603
|
+
{
|
|
20604
|
+
"disabled": false,
|
|
20605
|
+
"document": "libra节点故障,是否转发给其他节点",
|
|
20606
|
+
"example": "false",
|
|
20607
|
+
"member": "bool",
|
|
20608
|
+
"name": "ApQueryToOtherNode",
|
|
20609
|
+
"output_required": false,
|
|
20610
|
+
"required": false,
|
|
20611
|
+
"type": "bool",
|
|
20612
|
+
"value_allowed_null": false
|
|
19635
20613
|
}
|
|
19636
20614
|
],
|
|
19637
20615
|
"usage": "both"
|
|
@@ -19880,7 +20858,7 @@
|
|
|
19880
20858
|
{
|
|
19881
20859
|
"disabled": false,
|
|
19882
20860
|
"document": "是否精确匹配",
|
|
19883
|
-
"example": "
|
|
20861
|
+
"example": "false",
|
|
19884
20862
|
"member": "bool",
|
|
19885
20863
|
"name": "ExactMatch",
|
|
19886
20864
|
"required": false,
|
|
@@ -19896,7 +20874,7 @@
|
|
|
19896
20874
|
"type": "string"
|
|
19897
20875
|
},
|
|
19898
20876
|
{
|
|
19899
|
-
"disabled":
|
|
20877
|
+
"disabled": true,
|
|
19900
20878
|
"document": "操作符",
|
|
19901
20879
|
"example": "1000****4352",
|
|
19902
20880
|
"member": "string",
|
|
@@ -19912,8 +20890,8 @@
|
|
|
19912
20890
|
"members": [
|
|
19913
20891
|
{
|
|
19914
20892
|
"disabled": false,
|
|
19915
|
-
"document": "
|
|
19916
|
-
"example": "[\"
|
|
20893
|
+
"document": "搜索字段,目前支持:ProxyGroupId",
|
|
20894
|
+
"example": "[\"ProxyGroupId\"]",
|
|
19917
20895
|
"member": "string",
|
|
19918
20896
|
"name": "Names",
|
|
19919
20897
|
"required": true,
|
|
@@ -19922,7 +20900,7 @@
|
|
|
19922
20900
|
{
|
|
19923
20901
|
"disabled": false,
|
|
19924
20902
|
"document": "搜索字符串",
|
|
19925
|
-
"example": "[\"
|
|
20903
|
+
"example": "[\"cynosdbmysql-proxy-jaq***q7\"]",
|
|
19926
20904
|
"member": "string",
|
|
19927
20905
|
"name": "Values",
|
|
19928
20906
|
"required": true,
|
|
@@ -21196,7 +22174,7 @@
|
|
|
21196
22174
|
{
|
|
21197
22175
|
"disabled": false,
|
|
21198
22176
|
"document": "集群创建需要绑定的tag数组信息",
|
|
21199
|
-
"example": "
|
|
22177
|
+
"example": "无",
|
|
21200
22178
|
"member": "Tag",
|
|
21201
22179
|
"name": "ResourceTags",
|
|
21202
22180
|
"required": false,
|
|
@@ -21268,7 +22246,7 @@
|
|
|
21268
22246
|
{
|
|
21269
22247
|
"disabled": false,
|
|
21270
22248
|
"document": "参数数组,暂时支持character_set_server (utf8|latin1|gbk|utf8mb4) ,lower_case_table_names,1-大小写不敏感,0-大小写敏感",
|
|
21271
|
-
"example": "
|
|
22249
|
+
"example": "无",
|
|
21272
22250
|
"member": "ParamItem",
|
|
21273
22251
|
"name": "ClusterParams",
|
|
21274
22252
|
"required": false,
|
|
@@ -21286,7 +22264,7 @@
|
|
|
21286
22264
|
{
|
|
21287
22265
|
"disabled": false,
|
|
21288
22266
|
"document": "实例初始化配置信息,主要用于购买集群时选不同规格实例",
|
|
21289
|
-
"example": "
|
|
22267
|
+
"example": "无",
|
|
21290
22268
|
"member": "InstanceInitInfo",
|
|
21291
22269
|
"name": "InstanceInitInfos",
|
|
21292
22270
|
"required": false,
|
|
@@ -21331,7 +22309,7 @@
|
|
|
21331
22309
|
{
|
|
21332
22310
|
"disabled": false,
|
|
21333
22311
|
"document": "回档库信息",
|
|
21334
|
-
"example": "
|
|
22312
|
+
"example": "无",
|
|
21335
22313
|
"member": "RollbackDatabase",
|
|
21336
22314
|
"name": "RollbackDatabases",
|
|
21337
22315
|
"required": false,
|
|
@@ -21340,7 +22318,7 @@
|
|
|
21340
22318
|
{
|
|
21341
22319
|
"disabled": false,
|
|
21342
22320
|
"document": "回档表信息",
|
|
21343
|
-
"example": "
|
|
22321
|
+
"example": "无",
|
|
21344
22322
|
"member": "RollbackTable",
|
|
21345
22323
|
"name": "RollbackTables",
|
|
21346
22324
|
"required": false,
|
|
@@ -22988,7 +23966,7 @@
|
|
|
22988
23966
|
{
|
|
22989
23967
|
"disabled": false,
|
|
22990
23968
|
"document": "总的折扣,100表示100%不打折",
|
|
22991
|
-
"example": "100",
|
|
23969
|
+
"example": "100.0",
|
|
22992
23970
|
"member": "float",
|
|
22993
23971
|
"name": "Discount",
|
|
22994
23972
|
"output_required": true,
|
|
@@ -23034,6 +24012,36 @@
|
|
|
23034
24012
|
"output_required": true,
|
|
23035
24013
|
"type": "string",
|
|
23036
24014
|
"value_allowed_null": false
|
|
24015
|
+
},
|
|
24016
|
+
{
|
|
24017
|
+
"disabled": false,
|
|
24018
|
+
"document": "高精度下不包含优惠价格",
|
|
24019
|
+
"example": "100",
|
|
24020
|
+
"member": "string",
|
|
24021
|
+
"name": "UnitPriceHighPrecision",
|
|
24022
|
+
"output_required": false,
|
|
24023
|
+
"type": "string",
|
|
24024
|
+
"value_allowed_null": false
|
|
24025
|
+
},
|
|
24026
|
+
{
|
|
24027
|
+
"disabled": false,
|
|
24028
|
+
"document": "高精度下优惠后价格",
|
|
24029
|
+
"example": "50",
|
|
24030
|
+
"member": "string",
|
|
24031
|
+
"name": "UnitPriceDiscountHighPrecision",
|
|
24032
|
+
"output_required": false,
|
|
24033
|
+
"type": "string",
|
|
24034
|
+
"value_allowed_null": false
|
|
24035
|
+
},
|
|
24036
|
+
{
|
|
24037
|
+
"disabled": false,
|
|
24038
|
+
"document": "货币单位",
|
|
24039
|
+
"example": "pent",
|
|
24040
|
+
"member": "string",
|
|
24041
|
+
"name": "AmountUnit",
|
|
24042
|
+
"output_required": false,
|
|
24043
|
+
"type": "string",
|
|
24044
|
+
"value_allowed_null": false
|
|
23037
24045
|
}
|
|
23038
24046
|
],
|
|
23039
24047
|
"usage": "out"
|
|
@@ -23392,6 +24400,24 @@
|
|
|
23392
24400
|
"name": "ProxyZones",
|
|
23393
24401
|
"required": false,
|
|
23394
24402
|
"type": "list"
|
|
24403
|
+
},
|
|
24404
|
+
{
|
|
24405
|
+
"disabled": false,
|
|
24406
|
+
"document": "是否滚动升级",
|
|
24407
|
+
"example": "yes",
|
|
24408
|
+
"member": "string",
|
|
24409
|
+
"name": "IsRollUpgrade",
|
|
24410
|
+
"required": false,
|
|
24411
|
+
"type": "string"
|
|
24412
|
+
},
|
|
24413
|
+
{
|
|
24414
|
+
"disabled": false,
|
|
24415
|
+
"document": "滚动升级等待时间,单位:秒",
|
|
24416
|
+
"example": "10",
|
|
24417
|
+
"member": "int64",
|
|
24418
|
+
"name": "RollUpgradeWaitingTime",
|
|
24419
|
+
"required": false,
|
|
24420
|
+
"type": "int"
|
|
23395
24421
|
}
|
|
23396
24422
|
],
|
|
23397
24423
|
"type": "object"
|