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
|
@@ -140,6 +140,13 @@
|
|
|
140
140
|
"output": "CreateRocketMQTopicResponse",
|
|
141
141
|
"status": "online"
|
|
142
142
|
},
|
|
143
|
+
"CreateRocketMQTopicV2": {
|
|
144
|
+
"document": "创建RocketMQ主题",
|
|
145
|
+
"input": "CreateRocketMQTopicV2Request",
|
|
146
|
+
"name": "创建 RocketMQ 主题",
|
|
147
|
+
"output": "CreateRocketMQTopicV2Response",
|
|
148
|
+
"status": "online"
|
|
149
|
+
},
|
|
143
150
|
"CreateRocketMQVipInstance": {
|
|
144
151
|
"document": "创建RocketMQ专享实例",
|
|
145
152
|
"input": "CreateRocketMQVipInstanceRequest",
|
|
@@ -665,27 +672,6 @@
|
|
|
665
672
|
"output": "DescribeRocketMQSmoothMigrationTaskResponse",
|
|
666
673
|
"status": "online"
|
|
667
674
|
},
|
|
668
|
-
"DescribeRocketMQSmoothMigrationTaskList": {
|
|
669
|
-
"document": "平滑迁移相关接口已迁移至trocket产品下,该接口已废弃\n\n用于查询RocketMQ平滑迁移任务列表",
|
|
670
|
-
"input": "DescribeRocketMQSmoothMigrationTaskListRequest",
|
|
671
|
-
"name": "获取RocketMQ平滑迁移任务列表",
|
|
672
|
-
"output": "DescribeRocketMQSmoothMigrationTaskListResponse",
|
|
673
|
-
"status": "deprecated"
|
|
674
|
-
},
|
|
675
|
-
"DescribeRocketMQSourceClusterGroupList": {
|
|
676
|
-
"document": "平滑迁移相关接口已迁移至trocket产品下,该接口已废弃\n\n平滑迁移过程获取源集群group列表接口",
|
|
677
|
-
"input": "DescribeRocketMQSourceClusterGroupListRequest",
|
|
678
|
-
"name": "平滑迁移:获取源集群的group列表",
|
|
679
|
-
"output": "DescribeRocketMQSourceClusterGroupListResponse",
|
|
680
|
-
"status": "deprecated"
|
|
681
|
-
},
|
|
682
|
-
"DescribeRocketMQSourceClusterTopicList": {
|
|
683
|
-
"document": "平滑迁移相关接口已迁移至trocket产品下,该接口已废弃\n\n平滑迁移过程获取源集群topic列表接口",
|
|
684
|
-
"input": "DescribeRocketMQSourceClusterTopicListRequest",
|
|
685
|
-
"name": "平滑迁移:获取源集群的topic列表",
|
|
686
|
-
"output": "DescribeRocketMQSourceClusterTopicListResponse",
|
|
687
|
-
"status": "deprecated"
|
|
688
|
-
},
|
|
689
675
|
"DescribeRocketMQSubscriptions": {
|
|
690
676
|
"document": "用于获取RocketMQ消费组订阅关系数据",
|
|
691
677
|
"input": "DescribeRocketMQSubscriptionsRequest",
|
|
@@ -700,6 +686,13 @@
|
|
|
700
686
|
"output": "DescribeRocketMQTopUsagesResponse",
|
|
701
687
|
"status": "online"
|
|
702
688
|
},
|
|
689
|
+
"DescribeRocketMQTopic": {
|
|
690
|
+
"document": "获取RocketMQ主题详情",
|
|
691
|
+
"input": "DescribeRocketMQTopicRequest",
|
|
692
|
+
"name": "获取RocketMQ主题详情",
|
|
693
|
+
"output": "DescribeRocketMQTopicResponse",
|
|
694
|
+
"status": "online"
|
|
695
|
+
},
|
|
703
696
|
"DescribeRocketMQTopicMsgs": {
|
|
704
697
|
"document": "rocketmq 消息查询",
|
|
705
698
|
"input": "DescribeRocketMQTopicMsgsRequest",
|
|
@@ -2849,7 +2842,7 @@
|
|
|
2849
2842
|
"disabled": false,
|
|
2850
2843
|
"document": "当前分区id。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2851
2844
|
"example": "1",
|
|
2852
|
-
"member": "
|
|
2845
|
+
"member": "int64",
|
|
2853
2846
|
"name": "Partitions",
|
|
2854
2847
|
"output_required": true,
|
|
2855
2848
|
"type": "int",
|
|
@@ -2923,7 +2916,7 @@
|
|
|
2923
2916
|
{
|
|
2924
2917
|
"disabled": false,
|
|
2925
2918
|
"document": "用户专享物理集群ID,如果不传,则默认在公共集群上创建用户集群资源。",
|
|
2926
|
-
"example": "
|
|
2919
|
+
"example": "1",
|
|
2927
2920
|
"member": "uint64",
|
|
2928
2921
|
"name": "BindClusterId",
|
|
2929
2922
|
"required": false,
|
|
@@ -3883,7 +3876,7 @@
|
|
|
3883
3876
|
},
|
|
3884
3877
|
{
|
|
3885
3878
|
"disabled": false,
|
|
3886
|
-
"document": "集群的节点规格,需要输入对应的规格标识:\n2C8G:rabbit-vip-
|
|
3879
|
+
"document": "集群的节点规格,需要输入对应的规格标识:\n2C8G:rabbit-vip-profession-2c8g\n4C16G:rabbit-vip-profession-4c16g\n8C32G:rabbit-vip-profession-8c32g\n16C32G:rabbit-vip-basic-4\n16C64G:rabbit-vip-profession-16c64g\n2C4G:rabbit-vip-basic-5\n4C8G:rabbit-vip-basic-1\n8C16G(已售罄):rabbit-vip-basic-2\n不传默认为 4C8G:rabbit-vip-basic-1",
|
|
3887
3880
|
"example": "rabbit-vip-basic-1",
|
|
3888
3881
|
"member": "string",
|
|
3889
3882
|
"name": "NodeSpec",
|
|
@@ -3946,7 +3939,7 @@
|
|
|
3946
3939
|
},
|
|
3947
3940
|
{
|
|
3948
3941
|
"disabled": false,
|
|
3949
|
-
"document": "集群版本,不传默认为 3.8.30,可选值为 3.8.30
|
|
3942
|
+
"document": "集群版本,不传默认为 3.8.30,可选值为 3.8.30、3.11.8和3.13.7",
|
|
3950
3943
|
"example": "3.8.30",
|
|
3951
3944
|
"member": "string",
|
|
3952
3945
|
"name": "ClusterVersion",
|
|
@@ -3965,7 +3958,7 @@
|
|
|
3965
3958
|
{
|
|
3966
3959
|
"disabled": false,
|
|
3967
3960
|
"document": "资源标签列表",
|
|
3968
|
-
"example": "
|
|
3961
|
+
"example": "无",
|
|
3969
3962
|
"member": "Tag",
|
|
3970
3963
|
"name": "ResourceTags",
|
|
3971
3964
|
"required": false,
|
|
@@ -4533,6 +4526,87 @@
|
|
|
4533
4526
|
],
|
|
4534
4527
|
"type": "object"
|
|
4535
4528
|
},
|
|
4529
|
+
"CreateRocketMQTopicV2Request": {
|
|
4530
|
+
"document": "CreateRocketMQTopicV2请求参数结构体",
|
|
4531
|
+
"members": [
|
|
4532
|
+
{
|
|
4533
|
+
"disabled": false,
|
|
4534
|
+
"document": "主题名称",
|
|
4535
|
+
"example": "test_topic",
|
|
4536
|
+
"member": "string",
|
|
4537
|
+
"name": "Topic",
|
|
4538
|
+
"required": true,
|
|
4539
|
+
"type": "string"
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"disabled": false,
|
|
4543
|
+
"document": "主题类型,可选值为Normal, GlobalOrder, PartitionedOrder, Transaction, DelayScheduled。Transaction仅在专享版支持。",
|
|
4544
|
+
"example": "Normal",
|
|
4545
|
+
"member": "string",
|
|
4546
|
+
"name": "Type",
|
|
4547
|
+
"required": true,
|
|
4548
|
+
"type": "string"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"disabled": false,
|
|
4552
|
+
"document": "集群ID",
|
|
4553
|
+
"example": "rocketmq-4k4orqgq",
|
|
4554
|
+
"member": "string",
|
|
4555
|
+
"name": "ClusterId",
|
|
4556
|
+
"required": true,
|
|
4557
|
+
"type": "string"
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"disabled": false,
|
|
4561
|
+
"document": "命名空间",
|
|
4562
|
+
"example": "test_ns",
|
|
4563
|
+
"member": "string",
|
|
4564
|
+
"name": "Namespace",
|
|
4565
|
+
"required": true,
|
|
4566
|
+
"type": "string"
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"disabled": false,
|
|
4570
|
+
"document": "备注",
|
|
4571
|
+
"example": "info-mark",
|
|
4572
|
+
"member": "string",
|
|
4573
|
+
"name": "Remark",
|
|
4574
|
+
"required": false,
|
|
4575
|
+
"type": "string"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"disabled": false,
|
|
4579
|
+
"document": "分区数,全局顺序无效",
|
|
4580
|
+
"example": "3",
|
|
4581
|
+
"member": "int64",
|
|
4582
|
+
"name": "PartitionNum",
|
|
4583
|
+
"required": false,
|
|
4584
|
+
"type": "int"
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"disabled": false,
|
|
4588
|
+
"document": "标签列表",
|
|
4589
|
+
"example": "无",
|
|
4590
|
+
"member": "Tag",
|
|
4591
|
+
"name": "TagList",
|
|
4592
|
+
"required": false,
|
|
4593
|
+
"type": "list"
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"type": "object"
|
|
4597
|
+
},
|
|
4598
|
+
"CreateRocketMQTopicV2Response": {
|
|
4599
|
+
"document": "CreateRocketMQTopicV2返回参数结构体",
|
|
4600
|
+
"members": [
|
|
4601
|
+
{
|
|
4602
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
4603
|
+
"member": "string",
|
|
4604
|
+
"name": "RequestId",
|
|
4605
|
+
"type": "string"
|
|
4606
|
+
}
|
|
4607
|
+
],
|
|
4608
|
+
"type": "object"
|
|
4609
|
+
},
|
|
4536
4610
|
"CreateRocketMQVipInstanceRequest": {
|
|
4537
4611
|
"document": "CreateRocketMQVipInstance请求参数结构体",
|
|
4538
4612
|
"members": [
|
|
@@ -7267,6 +7341,26 @@
|
|
|
7267
7341
|
"type": "string",
|
|
7268
7342
|
"value_allowed_null": false
|
|
7269
7343
|
},
|
|
7344
|
+
{
|
|
7345
|
+
"disabled": false,
|
|
7346
|
+
"document": "消息 key\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
7347
|
+
"example": "key-1",
|
|
7348
|
+
"member": "string",
|
|
7349
|
+
"name": "Key",
|
|
7350
|
+
"output_required": false,
|
|
7351
|
+
"type": "string",
|
|
7352
|
+
"value_allowed_null": true
|
|
7353
|
+
},
|
|
7354
|
+
{
|
|
7355
|
+
"disabled": false,
|
|
7356
|
+
"document": "消息的元数据信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
7357
|
+
"example": "{\"X-Pulsar-event-time\":\"1755683039\"}",
|
|
7358
|
+
"member": "string",
|
|
7359
|
+
"name": "Metadata",
|
|
7360
|
+
"output_required": false,
|
|
7361
|
+
"type": "string",
|
|
7362
|
+
"value_allowed_null": true
|
|
7363
|
+
},
|
|
7270
7364
|
{
|
|
7271
7365
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
7272
7366
|
"member": "string",
|
|
@@ -9645,7 +9739,7 @@
|
|
|
9645
9739
|
{
|
|
9646
9740
|
"disabled": false,
|
|
9647
9741
|
"document": "命名空间",
|
|
9648
|
-
"example": "
|
|
9742
|
+
"example": "test_ns",
|
|
9649
9743
|
"member": "string",
|
|
9650
9744
|
"name": "NamespaceId",
|
|
9651
9745
|
"required": true,
|
|
@@ -9722,6 +9816,15 @@
|
|
|
9722
9816
|
"name": "Types",
|
|
9723
9817
|
"required": false,
|
|
9724
9818
|
"type": "list"
|
|
9819
|
+
},
|
|
9820
|
+
{
|
|
9821
|
+
"disabled": false,
|
|
9822
|
+
"document": "标签过滤器",
|
|
9823
|
+
"example": "无",
|
|
9824
|
+
"member": "TagFilter",
|
|
9825
|
+
"name": "TagFilters",
|
|
9826
|
+
"required": false,
|
|
9827
|
+
"type": "list"
|
|
9725
9828
|
}
|
|
9726
9829
|
],
|
|
9727
9830
|
"type": "object"
|
|
@@ -10590,71 +10693,6 @@
|
|
|
10590
10693
|
],
|
|
10591
10694
|
"type": "object"
|
|
10592
10695
|
},
|
|
10593
|
-
"DescribeRocketMQSmoothMigrationTaskListRequest": {
|
|
10594
|
-
"document": "DescribeRocketMQSmoothMigrationTaskList请求参数结构体",
|
|
10595
|
-
"members": [
|
|
10596
|
-
{
|
|
10597
|
-
"disabled": false,
|
|
10598
|
-
"document": "查询起始偏移量",
|
|
10599
|
-
"example": "0",
|
|
10600
|
-
"member": "int64",
|
|
10601
|
-
"name": "Offset",
|
|
10602
|
-
"required": true,
|
|
10603
|
-
"type": "int"
|
|
10604
|
-
},
|
|
10605
|
-
{
|
|
10606
|
-
"disabled": false,
|
|
10607
|
-
"document": "查询最大数量",
|
|
10608
|
-
"example": "10",
|
|
10609
|
-
"member": "int64",
|
|
10610
|
-
"name": "Limit",
|
|
10611
|
-
"required": true,
|
|
10612
|
-
"type": "int"
|
|
10613
|
-
},
|
|
10614
|
-
{
|
|
10615
|
-
"disabled": false,
|
|
10616
|
-
"document": "查询过滤器,\n支持的字段如下\nTaskStatus, 支持多选\nConnectionType,支持多选\nClusterId,精确搜索\nTaskName,支持模糊搜索",
|
|
10617
|
-
"example": "[ { \"Name\": \"tag_key\", \"Value\": \"tag_value\" } ]",
|
|
10618
|
-
"member": "Filter",
|
|
10619
|
-
"name": "Filters",
|
|
10620
|
-
"required": false,
|
|
10621
|
-
"type": "list"
|
|
10622
|
-
}
|
|
10623
|
-
],
|
|
10624
|
-
"type": "object"
|
|
10625
|
-
},
|
|
10626
|
-
"DescribeRocketMQSmoothMigrationTaskListResponse": {
|
|
10627
|
-
"document": "DescribeRocketMQSmoothMigrationTaskList返回参数结构体",
|
|
10628
|
-
"members": [
|
|
10629
|
-
{
|
|
10630
|
-
"disabled": false,
|
|
10631
|
-
"document": "任务总数",
|
|
10632
|
-
"example": "1",
|
|
10633
|
-
"member": "int64",
|
|
10634
|
-
"name": "TotalCount",
|
|
10635
|
-
"output_required": true,
|
|
10636
|
-
"type": "int",
|
|
10637
|
-
"value_allowed_null": false
|
|
10638
|
-
},
|
|
10639
|
-
{
|
|
10640
|
-
"disabled": false,
|
|
10641
|
-
"document": "任务列表",
|
|
10642
|
-
"example": "无",
|
|
10643
|
-
"member": "RocketMQSmoothMigrationTaskItem",
|
|
10644
|
-
"name": "Data",
|
|
10645
|
-
"output_required": false,
|
|
10646
|
-
"type": "list",
|
|
10647
|
-
"value_allowed_null": false
|
|
10648
|
-
},
|
|
10649
|
-
{
|
|
10650
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10651
|
-
"member": "string",
|
|
10652
|
-
"name": "RequestId",
|
|
10653
|
-
"type": "string"
|
|
10654
|
-
}
|
|
10655
|
-
],
|
|
10656
|
-
"type": "object"
|
|
10657
|
-
},
|
|
10658
10696
|
"DescribeRocketMQSmoothMigrationTaskRequest": {
|
|
10659
10697
|
"document": "DescribeRocketMQSmoothMigrationTask请求参数结构体",
|
|
10660
10698
|
"members": [
|
|
@@ -10832,71 +10870,80 @@
|
|
|
10832
10870
|
],
|
|
10833
10871
|
"type": "object"
|
|
10834
10872
|
},
|
|
10835
|
-
"
|
|
10836
|
-
"document": "
|
|
10873
|
+
"DescribeRocketMQSubscriptionsRequest": {
|
|
10874
|
+
"document": "DescribeRocketMQSubscriptions请求参数结构体",
|
|
10837
10875
|
"members": [
|
|
10838
10876
|
{
|
|
10839
10877
|
"disabled": false,
|
|
10840
|
-
"document": "
|
|
10841
|
-
"example": "
|
|
10842
|
-
"member": "
|
|
10843
|
-
"name": "
|
|
10878
|
+
"document": "集群ID",
|
|
10879
|
+
"example": "rocketmq-4k4orqgq",
|
|
10880
|
+
"member": "string",
|
|
10881
|
+
"name": "ClusterId",
|
|
10844
10882
|
"required": true,
|
|
10845
|
-
"type": "
|
|
10883
|
+
"type": "string"
|
|
10846
10884
|
},
|
|
10847
10885
|
{
|
|
10848
10886
|
"disabled": false,
|
|
10849
|
-
"document": "
|
|
10850
|
-
"example": "
|
|
10851
|
-
"member": "
|
|
10852
|
-
"name": "
|
|
10887
|
+
"document": "命名空间名称",
|
|
10888
|
+
"example": "test_namespace",
|
|
10889
|
+
"member": "string",
|
|
10890
|
+
"name": "Namespace",
|
|
10853
10891
|
"required": true,
|
|
10854
|
-
"type": "
|
|
10892
|
+
"type": "string"
|
|
10855
10893
|
},
|
|
10856
10894
|
{
|
|
10857
10895
|
"disabled": false,
|
|
10858
|
-
"document": "
|
|
10859
|
-
"example": "
|
|
10896
|
+
"document": "消费组名称",
|
|
10897
|
+
"example": "test_group",
|
|
10860
10898
|
"member": "string",
|
|
10861
|
-
"name": "
|
|
10899
|
+
"name": "Group",
|
|
10862
10900
|
"required": true,
|
|
10863
10901
|
"type": "string"
|
|
10864
10902
|
},
|
|
10865
10903
|
{
|
|
10866
10904
|
"disabled": false,
|
|
10867
|
-
"document": "
|
|
10868
|
-
"example": "
|
|
10869
|
-
"member": "
|
|
10870
|
-
"name": "
|
|
10871
|
-
"required":
|
|
10872
|
-
"type": "
|
|
10905
|
+
"document": "查询起始位置",
|
|
10906
|
+
"example": "0",
|
|
10907
|
+
"member": "int64",
|
|
10908
|
+
"name": "Offset",
|
|
10909
|
+
"required": true,
|
|
10910
|
+
"type": "int"
|
|
10911
|
+
},
|
|
10912
|
+
{
|
|
10913
|
+
"disabled": false,
|
|
10914
|
+
"document": "查询限制条数",
|
|
10915
|
+
"example": "20",
|
|
10916
|
+
"member": "int64",
|
|
10917
|
+
"name": "Limit",
|
|
10918
|
+
"required": true,
|
|
10919
|
+
"type": "int"
|
|
10873
10920
|
}
|
|
10874
10921
|
],
|
|
10875
10922
|
"type": "object"
|
|
10876
10923
|
},
|
|
10877
|
-
"
|
|
10878
|
-
"document": "
|
|
10924
|
+
"DescribeRocketMQSubscriptionsResponse": {
|
|
10925
|
+
"document": "DescribeRocketMQSubscriptions返回参数结构体",
|
|
10879
10926
|
"members": [
|
|
10880
|
-
{
|
|
10881
|
-
"disabled": false,
|
|
10882
|
-
"document": "group列表",
|
|
10883
|
-
"example": "无",
|
|
10884
|
-
"member": "RocketMQGroupConfigOutput",
|
|
10885
|
-
"name": "Groups",
|
|
10886
|
-
"output_required": false,
|
|
10887
|
-
"type": "list",
|
|
10888
|
-
"value_allowed_null": false
|
|
10889
|
-
},
|
|
10890
10927
|
{
|
|
10891
10928
|
"disabled": false,
|
|
10892
10929
|
"document": "总条数",
|
|
10893
|
-
"example": "
|
|
10930
|
+
"example": "10",
|
|
10894
10931
|
"member": "int64",
|
|
10895
10932
|
"name": "TotalCount",
|
|
10896
|
-
"output_required":
|
|
10933
|
+
"output_required": true,
|
|
10897
10934
|
"type": "int",
|
|
10898
10935
|
"value_allowed_null": false
|
|
10899
10936
|
},
|
|
10937
|
+
{
|
|
10938
|
+
"disabled": false,
|
|
10939
|
+
"document": "订阅关系列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
10940
|
+
"example": "无",
|
|
10941
|
+
"member": "RocketMQSubscription",
|
|
10942
|
+
"name": "Subscriptions",
|
|
10943
|
+
"output_required": true,
|
|
10944
|
+
"type": "list",
|
|
10945
|
+
"value_allowed_null": true
|
|
10946
|
+
},
|
|
10900
10947
|
{
|
|
10901
10948
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10902
10949
|
"member": "string",
|
|
@@ -10906,174 +10953,17 @@
|
|
|
10906
10953
|
],
|
|
10907
10954
|
"type": "object"
|
|
10908
10955
|
},
|
|
10909
|
-
"
|
|
10910
|
-
"document": "
|
|
10956
|
+
"DescribeRocketMQTopUsagesRequest": {
|
|
10957
|
+
"document": "DescribeRocketMQTopUsages请求参数结构体",
|
|
10911
10958
|
"members": [
|
|
10912
10959
|
{
|
|
10913
10960
|
"disabled": false,
|
|
10914
|
-
"document": "
|
|
10915
|
-
"example": "
|
|
10916
|
-
"member": "
|
|
10917
|
-
"name": "
|
|
10961
|
+
"document": "集群ID",
|
|
10962
|
+
"example": "rocketmq-xxxxx",
|
|
10963
|
+
"member": "string",
|
|
10964
|
+
"name": "ClusterId",
|
|
10918
10965
|
"required": true,
|
|
10919
|
-
"type": "
|
|
10920
|
-
},
|
|
10921
|
-
{
|
|
10922
|
-
"disabled": false,
|
|
10923
|
-
"document": "偏移量",
|
|
10924
|
-
"example": "10",
|
|
10925
|
-
"member": "int64",
|
|
10926
|
-
"name": "Offset",
|
|
10927
|
-
"required": true,
|
|
10928
|
-
"type": "int"
|
|
10929
|
-
},
|
|
10930
|
-
{
|
|
10931
|
-
"disabled": false,
|
|
10932
|
-
"document": "迁移任务名",
|
|
10933
|
-
"example": "a50e97f6-8d2b-4fa8-b1f8-ba47bc50780e",
|
|
10934
|
-
"member": "string",
|
|
10935
|
-
"name": "TaskId",
|
|
10936
|
-
"required": true,
|
|
10937
|
-
"type": "string"
|
|
10938
|
-
},
|
|
10939
|
-
{
|
|
10940
|
-
"disabled": false,
|
|
10941
|
-
"document": "查询过滤器,支持字段如下\nTopicName,\nType,Imported",
|
|
10942
|
-
"example": "无",
|
|
10943
|
-
"member": "Filter",
|
|
10944
|
-
"name": "Filters",
|
|
10945
|
-
"required": false,
|
|
10946
|
-
"type": "list"
|
|
10947
|
-
}
|
|
10948
|
-
],
|
|
10949
|
-
"type": "object"
|
|
10950
|
-
},
|
|
10951
|
-
"DescribeRocketMQSourceClusterTopicListResponse": {
|
|
10952
|
-
"document": "DescribeRocketMQSourceClusterTopicList返回参数结构体",
|
|
10953
|
-
"members": [
|
|
10954
|
-
{
|
|
10955
|
-
"disabled": false,
|
|
10956
|
-
"document": "topic层列表",
|
|
10957
|
-
"example": "无",
|
|
10958
|
-
"member": "RocketMQTopicConfigOutput",
|
|
10959
|
-
"name": "Topics",
|
|
10960
|
-
"output_required": true,
|
|
10961
|
-
"type": "list",
|
|
10962
|
-
"value_allowed_null": false
|
|
10963
|
-
},
|
|
10964
|
-
{
|
|
10965
|
-
"disabled": false,
|
|
10966
|
-
"document": "总条数",
|
|
10967
|
-
"example": "9",
|
|
10968
|
-
"member": "int64",
|
|
10969
|
-
"name": "TotalCount",
|
|
10970
|
-
"output_required": true,
|
|
10971
|
-
"type": "int",
|
|
10972
|
-
"value_allowed_null": false
|
|
10973
|
-
},
|
|
10974
|
-
{
|
|
10975
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10976
|
-
"member": "string",
|
|
10977
|
-
"name": "RequestId",
|
|
10978
|
-
"type": "string"
|
|
10979
|
-
}
|
|
10980
|
-
],
|
|
10981
|
-
"type": "object"
|
|
10982
|
-
},
|
|
10983
|
-
"DescribeRocketMQSubscriptionsRequest": {
|
|
10984
|
-
"document": "DescribeRocketMQSubscriptions请求参数结构体",
|
|
10985
|
-
"members": [
|
|
10986
|
-
{
|
|
10987
|
-
"disabled": false,
|
|
10988
|
-
"document": "集群ID",
|
|
10989
|
-
"example": "rocketmq-4k4orqgq",
|
|
10990
|
-
"member": "string",
|
|
10991
|
-
"name": "ClusterId",
|
|
10992
|
-
"required": true,
|
|
10993
|
-
"type": "string"
|
|
10994
|
-
},
|
|
10995
|
-
{
|
|
10996
|
-
"disabled": false,
|
|
10997
|
-
"document": "命名空间名称",
|
|
10998
|
-
"example": "test_namespace",
|
|
10999
|
-
"member": "string",
|
|
11000
|
-
"name": "Namespace",
|
|
11001
|
-
"required": true,
|
|
11002
|
-
"type": "string"
|
|
11003
|
-
},
|
|
11004
|
-
{
|
|
11005
|
-
"disabled": false,
|
|
11006
|
-
"document": "消费组名称",
|
|
11007
|
-
"example": "test_group",
|
|
11008
|
-
"member": "string",
|
|
11009
|
-
"name": "Group",
|
|
11010
|
-
"required": true,
|
|
11011
|
-
"type": "string"
|
|
11012
|
-
},
|
|
11013
|
-
{
|
|
11014
|
-
"disabled": false,
|
|
11015
|
-
"document": "查询起始位置",
|
|
11016
|
-
"example": "0",
|
|
11017
|
-
"member": "int64",
|
|
11018
|
-
"name": "Offset",
|
|
11019
|
-
"required": true,
|
|
11020
|
-
"type": "int"
|
|
11021
|
-
},
|
|
11022
|
-
{
|
|
11023
|
-
"disabled": false,
|
|
11024
|
-
"document": "查询限制条数",
|
|
11025
|
-
"example": "20",
|
|
11026
|
-
"member": "int64",
|
|
11027
|
-
"name": "Limit",
|
|
11028
|
-
"required": true,
|
|
11029
|
-
"type": "int"
|
|
11030
|
-
}
|
|
11031
|
-
],
|
|
11032
|
-
"type": "object"
|
|
11033
|
-
},
|
|
11034
|
-
"DescribeRocketMQSubscriptionsResponse": {
|
|
11035
|
-
"document": "DescribeRocketMQSubscriptions返回参数结构体",
|
|
11036
|
-
"members": [
|
|
11037
|
-
{
|
|
11038
|
-
"disabled": false,
|
|
11039
|
-
"document": "总条数",
|
|
11040
|
-
"example": "10",
|
|
11041
|
-
"member": "int64",
|
|
11042
|
-
"name": "TotalCount",
|
|
11043
|
-
"output_required": true,
|
|
11044
|
-
"type": "int",
|
|
11045
|
-
"value_allowed_null": false
|
|
11046
|
-
},
|
|
11047
|
-
{
|
|
11048
|
-
"disabled": false,
|
|
11049
|
-
"document": "订阅关系列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
11050
|
-
"example": "无",
|
|
11051
|
-
"member": "RocketMQSubscription",
|
|
11052
|
-
"name": "Subscriptions",
|
|
11053
|
-
"output_required": true,
|
|
11054
|
-
"type": "list",
|
|
11055
|
-
"value_allowed_null": true
|
|
11056
|
-
},
|
|
11057
|
-
{
|
|
11058
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
11059
|
-
"member": "string",
|
|
11060
|
-
"name": "RequestId",
|
|
11061
|
-
"type": "string"
|
|
11062
|
-
}
|
|
11063
|
-
],
|
|
11064
|
-
"type": "object"
|
|
11065
|
-
},
|
|
11066
|
-
"DescribeRocketMQTopUsagesRequest": {
|
|
11067
|
-
"document": "DescribeRocketMQTopUsages请求参数结构体",
|
|
11068
|
-
"members": [
|
|
11069
|
-
{
|
|
11070
|
-
"disabled": false,
|
|
11071
|
-
"document": "集群ID",
|
|
11072
|
-
"example": "rocketmq-xxxxx",
|
|
11073
|
-
"member": "string",
|
|
11074
|
-
"name": "ClusterId",
|
|
11075
|
-
"required": true,
|
|
11076
|
-
"type": "string"
|
|
10966
|
+
"type": "string"
|
|
11077
10967
|
},
|
|
11078
10968
|
{
|
|
11079
10969
|
"disabled": false,
|
|
@@ -11302,6 +11192,88 @@
|
|
|
11302
11192
|
],
|
|
11303
11193
|
"type": "object"
|
|
11304
11194
|
},
|
|
11195
|
+
"DescribeRocketMQTopicRequest": {
|
|
11196
|
+
"document": "DescribeRocketMQTopic请求参数结构体",
|
|
11197
|
+
"members": [
|
|
11198
|
+
{
|
|
11199
|
+
"disabled": false,
|
|
11200
|
+
"document": "集群ID",
|
|
11201
|
+
"example": "rocketmq-4k4orqgq",
|
|
11202
|
+
"member": "string",
|
|
11203
|
+
"name": "ClusterId",
|
|
11204
|
+
"required": true,
|
|
11205
|
+
"type": "string"
|
|
11206
|
+
},
|
|
11207
|
+
{
|
|
11208
|
+
"disabled": false,
|
|
11209
|
+
"document": "命名空间",
|
|
11210
|
+
"example": "test_ns",
|
|
11211
|
+
"member": "string",
|
|
11212
|
+
"name": "NamespaceId",
|
|
11213
|
+
"required": true,
|
|
11214
|
+
"type": "string"
|
|
11215
|
+
},
|
|
11216
|
+
{
|
|
11217
|
+
"disabled": false,
|
|
11218
|
+
"document": "主题名称",
|
|
11219
|
+
"example": "test_topic",
|
|
11220
|
+
"member": "string",
|
|
11221
|
+
"name": "TopicName",
|
|
11222
|
+
"required": true,
|
|
11223
|
+
"type": "string"
|
|
11224
|
+
},
|
|
11225
|
+
{
|
|
11226
|
+
"disabled": false,
|
|
11227
|
+
"document": "消费组名称",
|
|
11228
|
+
"example": "test_group",
|
|
11229
|
+
"member": "string",
|
|
11230
|
+
"name": "ConsumerGroup",
|
|
11231
|
+
"required": false,
|
|
11232
|
+
"type": "string"
|
|
11233
|
+
},
|
|
11234
|
+
{
|
|
11235
|
+
"disabled": false,
|
|
11236
|
+
"document": "订阅列表分页参数Offset",
|
|
11237
|
+
"example": "0",
|
|
11238
|
+
"member": "int64",
|
|
11239
|
+
"name": "Offset",
|
|
11240
|
+
"required": false,
|
|
11241
|
+
"type": "int"
|
|
11242
|
+
},
|
|
11243
|
+
{
|
|
11244
|
+
"disabled": false,
|
|
11245
|
+
"document": "订阅列表分页参数Limit",
|
|
11246
|
+
"example": "10",
|
|
11247
|
+
"member": "int64",
|
|
11248
|
+
"name": "Limit",
|
|
11249
|
+
"required": false,
|
|
11250
|
+
"type": "int"
|
|
11251
|
+
}
|
|
11252
|
+
],
|
|
11253
|
+
"type": "object"
|
|
11254
|
+
},
|
|
11255
|
+
"DescribeRocketMQTopicResponse": {
|
|
11256
|
+
"document": "DescribeRocketMQTopic返回参数结构体",
|
|
11257
|
+
"members": [
|
|
11258
|
+
{
|
|
11259
|
+
"disabled": false,
|
|
11260
|
+
"document": "Topic详情",
|
|
11261
|
+
"example": "无",
|
|
11262
|
+
"member": "RocketMQTopic",
|
|
11263
|
+
"name": "Topic",
|
|
11264
|
+
"output_required": false,
|
|
11265
|
+
"type": "object",
|
|
11266
|
+
"value_allowed_null": false
|
|
11267
|
+
},
|
|
11268
|
+
{
|
|
11269
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
11270
|
+
"member": "string",
|
|
11271
|
+
"name": "RequestId",
|
|
11272
|
+
"type": "string"
|
|
11273
|
+
}
|
|
11274
|
+
],
|
|
11275
|
+
"type": "object"
|
|
11276
|
+
},
|
|
11305
11277
|
"DescribeRocketMQTopicStatsRequest": {
|
|
11306
11278
|
"document": "DescribeRocketMQTopicStats请求参数结构体",
|
|
11307
11279
|
"members": [
|
|
@@ -11473,7 +11445,7 @@
|
|
|
11473
11445
|
{
|
|
11474
11446
|
"disabled": false,
|
|
11475
11447
|
"document": "命名空间",
|
|
11476
|
-
"example": "
|
|
11448
|
+
"example": "test_ns",
|
|
11477
11449
|
"member": "string",
|
|
11478
11450
|
"name": "NamespaceId",
|
|
11479
11451
|
"required": true,
|
|
@@ -11491,7 +11463,7 @@
|
|
|
11491
11463
|
{
|
|
11492
11464
|
"disabled": false,
|
|
11493
11465
|
"document": "按主题名称搜索,支持模糊查询",
|
|
11494
|
-
"example": "
|
|
11466
|
+
"example": "test_topic",
|
|
11495
11467
|
"member": "string",
|
|
11496
11468
|
"name": "FilterName",
|
|
11497
11469
|
"required": false,
|
|
@@ -11500,11 +11472,20 @@
|
|
|
11500
11472
|
{
|
|
11501
11473
|
"disabled": false,
|
|
11502
11474
|
"document": "按订阅消费组名称过滤",
|
|
11503
|
-
"example": "
|
|
11475
|
+
"example": "test_group",
|
|
11504
11476
|
"member": "string",
|
|
11505
11477
|
"name": "FilterGroup",
|
|
11506
11478
|
"required": false,
|
|
11507
11479
|
"type": "string"
|
|
11480
|
+
},
|
|
11481
|
+
{
|
|
11482
|
+
"disabled": false,
|
|
11483
|
+
"document": "标签过滤器",
|
|
11484
|
+
"example": "无",
|
|
11485
|
+
"member": "TagFilter",
|
|
11486
|
+
"name": "TagFilters",
|
|
11487
|
+
"required": false,
|
|
11488
|
+
"type": "list"
|
|
11508
11489
|
}
|
|
11509
11490
|
],
|
|
11510
11491
|
"type": "object"
|
|
@@ -13907,6 +13888,24 @@
|
|
|
13907
13888
|
"name": "EnableDeletionProtection",
|
|
13908
13889
|
"required": false,
|
|
13909
13890
|
"type": "bool"
|
|
13891
|
+
},
|
|
13892
|
+
{
|
|
13893
|
+
"disabled": false,
|
|
13894
|
+
"document": "是否删除所有标签,默认为false",
|
|
13895
|
+
"example": "false",
|
|
13896
|
+
"member": "bool",
|
|
13897
|
+
"name": "RemoveAllTags",
|
|
13898
|
+
"required": false,
|
|
13899
|
+
"type": "bool"
|
|
13900
|
+
},
|
|
13901
|
+
{
|
|
13902
|
+
"disabled": false,
|
|
13903
|
+
"document": "修改实例的标签信息,全量标签信息,非增量",
|
|
13904
|
+
"example": "[{\"TagKey\":\"key\",\"TagValue\":\"value\"}]",
|
|
13905
|
+
"member": "Tag",
|
|
13906
|
+
"name": "Tags",
|
|
13907
|
+
"required": false,
|
|
13908
|
+
"type": "list"
|
|
13910
13909
|
}
|
|
13911
13910
|
],
|
|
13912
13911
|
"type": "object"
|
|
@@ -14232,6 +14231,15 @@
|
|
|
14232
14231
|
"name": "EnableDeletionProtection",
|
|
14233
14232
|
"required": false,
|
|
14234
14233
|
"type": "bool"
|
|
14234
|
+
},
|
|
14235
|
+
{
|
|
14236
|
+
"disabled": false,
|
|
14237
|
+
"document": "控制生产和消费消息的 TPS 占比,取值范围0~1,默认值为0.5",
|
|
14238
|
+
"example": "0.6",
|
|
14239
|
+
"member": "float",
|
|
14240
|
+
"name": "SendReceiveRatio",
|
|
14241
|
+
"required": false,
|
|
14242
|
+
"type": "float"
|
|
14235
14243
|
}
|
|
14236
14244
|
],
|
|
14237
14245
|
"type": "object"
|
|
@@ -16055,7 +16063,7 @@
|
|
|
16055
16063
|
{
|
|
16056
16064
|
"disabled": false,
|
|
16057
16065
|
"document": "已废弃",
|
|
16058
|
-
"example": "true
|
|
16066
|
+
"example": "true",
|
|
16059
16067
|
"member": "bool",
|
|
16060
16068
|
"name": "PublicAccessEndpointStatus",
|
|
16061
16069
|
"output_required": true,
|
|
@@ -16065,7 +16073,7 @@
|
|
|
16065
16073
|
{
|
|
16066
16074
|
"disabled": false,
|
|
16067
16075
|
"document": "已废弃",
|
|
16068
|
-
"example": "true
|
|
16076
|
+
"example": "true",
|
|
16069
16077
|
"member": "bool",
|
|
16070
16078
|
"name": "PublicControlConsoleSwitchStatus",
|
|
16071
16079
|
"output_required": true,
|
|
@@ -16075,7 +16083,7 @@
|
|
|
16075
16083
|
{
|
|
16076
16084
|
"disabled": false,
|
|
16077
16085
|
"document": "已废弃",
|
|
16078
|
-
"example": "true
|
|
16086
|
+
"example": "true",
|
|
16079
16087
|
"member": "bool",
|
|
16080
16088
|
"name": "VpcControlConsoleSwitchStatus",
|
|
16081
16089
|
"output_required": true,
|
|
@@ -16125,7 +16133,7 @@
|
|
|
16125
16133
|
{
|
|
16126
16134
|
"disabled": false,
|
|
16127
16135
|
"document": "Prometheus信息",
|
|
16128
|
-
"example": "
|
|
16136
|
+
"example": "无",
|
|
16129
16137
|
"member": "PrometheusEndpointInfo",
|
|
16130
16138
|
"name": "PrometheusEndpointInfo",
|
|
16131
16139
|
"output_required": true,
|
|
@@ -16145,7 +16153,7 @@
|
|
|
16145
16153
|
{
|
|
16146
16154
|
"disabled": false,
|
|
16147
16155
|
"document": "控制面所使用的VPC信息",
|
|
16148
|
-
"example": "
|
|
16156
|
+
"example": "无",
|
|
16149
16157
|
"member": "VpcEndpointInfo",
|
|
16150
16158
|
"name": "ControlPlaneEndpointInfo",
|
|
16151
16159
|
"output_required": false,
|
|
@@ -16161,6 +16169,16 @@
|
|
|
16161
16169
|
"output_required": false,
|
|
16162
16170
|
"type": "string",
|
|
16163
16171
|
"value_allowed_null": false
|
|
16172
|
+
},
|
|
16173
|
+
{
|
|
16174
|
+
"disabled": false,
|
|
16175
|
+
"document": "公网IP是否复用",
|
|
16176
|
+
"example": "true",
|
|
16177
|
+
"member": "bool",
|
|
16178
|
+
"name": "PublicIpReused",
|
|
16179
|
+
"output_required": false,
|
|
16180
|
+
"type": "bool",
|
|
16181
|
+
"value_allowed_null": false
|
|
16164
16182
|
}
|
|
16165
16183
|
],
|
|
16166
16184
|
"usage": "out"
|
|
@@ -17430,7 +17448,7 @@
|
|
|
17430
17448
|
},
|
|
17431
17449
|
{
|
|
17432
17450
|
"disabled": false,
|
|
17433
|
-
"document": "
|
|
17451
|
+
"document": "集群的节点规格,对应的规格标识:\n2C8G:rabbit-vip-profession-2c8g\n4C16G:rabbit-vip-profession-4c16g\n8C32G:rabbit-vip-profession-8c32g\n16C32G:rabbit-vip-basic-4\n16C64G:rabbit-vip-profession-16c64g\n2C4G:rabbit-vip-basic-5\n4C8G:rabbit-vip-basic-1\n8C16G(已售罄):rabbit-vip-basic-2\n不传默认为 4C8G:rabbit-vip-basic-1",
|
|
17434
17452
|
"example": "rabbit-vip-basic-1",
|
|
17435
17453
|
"member": "string",
|
|
17436
17454
|
"name": "SpecName",
|
|
@@ -19028,6 +19046,16 @@
|
|
|
19028
19046
|
"output_required": false,
|
|
19029
19047
|
"type": "int",
|
|
19030
19048
|
"value_allowed_null": false
|
|
19049
|
+
},
|
|
19050
|
+
{
|
|
19051
|
+
"disabled": false,
|
|
19052
|
+
"document": "绑定的标签列表",
|
|
19053
|
+
"example": "无",
|
|
19054
|
+
"member": "Tag",
|
|
19055
|
+
"name": "TagList",
|
|
19056
|
+
"output_required": false,
|
|
19057
|
+
"type": "list",
|
|
19058
|
+
"value_allowed_null": false
|
|
19031
19059
|
}
|
|
19032
19060
|
],
|
|
19033
19061
|
"usage": "out"
|
|
@@ -19092,52 +19120,6 @@
|
|
|
19092
19120
|
],
|
|
19093
19121
|
"usage": "in"
|
|
19094
19122
|
},
|
|
19095
|
-
"RocketMQGroupConfigOutput": {
|
|
19096
|
-
"document": "RocketMQ消费组配置信息",
|
|
19097
|
-
"members": [
|
|
19098
|
-
{
|
|
19099
|
-
"disabled": false,
|
|
19100
|
-
"document": "命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19101
|
-
"example": "test_ns",
|
|
19102
|
-
"member": "string",
|
|
19103
|
-
"name": "Namespace",
|
|
19104
|
-
"output_required": false,
|
|
19105
|
-
"type": "string",
|
|
19106
|
-
"value_allowed_null": true
|
|
19107
|
-
},
|
|
19108
|
-
{
|
|
19109
|
-
"disabled": false,
|
|
19110
|
-
"document": "消费组名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19111
|
-
"example": "test_group",
|
|
19112
|
-
"member": "string",
|
|
19113
|
-
"name": "GroupName",
|
|
19114
|
-
"output_required": false,
|
|
19115
|
-
"type": "string",
|
|
19116
|
-
"value_allowed_null": true
|
|
19117
|
-
},
|
|
19118
|
-
{
|
|
19119
|
-
"disabled": false,
|
|
19120
|
-
"document": "是否已导入\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19121
|
-
"example": "true",
|
|
19122
|
-
"member": "bool",
|
|
19123
|
-
"name": "Imported",
|
|
19124
|
-
"output_required": false,
|
|
19125
|
-
"type": "bool",
|
|
19126
|
-
"value_allowed_null": true
|
|
19127
|
-
},
|
|
19128
|
-
{
|
|
19129
|
-
"disabled": false,
|
|
19130
|
-
"document": "remark\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19131
|
-
"example": "remark info",
|
|
19132
|
-
"member": "string",
|
|
19133
|
-
"name": "Remark",
|
|
19134
|
-
"output_required": false,
|
|
19135
|
-
"type": "string",
|
|
19136
|
-
"value_allowed_null": true
|
|
19137
|
-
}
|
|
19138
|
-
],
|
|
19139
|
-
"usage": "out"
|
|
19140
|
-
},
|
|
19141
19123
|
"RocketMQInstanceConfig": {
|
|
19142
19124
|
"document": "RocketMQ专享集群实例配置",
|
|
19143
19125
|
"members": [
|
|
@@ -19310,6 +19292,16 @@
|
|
|
19310
19292
|
"output_required": false,
|
|
19311
19293
|
"type": "int",
|
|
19312
19294
|
"value_allowed_null": true
|
|
19295
|
+
},
|
|
19296
|
+
{
|
|
19297
|
+
"disabled": false,
|
|
19298
|
+
"document": "控制生产和消费消息的 TPS 占比,取值范围0~1,默认值为0.5",
|
|
19299
|
+
"example": "0.5",
|
|
19300
|
+
"member": "float",
|
|
19301
|
+
"name": "SendReceiveRatio",
|
|
19302
|
+
"output_required": false,
|
|
19303
|
+
"type": "float",
|
|
19304
|
+
"value_allowed_null": false
|
|
19313
19305
|
}
|
|
19314
19306
|
],
|
|
19315
19307
|
"usage": "out"
|
|
@@ -19548,82 +19540,6 @@
|
|
|
19548
19540
|
],
|
|
19549
19541
|
"usage": "out"
|
|
19550
19542
|
},
|
|
19551
|
-
"RocketMQSmoothMigrationTaskItem": {
|
|
19552
|
-
"document": "RocketMQ平滑迁移任务",
|
|
19553
|
-
"members": [
|
|
19554
|
-
{
|
|
19555
|
-
"disabled": false,
|
|
19556
|
-
"document": "任务ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19557
|
-
"example": "4ed3a07b-36ef-4522-968b-5434dff663dd",
|
|
19558
|
-
"member": "string",
|
|
19559
|
-
"name": "TaskId",
|
|
19560
|
-
"output_required": false,
|
|
19561
|
-
"type": "string",
|
|
19562
|
-
"value_allowed_null": true
|
|
19563
|
-
},
|
|
19564
|
-
{
|
|
19565
|
-
"disabled": false,
|
|
19566
|
-
"document": "任务名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19567
|
-
"example": "test_task",
|
|
19568
|
-
"member": "string",
|
|
19569
|
-
"name": "TaskName",
|
|
19570
|
-
"output_required": false,
|
|
19571
|
-
"type": "string",
|
|
19572
|
-
"value_allowed_null": true
|
|
19573
|
-
},
|
|
19574
|
-
{
|
|
19575
|
-
"disabled": false,
|
|
19576
|
-
"document": "源集群名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19577
|
-
"example": "test_name",
|
|
19578
|
-
"member": "string",
|
|
19579
|
-
"name": "SourceClusterName",
|
|
19580
|
-
"output_required": false,
|
|
19581
|
-
"type": "string",
|
|
19582
|
-
"value_allowed_null": true
|
|
19583
|
-
},
|
|
19584
|
-
{
|
|
19585
|
-
"disabled": false,
|
|
19586
|
-
"document": "目标集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19587
|
-
"example": "rocketmq-a52qova7x97b",
|
|
19588
|
-
"member": "string",
|
|
19589
|
-
"name": "ClusterId",
|
|
19590
|
-
"output_required": false,
|
|
19591
|
-
"type": "string",
|
|
19592
|
-
"value_allowed_null": true
|
|
19593
|
-
},
|
|
19594
|
-
{
|
|
19595
|
-
"disabled": false,
|
|
19596
|
-
"document": "网络连接类型,\nPUBLIC 公网\nVPC 私有网络\nOTHER 其他\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19597
|
-
"example": "PUBLIC",
|
|
19598
|
-
"member": "string",
|
|
19599
|
-
"name": "ConnectionType",
|
|
19600
|
-
"output_required": false,
|
|
19601
|
-
"type": "string",
|
|
19602
|
-
"value_allowed_null": true
|
|
19603
|
-
},
|
|
19604
|
-
{
|
|
19605
|
-
"disabled": false,
|
|
19606
|
-
"document": "源集群NameServer地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19607
|
-
"example": "http://rocketmq-a52qova7x97b.tdmq-rocketmq.public.tencenttdmq.com:6688",
|
|
19608
|
-
"member": "string",
|
|
19609
|
-
"name": "SourceNameServer",
|
|
19610
|
-
"output_required": false,
|
|
19611
|
-
"type": "string",
|
|
19612
|
-
"value_allowed_null": true
|
|
19613
|
-
},
|
|
19614
|
-
{
|
|
19615
|
-
"disabled": false,
|
|
19616
|
-
"document": "任务状态\nConfiguration 迁移配置\nSourceConnecting 连接源集群中\nMetaDataImport 元数据导入\nEndpointSetup 切换接入点\nServiceMigration 切流中\nCompleted 已完成\nCancelled 已取消\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19617
|
-
"example": "Completed",
|
|
19618
|
-
"member": "string",
|
|
19619
|
-
"name": "TaskStatus",
|
|
19620
|
-
"output_required": false,
|
|
19621
|
-
"type": "string",
|
|
19622
|
-
"value_allowed_null": true
|
|
19623
|
-
}
|
|
19624
|
-
],
|
|
19625
|
-
"usage": "out"
|
|
19626
|
-
},
|
|
19627
19543
|
"RocketMQSubscription": {
|
|
19628
19544
|
"document": "RocketMQ消费组订阅信息",
|
|
19629
19545
|
"members": [
|
|
@@ -19912,6 +19828,16 @@
|
|
|
19912
19828
|
"output_required": false,
|
|
19913
19829
|
"type": "list",
|
|
19914
19830
|
"value_allowed_null": true
|
|
19831
|
+
},
|
|
19832
|
+
{
|
|
19833
|
+
"disabled": false,
|
|
19834
|
+
"document": "绑定的标签列表",
|
|
19835
|
+
"example": "无",
|
|
19836
|
+
"member": "Tag",
|
|
19837
|
+
"name": "TagList",
|
|
19838
|
+
"output_required": false,
|
|
19839
|
+
"type": "list",
|
|
19840
|
+
"value_allowed_null": false
|
|
19915
19841
|
}
|
|
19916
19842
|
],
|
|
19917
19843
|
"usage": "out"
|
|
@@ -19967,72 +19893,6 @@
|
|
|
19967
19893
|
],
|
|
19968
19894
|
"usage": "in"
|
|
19969
19895
|
},
|
|
19970
|
-
"RocketMQTopicConfigOutput": {
|
|
19971
|
-
"document": "RocketMQ主题配置信息",
|
|
19972
|
-
"members": [
|
|
19973
|
-
{
|
|
19974
|
-
"disabled": false,
|
|
19975
|
-
"document": "命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19976
|
-
"example": "test_ns",
|
|
19977
|
-
"member": "string",
|
|
19978
|
-
"name": "Namespace",
|
|
19979
|
-
"output_required": false,
|
|
19980
|
-
"type": "string",
|
|
19981
|
-
"value_allowed_null": true
|
|
19982
|
-
},
|
|
19983
|
-
{
|
|
19984
|
-
"disabled": false,
|
|
19985
|
-
"document": "主题名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19986
|
-
"example": "test_topic",
|
|
19987
|
-
"member": "string",
|
|
19988
|
-
"name": "TopicName",
|
|
19989
|
-
"output_required": false,
|
|
19990
|
-
"type": "string",
|
|
19991
|
-
"value_allowed_null": true
|
|
19992
|
-
},
|
|
19993
|
-
{
|
|
19994
|
-
"disabled": false,
|
|
19995
|
-
"document": "主题类型:\nNormal,普通\nGlobalOrder, 全局顺序\nPartitionedOrder, 分区顺序\nTransaction,事务消息\nDelayScheduled,延迟/定时消息\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19996
|
-
"example": "Normal",
|
|
19997
|
-
"member": "string",
|
|
19998
|
-
"name": "Type",
|
|
19999
|
-
"output_required": false,
|
|
20000
|
-
"type": "string",
|
|
20001
|
-
"value_allowed_null": true
|
|
20002
|
-
},
|
|
20003
|
-
{
|
|
20004
|
-
"disabled": false,
|
|
20005
|
-
"document": "分区个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20006
|
-
"example": "3",
|
|
20007
|
-
"member": "int64",
|
|
20008
|
-
"name": "Partitions",
|
|
20009
|
-
"output_required": false,
|
|
20010
|
-
"type": "int",
|
|
20011
|
-
"value_allowed_null": true
|
|
20012
|
-
},
|
|
20013
|
-
{
|
|
20014
|
-
"disabled": false,
|
|
20015
|
-
"document": "备注信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20016
|
-
"example": "remark info",
|
|
20017
|
-
"member": "string",
|
|
20018
|
-
"name": "Remark",
|
|
20019
|
-
"output_required": false,
|
|
20020
|
-
"type": "string",
|
|
20021
|
-
"value_allowed_null": true
|
|
20022
|
-
},
|
|
20023
|
-
{
|
|
20024
|
-
"disabled": false,
|
|
20025
|
-
"document": "是否导入\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
20026
|
-
"example": "true",
|
|
20027
|
-
"member": "bool",
|
|
20028
|
-
"name": "Imported",
|
|
20029
|
-
"output_required": false,
|
|
20030
|
-
"type": "bool",
|
|
20031
|
-
"value_allowed_null": true
|
|
20032
|
-
}
|
|
20033
|
-
],
|
|
20034
|
-
"usage": "out"
|
|
20035
|
-
},
|
|
20036
19896
|
"RocketMQTopicDistribution": {
|
|
20037
19897
|
"document": "RocketMQtopic分布情况",
|
|
20038
19898
|
"members": [
|
|
@@ -21177,6 +21037,30 @@
|
|
|
21177
21037
|
],
|
|
21178
21038
|
"usage": "both"
|
|
21179
21039
|
},
|
|
21040
|
+
"TagFilter": {
|
|
21041
|
+
"document": "标签过滤器",
|
|
21042
|
+
"members": [
|
|
21043
|
+
{
|
|
21044
|
+
"disabled": false,
|
|
21045
|
+
"document": "标签键名称",
|
|
21046
|
+
"example": "test_key",
|
|
21047
|
+
"member": "string",
|
|
21048
|
+
"name": "TagKey",
|
|
21049
|
+
"required": true,
|
|
21050
|
+
"type": "string"
|
|
21051
|
+
},
|
|
21052
|
+
{
|
|
21053
|
+
"disabled": false,
|
|
21054
|
+
"document": "标签值列表",
|
|
21055
|
+
"example": "test_value",
|
|
21056
|
+
"member": "string",
|
|
21057
|
+
"name": "TagValues",
|
|
21058
|
+
"required": true,
|
|
21059
|
+
"type": "list"
|
|
21060
|
+
}
|
|
21061
|
+
],
|
|
21062
|
+
"usage": "in"
|
|
21063
|
+
},
|
|
21180
21064
|
"Topic": {
|
|
21181
21065
|
"document": "主题实例",
|
|
21182
21066
|
"members": [
|