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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"AllocateHosts": [
|
|
4
4
|
{
|
|
5
5
|
"document": "购买付费模式为包年包月的CDH实例,指定位置在广州六区,购买一个月,到期自动续费,实例机型为HS1,购买一台",
|
|
6
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateHosts\n<公共请求参数>\n\n{\n \"HostChargeType\": \"PREPAID\",\n \"HostCount\":
|
|
6
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateHosts\n<公共请求参数>\n\n{\n \"HostChargeType\": \"PREPAID\",\n \"HostCount\": 1,\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-6\"\n },\n \"HostType\": \"HS1\",\n \"HostChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n }\n}",
|
|
7
7
|
"output": "{\n \"Response\": {\n \"HostIdSet\": [\n \"host-lan4lb2k\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
8
8
|
"title": "包年包月CDH实例购买"
|
|
9
9
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"AssociateInstancesKeyPairs": [
|
|
12
12
|
{
|
|
13
13
|
"document": "绑定云服务器密钥对",
|
|
14
|
-
"input": "
|
|
14
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateInstancesKeyPairs\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-1e4r6y8i\",\n \"ins-3e56fg78\"\n ],\n \"KeyIds\": [\n \"skey-4e5ty7i8\"\n ]\n}",
|
|
15
15
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
16
16
|
"title": "绑定云服务器密钥对"
|
|
17
17
|
}
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
"ConfigureChcAssistVpc": [
|
|
28
28
|
{
|
|
29
29
|
"document": "配置CHC物理服务器的带外和部署网络",
|
|
30
|
-
"input": "
|
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
30
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConfigureChcAssistVpc\n<公共请求参数>\n\n{\n \"ChcIds\": [\n \"chc-1a2b3c4d\",\n \"chc-adf34aft\"\n ],\n \"BmcVirtualPrivateCloud\": {\n \"VpcId\": \"vpc-12345678\",\n \"SubnetId\": \"subnet-12345678\",\n \"PrivateIpAddresses\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ]\n },\n \"BmcSecurityGroupIds\": [\n \"sg-12345678\"\n ],\n \"DeployVirtualPrivateCloud\": {\n \"VpcId\": \"vpc-1234abcd8\",\n \"SubnetId\": \"subnet-1234abcd\",\n \"PrivateIpAddresses\": [\n \"10.0.1.2\",\n \"10.0.1.3\"\n ]\n },\n \"DeploySecurityGroupIds\": [\n \"sg-8a7f6d5s\"\n ]\n}",
|
|
31
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
32
32
|
"title": "配置CHC物理服务器的带外和部署网络"
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
35
|
"ConfigureChcDeployVpc": [
|
|
36
36
|
{
|
|
37
37
|
"document": "配置CHC物理服务器的部署网络",
|
|
38
|
-
"input": "
|
|
39
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
38
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConfigureChcDeployVpc\n<公共请求参数>\n\n{\n \"ChcIds\": [\n \"chc-ej2pc1yr\"\n ],\n \"DeployVirtualPrivateCloud\": {\n \"VpcId\": \"vpc-oa69jq11\",\n \"SubnetId\": \"subnet-ov1xx3u3\",\n \"PrivateIpAddresses\": [\n \"11.97.4.66\"\n ]\n },\n \"DeploySecurityGroupIds\": [\n \"sg-j9ro1lex\"\n ]\n}",
|
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a35f2e81-435f-4bb0-898c-35e3bc9cb5f3\"\n }\n}",
|
|
40
40
|
"title": "配置CHC物理服务器的部署网络"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
43
43
|
"ConvertOperatingSystems": [
|
|
44
44
|
{
|
|
45
45
|
"document": "针对实例 ins-6pb6lrmy 执行操作系统转换",
|
|
46
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
|
46
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConvertOperatingSystems\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-6pb6lrmy\"\n ]\n}",
|
|
47
47
|
"output": "{\n \"Response\": {\n \"SupportTargetOSList\": [\n {\n \"TargetOSType\": \"TencentOS\",\n \"TargetOSVersion\": \"2.4\"\n }\n ],\n \"TaskId\": \"12345678\",\n \"RequestId\": \"120e85ba-f656-48a7-bdeb-dc17c4fa2xxx\"\n }\n}",
|
|
48
48
|
"title": "执行操作系统转换"
|
|
49
49
|
}
|
|
@@ -51,16 +51,16 @@
|
|
|
51
51
|
"CreateDisasterRecoverGroup": [
|
|
52
52
|
{
|
|
53
53
|
"document": "创建分散置放群组",
|
|
54
|
-
"input": "
|
|
55
|
-
"output": "{\n \"Response\": {\n \"
|
|
54
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisasterRecoverGroup\n<公共请求参数>\n\n{\n \"Name\": \"MySWDisasterRecoverGroup\",\n \"Type\": \"SW\",\n \"Affinity\": 3,\n \"TagSpecification\": [\n {\n \"ResourceType\": \"ps\",\n \"Tags\": [\n {\n \"Key\": \"MySWDisasterRecoverGroupKey\",\n \"Value\": \"MySWDisasterRecoverGroupValue\"\n }\n ]\n }\n ]\n}",
|
|
55
|
+
"output": "{\n \"Response\": {\n \"CreateTime\": \"2025-11-17 07:43:06\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 20,\n \"DisasterRecoverGroupId\": \"ps-39lmgkht\",\n \"Name\": \"MySWDisasterRecoverGroup\",\n \"RequestId\": \"59216e4c-c24d-46f8-bc88-ebc5081a595f\",\n \"Type\": \"SW\"\n }\n}",
|
|
56
56
|
"title": "创建分散置放群组"
|
|
57
57
|
}
|
|
58
58
|
],
|
|
59
59
|
"CreateHpcCluster": [
|
|
60
60
|
{
|
|
61
61
|
"document": "创建高性能计算集群。",
|
|
62
|
-
"input": "
|
|
63
|
-
"output": "{\n \"Response\": {\n \"HpcClusterSet\": [\n {\n \"HpcClusterId\": \"hpc-0eixl8xv\",\n \"Name\": \"
|
|
62
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateHpcCluster\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-3\",\n \"Name\": \"MyHpcCluster\",\n \"Remark\": \"my cluster\",\n \"TagSpecification\": [\n {\n \"ResourceType\": \"hpc\",\n \"Tags\": [\n {\n \"Key\": \"tag_key\",\n \"Value\": \"tag_value\"\n }\n ]\n }\n ]\n}",
|
|
63
|
+
"output": "{\n \"Response\": {\n \"HpcClusterSet\": [\n {\n \"HpcClusterId\": \"hpc-0eixl8xv\",\n \"Name\": \"MyHpcCluster\",\n \"Remark\": \"my cluster\",\n \"HpcClusterType\": \"STANDARD\",\n \"HpcClusterBusinessId\": \"cluster-ax457mhr\",\n \"HpcClusterNetMode\": 30,\n \"Zone\": \"ap-guangzhou-3\",\n \"InstanceIds\": [],\n \"CvmQuotaTotal\": 50,\n \"CurrentNum\": 0,\n \"CreateTime\": \"2020-06-02T07:36:04Z\",\n \"Tags\": [\n {\n \"Key\": \"tag_key\",\n \"Value\": \"tag_value\"\n }\n ]\n }\n ],\n \"RequestId\": \"5834f1a5-cd9c-449d-acba-df1803a8583e\"\n }\n}",
|
|
64
64
|
"title": "创建高性能计算集群"
|
|
65
65
|
}
|
|
66
66
|
],
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"CreateLaunchTemplateVersion": [
|
|
92
92
|
{
|
|
93
93
|
"document": "本示例使用最少的参数,基于默认启动模板版本号创建新的版本。这里将默认版本中的实例创建位置选择为广州六区",
|
|
94
|
-
"input": "
|
|
94
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLaunchTemplateVersion\n<公共请求参数>\n\n{\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-6\"\n },\n \"LaunchTemplateId\": \"lt-f6q777hr\"\n}",
|
|
95
95
|
"output": "{\n \"Response\": {\n \"LaunchTemplateVersionNumber\": 7,\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec309\"\n }\n}",
|
|
96
96
|
"title": "创建实例启动模板新版本"
|
|
97
97
|
}
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"DeleteDisasterRecoverGroups": [
|
|
100
100
|
{
|
|
101
101
|
"document": "删除分散置放群组",
|
|
102
|
-
"input": "
|
|
103
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
102
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDisasterRecoverGroups\n<公共请求参数>\n\n{\n \"DisasterRecoverGroupIds\": [\n \"ps-39lmgkht\"\n ]\n}",
|
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4f57ce54-4639-4daa-b29f-37ab55f82809\"\n }\n}",
|
|
104
104
|
"title": "删除分散置放群组"
|
|
105
105
|
}
|
|
106
106
|
],
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"DeleteImages": [
|
|
116
116
|
{
|
|
117
117
|
"document": "删除一个镜像img-34vaef8fe, 当这个镜像处于使用中或者镜像Id不存在时不采取操作并返回错误码。",
|
|
118
|
-
"input": "
|
|
118
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteImages\n<公共请求参数>\n\n{\n \"ImageIds\": [\n \"img-34vaef8fe\"\n ]\n}",
|
|
119
119
|
"output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
|
|
120
120
|
"title": "删除一个镜像"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"document": "检测镜像是否允许删除",
|
|
124
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteImages\n<公共请求参数>\n\n{\n \"ImageIds\": [\n \"img-mfih409y\"\n ],\n \"DryRun\":
|
|
124
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteImages\n<公共请求参数>\n\n{\n \"ImageIds\": [\n \"img-mfih409y\"\n ],\n \"DryRun\": true,\n \"DeleteBindedSnap\": true\n}",
|
|
125
125
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f24aca43-5135-4c9b-81fb-734969ce4c78\"\n }\n}",
|
|
126
126
|
"title": "检测镜像是否允许删除"
|
|
127
127
|
}
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"DeleteKeyPairs": [
|
|
138
138
|
{
|
|
139
139
|
"document": "",
|
|
140
|
-
"input": "
|
|
140
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKeyPairs\n<公共请求参数>\n\n{\n \"KeyIds\": [\n \"skey-mv9yzyjj\"\n ]\n}",
|
|
141
141
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
142
142
|
"title": "删除密钥对"
|
|
143
143
|
}
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"DeleteLaunchTemplate": [
|
|
146
146
|
{
|
|
147
147
|
"document": "",
|
|
148
|
-
"input": "
|
|
148
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLaunchTemplate\n<公共请求参数>\n\n{\n \"LaunchTemplateId\": \"lt-34vaef8fe\"\n}",
|
|
149
149
|
"output": "{\n \"Response\": {\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec311\"\n }\n}",
|
|
150
150
|
"title": "删除实例启动模板"
|
|
151
151
|
}
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"DeleteLaunchTemplateVersions": [
|
|
154
154
|
{
|
|
155
155
|
"document": "本例删除启动模板lt-34vaef8fe中的版本号为2和3版本",
|
|
156
|
-
"input": "
|
|
156
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLaunchTemplateVersions\n<公共请求参数>\n\n{\n \"LaunchTemplateId\": \"lt-34vaef8fe\",\n \"LaunchTemplateVersions\": [\n 2,\n 3\n ]\n}",
|
|
157
157
|
"output": "{\n \"Response\": {\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec311\"\n }\n}",
|
|
158
158
|
"title": "删除实例启动模板版本"
|
|
159
159
|
}
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"DescribeAccountQuota": [
|
|
162
162
|
{
|
|
163
163
|
"document": "查询用户云主机、各个地域配额等数据。",
|
|
164
|
-
"input": "
|
|
164
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccountQuota\n<公共请求参数>\n\n{}",
|
|
165
165
|
"output": "{\n \"Response\": {\n \"AccountQuotaOverview\": {\n \"Region\": \"ap-guangzhou\",\n \"AccountQuota\": {\n \"PostPaidQuotaSet\": [\n {\n \"UsedQuota\": 0,\n \"RemainingQuota\": 288,\n \"TotalQuota\": 288,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"UsedQuota\": 2,\n \"RemainingQuota\": 1248,\n \"TotalQuota\": 1250,\n \"Zone\": \"ap-guangzhou-4\"\n }\n ],\n \"DisasterRecoverGroupQuotaSet\": [\n {\n \"CvmInRackGroupQuota\": 30,\n \"GroupQuota\": 10,\n \"CvmInHostGroupQuota\": 50,\n \"CurrentNum\": 0,\n \"CvmInSwitchGroupQuota\": 20\n }\n ],\n \"PrePaidQuotaSet\": [\n {\n \"UsedQuota\": 0,\n \"OnceQuota\": 300,\n \"Zone\": \"ap-guangzhou-3\",\n \"TotalQuota\": 255,\n \"RemainingQuota\": 255\n },\n {\n \"UsedQuota\": 0,\n \"OnceQuota\": 300,\n \"Zone\": \"ap-guangzhou-4\",\n \"TotalQuota\": 222,\n \"RemainingQuota\": 222\n }\n ],\n \"SpotPaidQuotaSet\": [\n {\n \"UsedQuota\": 0,\n \"RemainingQuota\": 244,\n \"TotalQuota\": 244,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"UsedQuota\": 4,\n \"RemainingQuota\": 195,\n \"TotalQuota\": 199,\n \"Zone\": \"ap-guangzhou-4\"\n }\n ],\n \"ImageQuotaSet\": [\n {\n \"UsedQuota\": 0,\n \"TotalQuota\": 10\n }\n ]\n }\n },\n \"RequestId\": \"7f117776-3d20-4f00-839b-b22b04625f47\",\n \"AppId\": 251007416\n }\n}",
|
|
166
166
|
"title": "查询用户概览数据"
|
|
167
167
|
}
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"DescribeDisasterRecoverGroupQuota": [
|
|
186
186
|
{
|
|
187
187
|
"document": "查询用户置放群组配额",
|
|
188
|
-
"input": "
|
|
188
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroupQuota\n<公共请求参数>\n\n{}",
|
|
189
189
|
"output": "{\n \"Response\": {\n \"GroupQuota\": 10,\n \"CvmInHostGroupQuota\": 50,\n \"CvmInSwitchGroupQuota\": 20,\n \"CvmInRackGroupQuota\": 30,\n \"CurrentNum\": 25,\n \"RequestId\": \"a13da94a-1cbc-42ca-ac6c-e14ef0c76a7c\"\n }\n}",
|
|
190
190
|
"title": "查询用户置放群组配额"
|
|
191
191
|
}
|
|
@@ -193,23 +193,23 @@
|
|
|
193
193
|
"DescribeDisasterRecoverGroups": [
|
|
194
194
|
{
|
|
195
195
|
"document": "查询分散置放群组信息",
|
|
196
|
-
"input": "
|
|
197
|
-
"output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"DisasterRecoverGroupId\": \"ps-
|
|
196
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroups\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"Filters\": [\n {\n \"Name\": \"tag:myTagKey\",\n \"Values\": [\n \"myTagVlue\"\n ]\n }\n ]\n}",
|
|
197
|
+
"output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-28T10:04:56Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 60,\n \"DisasterRecoverGroupId\": \"ps-0f03mwkn\",\n \"InstanceIds\": [],\n \"Name\": \"HostDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"HOST\"\n },\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-13T04:16:19Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 20,\n \"DisasterRecoverGroupId\": \"ps-ali72vwj\",\n \"InstanceIds\": [],\n \"Name\": \"SWDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"SW\"\n }\n ],\n \"RequestId\": \"52eca90d-08c8-4887-abf0-78d8155cfcfd\",\n \"TotalCount\": 2\n }\n}",
|
|
198
198
|
"title": "查询分散置放群组信息"
|
|
199
199
|
}
|
|
200
200
|
],
|
|
201
201
|
"DescribeHosts": [
|
|
202
202
|
{
|
|
203
203
|
"document": "查询一个或多个CDH实例的详细信息",
|
|
204
|
-
"input": "
|
|
205
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"HostSet\": [\n {\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-
|
|
204
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHosts\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-guangzhou-6\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
|
205
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"HostSet\": [\n {\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-6\",\n \"ProjectId\": 0\n },\n \"HostId\": \"host-8th3ybbw\",\n \"HostType\": \"HM50\",\n \"HostName\": \"myHost\",\n \"CageId\": \"\",\n \"HostChargeType\": \"PREPAID\",\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"CreatedTime\": \"2024-09-30T03:17:49Z\",\n \"ExpiredTime\": \"2024-11-30T03:17:51Z\",\n \"InstanceIds\": [\n \"ins-flx4u4ck\",\n \"ins-p5s3wcq2\"\n ],\n \"HostState\": \"RUNNING\",\n \"Tags\": [],\n \"HostResource\": {\n \"CpuTotal\": 336,\n \"CpuAvailable\": 18,\n \"MemTotal\": 700,\n \"MemAvailable\": 40,\n \"DiskTotal\": 0,\n \"DiskAvailable\": 0,\n \"DiskType\": \"\",\n \"GpuTotal\": 0,\n \"GpuAvailable\": 0\n }\n }\n ],\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
|
206
206
|
"title": "查询CDH实例列表"
|
|
207
207
|
}
|
|
208
208
|
],
|
|
209
209
|
"DescribeHpcClusters": [
|
|
210
210
|
{
|
|
211
211
|
"document": "查询高性能集群信息",
|
|
212
|
-
"input": "
|
|
212
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHpcClusters\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-3\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
|
213
213
|
"output": "{\n \"Response\": {\n \"HpcClusterSet\": [\n {\n \"HpcClusterId\": \"hpc-dc4gcarp\",\n \"Name\": \"test_33311\",\n \"Remark\": \"remark 1\",\n \"CvmQuotaTotal\": 50,\n \"Zone\": \"ap-guangzhou-3\",\n \"CurrentNum\": 0,\n \"InstanceIds\": [],\n \"HpcClusterNetMode\": 30,\n \"HpcClusterType\": \"STANDARD\",\n \"HpcClusterBusinessId\": \"cluster-ax457mhr\",\n \"CreateTime\": \"2020-06-02T07:55:05Z\",\n \"Tags\": [\n {\n \"Key\": \"tag_key\",\n \"Value\": \"tag_value\"\n }\n ]\n },\n {\n \"HpcClusterId\": \"hpc-p64fdfa9\",\n \"Name\": \"test_333333\",\n \"Remark\": \"remark 2\",\n \"CvmQuotaTotal\": 50,\n \"Zone\": \"ap-guangzhou-3\",\n \"CurrentNum\": 0,\n \"InstanceIds\": [],\n \"HpcClusterNetMode\": 30,\n \"CreateTime\": \"2020-06-02T07:51:58Z\",\n \"Tags\": [\n {\n \"Key\": \"tag_key\",\n \"Value\": \"tag_value\"\n }\n ]\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"5834f1a5-cd9c-449d-acba-df1803a8583e\"\n }\n}",
|
|
214
214
|
"title": "查询高性能集群信息"
|
|
215
215
|
}
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"DescribeImageQuota": [
|
|
226
226
|
{
|
|
227
227
|
"document": "用户需要知道自己账户一共可以持有多少镜像。",
|
|
228
|
-
"input": "
|
|
228
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageQuota\n<公共请求参数>\n\n{}",
|
|
229
229
|
"output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\",\n \"ImageNumQuota\": 20\n }\n}",
|
|
230
230
|
"title": "查询镜像配额"
|
|
231
231
|
}
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"DescribeImageSharePermission": [
|
|
234
234
|
{
|
|
235
235
|
"document": "查看镜像img-6pb6lrmy的分享信息。",
|
|
236
|
-
"input": "
|
|
236
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageSharePermission\n<公共请求参数>\n\n{\n \"ImageId\": \"img-6pb6lrmy\"\n}",
|
|
237
237
|
"output": "{\n \"Response\": {\n \"SharePermissionSet\": [\n {\n \"CreatedTime\": \"2018-06-10T11:02:50Z\",\n \"AccountId\": \"101104350000\"\n },\n {\n \"CreatedTime\": \"2018-06-13T15:03:25Z\",\n \"AccountId\": \"101104350001\"\n }\n ],\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
|
|
238
238
|
"title": "查看指定镜像的分享信息"
|
|
239
239
|
}
|
|
@@ -242,20 +242,26 @@
|
|
|
242
242
|
{
|
|
243
243
|
"document": "已经知道镜像ID,查询镜像相关信息。",
|
|
244
244
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"img-9qabwvbn\"\n ],\n \"Name\": \"image-id\"\n }\n ]\n}",
|
|
245
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ImageSet\": [\n {\n \"LicenseType\": \"TencentCloud\",\n \"ImageId\": \"img-9qabwvbn\",\n \"OsName\": \"CentOS 7.6 64位\",\n \"ImageSize\": 50,\n \"ImageType\": \"PUBLIC_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageState\": \"NORMAL\",\n \"ImageSource\": \"OFFICIAL\",\n \"ImageName\": \"CentOS 7.6 64位\",\n \"ImageDescription\": \"CentOS 7.6 64位\",\n \"ImageCreator\": \"tencent\",\n \"SyncPercent\": 20,\n \"IsSupportCloudinit\": true,\n \"Platform\": \"CentOS\",\n \"Architecture\": \"x86_64\",\n \"SnapshotSet\": [],\n \"Tags\": [\n {\n \"
|
|
245
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ImageSet\": [\n {\n \"LicenseType\": \"TencentCloud\",\n \"ImageId\": \"img-9qabwvbn\",\n \"OsName\": \"CentOS 7.6 64位\",\n \"ImageSize\": 50,\n \"ImageType\": \"PUBLIC_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageState\": \"NORMAL\",\n \"ImageSource\": \"OFFICIAL\",\n \"ImageName\": \"CentOS 7.6 64位\",\n \"ImageDescription\": \"CentOS 7.6 64位\",\n \"ImageCreator\": \"tencent\",\n \"SyncPercent\": 20,\n \"IsSupportCloudinit\": true,\n \"Platform\": \"CentOS\",\n \"Architecture\": \"x86_64\",\n \"SnapshotSet\": [],\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ]\n }\n ],\n \"RequestId\": \"db145873-3128-4079-8cec-65e05a7c9f89\"\n }\n}",
|
|
246
246
|
"title": "按镜像ID查询镜像"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"document": "查询账户下所有私有镜像。",
|
|
250
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ]\n}",
|
|
251
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 408,\n \"ImageSet\": [\n {\n \"LicenseType\": \"TencentCloud\",\n \"OsName\": \"CentOS 7.4 64位\",\n \"ImageSize\": 20,\n \"ImageType\": \"PRIVATE_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageDescription\": \"test-image\",\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageId\": \"img-qlzp4oea\",\n \"ImageName\": \"test-image\",\n \"ImageCreator\": \"3205597606\",\n \"ImageState\": \"NORMAL\",\n \"SyncPercent\":
|
|
250
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
|
251
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 408,\n \"ImageSet\": [\n {\n \"LicenseType\": \"TencentCloud\",\n \"OsName\": \"CentOS 7.4 64位\",\n \"ImageSize\": 20,\n \"ImageType\": \"PRIVATE_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageDescription\": \"test-image\",\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageId\": \"img-qlzp4oea\",\n \"ImageName\": \"test-image\",\n \"ImageCreator\": \"3205597606\",\n \"ImageState\": \"NORMAL\",\n \"SyncPercent\": 20,\n \"SnapshotSet\": [\n {\n \"SnapshotId\": \"snap-gqa37j2p\",\n \"DiskUsage\": \"SYSTEM_DISK\",\n \"DiskSize\": 20\n }\n ],\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ],\n \"Architecture\": \"x86_64\",\n \"Platform\": \"CentOS\",\n \"IsSupportCloudinit\": true\n }\n ],\n \"RequestId\": \"5908394c-5b3f-42e0-a537-8410553890a5\"\n }\n}",
|
|
252
252
|
"title": "按镜像类型查询镜像"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"document": "查询本地专用集群CDC的镜像缓存列表, 对于cdc-cache-status 可选的参数为CACHED_ALL(全部状态)、CACHING(缓存中)、CACHED(已缓存)、CACHE_INVALID(缓存失效)和 CACHE_FAILED(缓存失败)",
|
|
256
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"dedicated-cluster-id\",\n \"Values\": [\n \"cluster-12345678\"\n ]\n },\n {\n \"Name\": \"cdc-cache-status\",\n \"Values\": [\n \"CACHED_ALL\"\n ]\n }\n ]\n}",
|
|
257
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ImageSet\": [\n {\n \"LicenseType\": \"TencentCloud\",\n \"ImageId\": \"img-9qabwvbn\",\n \"OsName\": \"CentOS 7.6 64位\",\n \"ImageSize\": 50,\n \"ImageType\": \"PUBLIC_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageState\": \"NORMAL\",\n \"ImageSource\": \"OFFICIAL\",\n \"ImageName\": \"CentOS 7.6 64位\",\n \"ImageDescription\": \"CentOS 7.6 64位\",\n \"ImageCreator\": \"tencent\",\n \"SyncPercent\": 20,\n \"IsSupportCloudinit\": true,\n \"Platform\": \"CentOS\",\n \"Architecture\": \"x86_64\",\n \"SnapshotSet\": [],\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ],\n \"CdcCacheStatus\": \"CACHED\"\n }\n ],\n \"RequestId\": \"8b56af0b-f8ec-401e-9b80-30767ae4d432\"\n }\n}",
|
|
258
|
+
"title": "查询本地专用集群CDC的镜像缓存列表"
|
|
253
259
|
}
|
|
254
260
|
],
|
|
255
261
|
"DescribeImportImageOs": [
|
|
256
262
|
{
|
|
257
263
|
"document": "查询导入镜像支持的操作系统配置信息",
|
|
258
|
-
"input": "
|
|
264
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImportImageOs\n<公共请求参数>\n\n{}",
|
|
259
265
|
"output": "{\n \"Response\": {\n \"ImportImageOsListSupported\": {\n \"Linux\": [\n \"CentOS\",\n \"Ubuntu\",\n \"Debian\",\n \"OpenSUSE\",\n \"SUSE\",\n \"CoreOS\",\n \"FreeBSD\",\n \"Other Linux\"\n ],\n \"Windows\": [\n \"Windows Server 2008\",\n \"Windows Server 2012\",\n \"Windows Server 2016\"\n ]\n },\n \"ImportImageOsVersionSet\": [\n {\n \"OsName\": \"Windows Server 2008\",\n \"OsVersions\": [\n \"9\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Windows Server 2012\",\n \"OsVersions\": [\n \"9\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Windows Server 2016\",\n \"OsVersions\": [\n \"9\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"CentOS\",\n \"OsVersions\": [\n \"5\",\n \"6\",\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"CoreOS\",\n \"OsVersions\": [\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Debian\",\n \"OsVersions\": [\n \"6\",\n \"7\",\n \"8\",\n \"9\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"FreeBSD\",\n \"OsVersions\": [\n \"10\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Redhat\",\n \"OsVersions\": [\n \"5\",\n \"6\",\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"OpenSUSE\",\n \"OsVersions\": [\n \"11\",\n \"12\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"SUSE\",\n \"OsVersions\": [\n \"10\",\n \"11\",\n \"12\",\n \"13\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Ubuntu\",\n \"OsVersions\": [\n \"10\",\n \"12\",\n \"14\",\n \"16\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Other Linux\",\n \"OsVersions\": [\n \"8\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n }\n ],\n \"RequestId\": \"32064a8f-8d3f-4670-8d4f-60123ca97042\"\n }\n}",
|
|
260
266
|
"title": "查询导入镜像支持的操作系统配置信息"
|
|
261
267
|
}
|
|
@@ -263,15 +269,15 @@
|
|
|
263
269
|
"DescribeInstanceFamilyConfigs": [
|
|
264
270
|
{
|
|
265
271
|
"document": "查询广州地域的实例机型组信息。",
|
|
266
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
|
267
|
-
"output": "{\n \"Response\": {\n \"InstanceFamilyConfigSet\": [\n {\n \"InstanceFamilyName\": \"标准型S1\",\n \"InstanceFamily\": \"S1\"\n },\n {\n \"InstanceFamilyName\": \"网络优化型N1\",\n \"InstanceFamily\": \"N1\"\n },\n {\n \"InstanceFamilyName\": \"高IO型I1\",\n \"InstanceFamily\": \"I1\"\n },\n {\n \"InstanceFamilyName\": \"内存型M1\",\n \"InstanceFamily\": \"M1\"\n },\n {\n \"InstanceFamilyName\": \"标准型S2\",\n \"InstanceFamily\": \"S2\"\n },\n {\n \"InstanceFamilyName\": \"标准型SN2\",\n \"InstanceFamily\": \"SN2\"\n },\n {\n \"InstanceFamilyName\": \"高IO型I2\",\n \"InstanceFamily\": \"I2\"\n },\n {\n \"InstanceFamilyName\": \"内存型M2\",\n \"InstanceFamily\": \"M2\"\n },\n {\n \"InstanceFamilyName\": \"计算型C2\",\n \"InstanceFamily\": \"C2\"\n },\n {\n \"InstanceFamilyName\": \"计算型CN2\",\n \"InstanceFamily\": \"CN2\"\n },\n {\n \"InstanceFamilyName\": \"标准型S3\",\n \"InstanceFamily\": \"S3\"\n },\n {\n \"InstanceFamilyName\": \"计算型C3\",\n \"InstanceFamily\": \"C3\"\n },\n {\n \"InstanceFamilyName\": \"FPGA型FX2\",\n \"InstanceFamily\": \"FX2\"\n },\n {\n \"InstanceFamilyName\": \"GPU计算型GN2\",\n \"InstanceFamily\": \"GN2\"\n },\n {\n \"InstanceFamilyName\": \"GPU渲染型GA2\",\n \"InstanceFamily\": \"GA2\"\n },\n {\n \"InstanceFamilyName\": \"GPU计算型GN8\",\n \"InstanceFamily\": \"GN8\"\n },\n {\n \"InstanceFamilyName\": \"独享型\",\n \"InstanceFamily\": \"CDH\"\n },\n {\n \"InstanceFamilyName\": \"共享核\",\n \"InstanceFamily\": \"SHARED\"\n }
|
|
272
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceFamilyConfigs\n<公共请求参数>\n\n{}",
|
|
273
|
+
"output": "{\n \"Response\": {\n \"InstanceFamilyConfigSet\": [\n {\n \"InstanceFamilyName\": \"标准型S1\",\n \"InstanceFamily\": \"S1\"\n },\n {\n \"InstanceFamilyName\": \"网络优化型N1\",\n \"InstanceFamily\": \"N1\"\n },\n {\n \"InstanceFamilyName\": \"高IO型I1\",\n \"InstanceFamily\": \"I1\"\n },\n {\n \"InstanceFamilyName\": \"内存型M1\",\n \"InstanceFamily\": \"M1\"\n },\n {\n \"InstanceFamilyName\": \"标准型S2\",\n \"InstanceFamily\": \"S2\"\n },\n {\n \"InstanceFamilyName\": \"标准型SN2\",\n \"InstanceFamily\": \"SN2\"\n },\n {\n \"InstanceFamilyName\": \"高IO型I2\",\n \"InstanceFamily\": \"I2\"\n },\n {\n \"InstanceFamilyName\": \"内存型M2\",\n \"InstanceFamily\": \"M2\"\n },\n {\n \"InstanceFamilyName\": \"计算型C2\",\n \"InstanceFamily\": \"C2\"\n },\n {\n \"InstanceFamilyName\": \"计算型CN2\",\n \"InstanceFamily\": \"CN2\"\n },\n {\n \"InstanceFamilyName\": \"标准型S3\",\n \"InstanceFamily\": \"S3\"\n },\n {\n \"InstanceFamilyName\": \"计算型C3\",\n \"InstanceFamily\": \"C3\"\n },\n {\n \"InstanceFamilyName\": \"FPGA型FX2\",\n \"InstanceFamily\": \"FX2\"\n },\n {\n \"InstanceFamilyName\": \"GPU计算型GN2\",\n \"InstanceFamily\": \"GN2\"\n },\n {\n \"InstanceFamilyName\": \"GPU渲染型GA2\",\n \"InstanceFamily\": \"GA2\"\n },\n {\n \"InstanceFamilyName\": \"GPU计算型GN8\",\n \"InstanceFamily\": \"GN8\"\n },\n {\n \"InstanceFamilyName\": \"独享型\",\n \"InstanceFamily\": \"CDH\"\n },\n {\n \"InstanceFamilyName\": \"共享核\",\n \"InstanceFamily\": \"SHARED\"\n }\n ],\n \"RequestId\": \"b061782b-934a-4e53-b1eb-d5f2fed8130e\"\n }\n}",
|
|
268
274
|
"title": "查询所支持的实例机型族信息"
|
|
269
275
|
}
|
|
270
276
|
],
|
|
271
277
|
"DescribeInstanceInternetBandwidthConfigs": [
|
|
272
278
|
{
|
|
273
279
|
"document": "",
|
|
274
|
-
"input": "
|
|
280
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceInternetBandwidthConfigs\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-6lafsaz0\"\n}",
|
|
275
281
|
"output": "{\n \"Response\": {\n \"InternetBandwidthConfigSet\": [\n {\n \"StartTime\": \"2017-03-12T16:00:00Z\",\n \"EndTime\": \"2017-04-12T16:00:00Z\",\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 50,\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\"\n }\n }\n ],\n \"RequestId\": \"314161cd-ee40-4c37-921e-b10c4ed5607c\"\n }\n}",
|
|
276
282
|
"title": "查询实例带宽配置"
|
|
277
283
|
}
|
|
@@ -279,16 +285,16 @@
|
|
|
279
285
|
"DescribeInstanceTypeConfigs": [
|
|
280
286
|
{
|
|
281
287
|
"document": "查询广州六区中实例机型系列为I1的机型列表",
|
|
282
|
-
"input": "
|
|
283
|
-
"output": "{\n \"Response\": {\n \"InstanceTypeConfigSet\": [\n {\n \"
|
|
288
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceTypeConfigs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-guangzhou-6\"\n ]\n },\n {\n \"Name\": \"instance-family\",\n \"Values\": [\n \"S6\"\n ]\n }\n ]\n}",
|
|
289
|
+
"output": "{\n \"Response\": {\n \"InstanceTypeConfigSet\": [\n {\n \"CPU\": 4,\n \"FPGA\": 0,\n \"GPU\": 0,\n \"GpuCount\": 0,\n \"InstanceFamily\": \"S6\",\n \"InstanceType\": \"S6.LARGE8\",\n \"Memory\": 8,\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"CPU\": 2,\n \"FPGA\": 0,\n \"GPU\": 0,\n \"GpuCount\": 0,\n \"InstanceFamily\": \"S6\",\n \"InstanceType\": \"S6.MEDIUM8\",\n \"Memory\": 8,\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"CPU\": 8,\n \"FPGA\": 0,\n \"GPU\": 0,\n \"GpuCount\": 0,\n \"InstanceFamily\": \"S6\",\n \"InstanceType\": \"S6.2XLARGE16\",\n \"Memory\": 16,\n \"Zone\": \"ap-guangzhou-6\"\n }\n ],\n \"RequestId\": \"b809b32e-c2b9-4b71-84dd-b9ffaac904aa\"\n }\n}",
|
|
284
290
|
"title": "查询实例机型列表"
|
|
285
291
|
}
|
|
286
292
|
],
|
|
287
293
|
"DescribeInstanceVncUrl": [
|
|
288
294
|
{
|
|
289
295
|
"document": "本示例用于查询实例管理终端地址。",
|
|
290
|
-
"input": "
|
|
291
|
-
"output": "{\n \"Response\": {\n \"InstanceVncUrl\": \"wss%3A%2F%
|
|
296
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceVncUrl\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-r7ov05ke\"\n}",
|
|
297
|
+
"output": "{\n \"Response\": {\n \"InstanceVncUrl\": \"wss%3A%2F%2Fgzvnc.qcloud.com%3A26789%2Fvnc%3Fs%3DY1hMdzVUNDh5Wm1aR0VCekdhTmJqdEdMaitCWHoralA5N2Frdk9SQlYvSXFjNlVEVng4RnZFMXUvVW9QWFpwbmFDcWlOdDJIbUJxSTZDL0RXcHZxYnZZMmRkWWZWcEZia2lyb09XMzdKNmM9%26password%3D%26isWindows%3Dfalse%26isUbuntu%3Dfalse\",\n \"RequestId\": \"3a685fe7-327a-4815-9bb4-c20587f25939\"\n }\n}",
|
|
292
298
|
"title": "查询实例管理终端地址"
|
|
293
299
|
}
|
|
294
300
|
],
|
|
@@ -296,7 +302,7 @@
|
|
|
296
302
|
{
|
|
297
303
|
"document": "查看在广州三区或广州四区的实例信息,限制返回结果最多为一项",
|
|
298
304
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": 0\n}",
|
|
299
|
-
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"
|
|
305
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"myInstance\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"ResetInstancesType\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
|
|
300
306
|
"title": "查看实例列表"
|
|
301
307
|
},
|
|
302
308
|
{
|
|
@@ -308,7 +314,7 @@
|
|
|
308
314
|
{
|
|
309
315
|
"document": "当对实例发起 StopInstances 后,通过 DescribeInstances 可以查询到实例的 LatestOperation 为 StopInstances,LatestOperationState 为 OPERATING。",
|
|
310
316
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": 0\n}",
|
|
311
|
-
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"OPERATING\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"ps-xxxxxxxx\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"DedicatedClusterId\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"
|
|
317
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"OPERATING\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"ps-xxxxxxxx\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"DedicatedClusterId\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"myInstance\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"StopInstances\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
|
|
312
318
|
"title": "查询实例的最新操作情况"
|
|
313
319
|
}
|
|
314
320
|
],
|
|
@@ -339,15 +345,15 @@
|
|
|
339
345
|
"DescribeInstancesOperationLimit": [
|
|
340
346
|
{
|
|
341
347
|
"document": "",
|
|
342
|
-
"input": "
|
|
343
|
-
"output": "{\n \"Response\": {\n \"InstanceOperationLimitSet\": [\n {\n \"
|
|
348
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstancesOperationLimit\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-r7ov05ke\"\n ],\n \"Operation\": \"INSTANCE_DEGRADE\"\n}",
|
|
349
|
+
"output": "{\n \"Response\": {\n \"InstanceOperationLimitSet\": [\n {\n \"CurrentCount\": 0,\n \"InstanceId\": \"ins-r7ov05ke\",\n \"LimitCount\": 5,\n \"Operation\": \"INSTANCE_DEGRADE\"\n }\n ],\n \"RequestId\": \"ce7aeaa3-37c9-48e2-abbf-7c1264cf5e9c\"\n }\n}",
|
|
344
350
|
"title": "查询可降配次数"
|
|
345
351
|
}
|
|
346
352
|
],
|
|
347
353
|
"DescribeInstancesStatus": [
|
|
348
354
|
{
|
|
349
355
|
"document": "本示例用于查看实例状态列表中的两个实例。",
|
|
350
|
-
"input": "
|
|
356
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstancesStatus\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\",\n \"ins-5d8a23rs\"\n ],\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
|
351
357
|
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"InstanceStatusSet\": [\n {\n \"InstanceId\": \"ins-r8hr2upy\",\n \"InstanceState\": \"RUNNING\"\n },\n {\n \"InstanceId\": \"ins-5d8a23rs\",\n \"InstanceState\": \"STOPPED\"\n }\n ],\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
352
358
|
"title": "查看实例状态列表"
|
|
353
359
|
}
|
|
@@ -355,7 +361,7 @@
|
|
|
355
361
|
"DescribeInternetChargeTypeConfigs": [
|
|
356
362
|
{
|
|
357
363
|
"document": "在通过api调用创建子机时,需要填写网络计费类型,通过本接口可以查询所有的网络计费类型并选择一个合适的参数。",
|
|
358
|
-
"input": "
|
|
364
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInternetChargeTypeConfigs\n<公共请求参数>\n\n{}",
|
|
359
365
|
"output": "{\n \"Response\": {\n \"InternetChargeTypeConfigSet\": [\n {\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\",\n \"Description\": \"按带宽包年包月计费\"\n },\n {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Description\": \"按流量计费\"\n },\n {\n \"InternetChargeType\": \"BANDWIDTH_POSTPAID_BY_HOUR\",\n \"Description\": \"按带宽使用时长计费\"\n },\n {\n \"InternetChargeType\": \"BANDWIDTH_PACKAGE\",\n \"Description\": \"带宽包计费\"\n }\n ],\n \"RequestId\": \"c2abdac4-ea7b-4653-b07c-87cc303fabf0\"\n }\n}",
|
|
360
366
|
"title": "查询网络计费类型"
|
|
361
367
|
}
|
|
@@ -363,16 +369,16 @@
|
|
|
363
369
|
"DescribeKeyPairs": [
|
|
364
370
|
{
|
|
365
371
|
"document": "本示例用于用户查询密钥对列表",
|
|
366
|
-
"input": "
|
|
367
|
-
"output": "{\n \"Response\": {\n \"
|
|
372
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKeyPairs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"key-name\",\n \"Values\": [\n \"MyKeyPair\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
|
373
|
+
"output": "{\n \"Response\": {\n \"KeyPairSet\": [\n {\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": \"2025-10-16T08:12:48Z\",\n \"Description\": \"\",\n \"KeyId\": \"skey-1q8j7b93\",\n \"KeyName\": \"MyKeyPair\",\n \"ProjectId\": 0,\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8gSdflU6iZDlLp3uRgfIQ7d9gl4SzF2yO9BJ1VyzhgWkbYsUS8u7qbwxC6UeAc8364FhT4MjVjXi/+6hYpDnnMiK6lqKBxotLupUtkVmYt+osdPP+y3OcCzTqHWCsY3s7AvyvD41+nuH6LrpXZ4LlHJynPc66eqd5gpnCyg2O1sxW+pd2Zigk0QGWiCuVtm4ICEp3DNHG/9wlVzd++xODf398JU3ebxBsXfe46mFSkyBVbsJLuNueZd4eGDS3q0WhimnvpgZoYOGsNPl4GBLCGOHWZrl/9hE+az6P8W7QwpVe5gvy5MG3usk6zpc0f/diZrdXX7 skey-1q8j7b93\",\n \"Tags\": [\n {\n \"Key\": \"MyKeyPairTagKey\",\n \"Value\": \"MyKeyPairTagValue\"\n }\n ]\n }\n ],\n \"RequestId\": \"eebd54d0-a305-4716-9a84-6017ac14e8c8\",\n \"TotalCount\": 120\n }\n}",
|
|
368
374
|
"title": "查询密钥对列表"
|
|
369
375
|
}
|
|
370
376
|
],
|
|
371
377
|
"DescribeLaunchTemplateVersions": [
|
|
372
378
|
{
|
|
373
379
|
"document": "",
|
|
374
|
-
"input": "
|
|
375
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateVersionSet\": [\n {\n \"LaunchTemplateVersion\": 1,\n \"LaunchTemplateVersionData\": {\n \"DisableApiTermination\": true,\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-he88kvqu\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"VpcId\": \"vpc-dcteo7jd\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"ProjectId\": 0,\n \"Zone\": \"ap-guangzhou-6\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-8toqc6s3\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n },\n \"AutomationService\": {\n \"Enabled\": false\n }\n },\n \"SecurityGroupIds\": [\n \"sg-rf6ogz49\"\n ],\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 100\n },\n \"InstanceName\": \"lt_test\",\n \"InstanceType\": \"
|
|
380
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplateVersions\n<公共请求参数>\n\n{\n \"LaunchTemplateId\": \"lt-b8v1kcyq\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
|
381
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateVersionSet\": [\n {\n \"LaunchTemplateVersion\": 1,\n \"LaunchTemplateVersionData\": {\n \"DisableApiTermination\": true,\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-he88kvqu\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"VpcId\": \"vpc-dcteo7jd\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"ProjectId\": 0,\n \"Zone\": \"ap-guangzhou-6\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-8toqc6s3\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n },\n \"AutomationService\": {\n \"Enabled\": false\n }\n },\n \"SecurityGroupIds\": [\n \"sg-rf6ogz49\"\n ],\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 100\n },\n \"InstanceName\": \"lt_test\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"Encrypt\": false,\n \"DeleteWithInstance\": true,\n \"KmsKeyId\": \"\",\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n {\n \"Encrypt\": true,\n \"DeleteWithInstance\": true,\n \"KmsKeyId\": \"\",\n \"DiskSize\": 60,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n },\n \"CreationTime\": \"2020-12-17T01:54:31Z\",\n \"LaunchTemplateId\": \"lt-b8v1kcyq\",\n \"IsDefaultVersion\": true,\n \"LaunchTemplateVersionDescription\": \"\",\n \"CreatedBy\": \"251009920\"\n }\n ],\n \"RequestId\": \"b2da6ace-add1-48dc-ae73-6fc1eed95f1d\"\n }\n}",
|
|
376
382
|
"title": "查询实例模板版本信息"
|
|
377
383
|
}
|
|
378
384
|
],
|
|
@@ -380,7 +386,7 @@
|
|
|
380
386
|
{
|
|
381
387
|
"document": "查询实例启动模板",
|
|
382
388
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplates\n<公共请求参数>\n\n{\n \"LaunchTemplateIds\": [\n \"lt-q9t8j8eg\"\n ]\n}",
|
|
383
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"
|
|
389
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"MyLaunchTemplateName\",\n \"DefaultVersionNumber\": 5,\n \"LaunchTemplateVersionCount\": 8,\n \"CreatedBy\": \"251009920\",\n \"CreationTime\": \"2020-12-16T08:05:02Z\"\n }\n ],\n \"RequestId\": \"b2d70642-c69a-4115-ae4e-f6ddade68fea\"\n }\n}",
|
|
384
390
|
"title": "查询实例启动模板"
|
|
385
391
|
}
|
|
386
392
|
],
|
|
@@ -425,7 +431,7 @@
|
|
|
425
431
|
"DisassociateInstancesKeyPairs": [
|
|
426
432
|
{
|
|
427
433
|
"document": "",
|
|
428
|
-
"input": "
|
|
434
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateInstancesKeyPairs\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-w34e5rl9\"\n ],\n \"KeyIds\": [\n \"skey-e3r6y7ji\"\n ]\n}",
|
|
429
435
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
430
436
|
"title": "解除实例的密钥绑定关系"
|
|
431
437
|
}
|
|
@@ -433,7 +439,7 @@
|
|
|
433
439
|
"DisassociateSecurityGroups": [
|
|
434
440
|
{
|
|
435
441
|
"document": "",
|
|
436
|
-
"input": "
|
|
442
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateSecurityGroups\n<公共请求参数>\n\n{\n \"SecurityGroupIds\": [\n \"sg-9id3l839\"\n ],\n \"InstanceIds\": [\n \"ins-2zvpghhc\",\n \"ins-915zrb0p\"\n ]\n}",
|
|
437
443
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3385dcf2-e1f0-4ed8-a924-c296721ab65f\"\n }\n}",
|
|
438
444
|
"title": "解绑实例安全组"
|
|
439
445
|
}
|
|
@@ -441,7 +447,7 @@
|
|
|
441
447
|
"EnterRescueMode": [
|
|
442
448
|
{
|
|
443
449
|
"document": "",
|
|
444
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnterRescueMode\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-axzc12s\",\n \"Password\": \"
|
|
450
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnterRescueMode\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-axzc12s\",\n \"Password\": \"Qcloud@TestApi123++\"\n}",
|
|
445
451
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5920380e-277a-420a-a221-0caac3eb7159\"\n }\n}",
|
|
446
452
|
"title": "进入救援模式"
|
|
447
453
|
}
|
|
@@ -449,7 +455,7 @@
|
|
|
449
455
|
"ExitRescueMode": [
|
|
450
456
|
{
|
|
451
457
|
"document": "",
|
|
452
|
-
"input": "
|
|
458
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExitRescueMode\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-axzc12s\"\n}",
|
|
453
459
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5920380e-277a-420a-a221-0caac3eb7159\"\n }\n}",
|
|
454
460
|
"title": "退出救援模式"
|
|
455
461
|
}
|
|
@@ -473,7 +479,7 @@
|
|
|
473
479
|
"ImportInstancesActionTimer": [
|
|
474
480
|
{
|
|
475
481
|
"document": "",
|
|
476
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportInstancesActionTimer\n<公共请求参数>\n\n{\n \"ActionTimer\": {\n \"TimerAction\": \"TerminateInstances\",\n \"ActionTime\": \"
|
|
482
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportInstancesActionTimer\n<公共请求参数>\n\n{\n \"ActionTimer\": {\n \"TimerAction\": \"TerminateInstances\",\n \"ActionTime\": \"2025-11-29T16:00:00Z\"\n },\n \"InstanceIds\": [\n \"ins-37qv3ucj\"\n ]\n}",
|
|
477
483
|
"output": "{\n \"Response\": {\n \"ActionTimerIds\": [\n \"865d042d-0219-46c3-9821-6028c96cfb7c\"\n ],\n \"RequestId\": \"d4617dd8-071a-4bd6-aabf-f8026f757189\"\n }\n}",
|
|
478
484
|
"title": "导入定时任务"
|
|
479
485
|
}
|
|
@@ -497,8 +503,8 @@
|
|
|
497
503
|
"InquiryPriceRenewHosts": [
|
|
498
504
|
{
|
|
499
505
|
"document": "续费CDH实例询价",
|
|
500
|
-
"input": "
|
|
501
|
-
"output": "{\n \"Response\": {\n \"Price\": {\n \"HostPrice\": {\n \"OriginalPrice\": 37050
|
|
506
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewHosts\n<公共请求参数>\n\n{\n \"HostIds\": [\n \"host-ey16rkyg\"\n ],\n \"HostChargePrepaid\": {\n \"Period\": 1,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"\n }\n}",
|
|
507
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"HostPrice\": {\n \"OriginalPrice\": 37050,\n \"DiscountPrice\": 37050\n }\n },\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
502
508
|
"title": "续费CDH实例询价"
|
|
503
509
|
}
|
|
504
510
|
],
|
|
@@ -513,7 +519,7 @@
|
|
|
513
519
|
"InquiryPriceResetInstance": [
|
|
514
520
|
{
|
|
515
521
|
"document": "",
|
|
516
|
-
"input": "
|
|
522
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceResetInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-fd8spnmq\"\n}",
|
|
517
523
|
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.66,\n \"ChargeUnit\": \"HOUR\",\n \"UnitPriceDiscount\": 0.66,\n \"Discount\": 100\n }\n },\n \"RequestId\": \"56d68b92-7004-4716-b3bf-3c2c231035c9\"\n }\n}",
|
|
518
524
|
"title": "按量付费实例调整配置询价"
|
|
519
525
|
}
|
|
@@ -521,7 +527,7 @@
|
|
|
521
527
|
"InquiryPriceResetInstancesInternetMaxBandwidth": [
|
|
522
528
|
{
|
|
523
529
|
"document": "对实例ins-fd8spnmq调整带宽为20Mbps进行询价",
|
|
524
|
-
"input": "
|
|
530
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceResetInstancesInternetMaxBandwidth\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-fd8spnmq\"\n ],\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 20\n }\n}",
|
|
525
531
|
"output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": {\n \"UnitPrice\": 0.8,\n \"ChargeUnit\": \"GB\"\n }\n },\n \"RequestId\": \"700864b9-85da-4cb9-bc80-d99eaf9fa047\"\n }\n}",
|
|
526
532
|
"title": "按量付费实例调整带宽上限询价"
|
|
527
533
|
}
|
|
@@ -573,7 +579,7 @@
|
|
|
573
579
|
"ModifyChcAttribute": [
|
|
574
580
|
{
|
|
575
581
|
"document": "修改CHC物理服务器的属性",
|
|
576
|
-
"input": "
|
|
582
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyChcAttribute\n<公共请求参数>\n\n{\n \"ChcIds\": [\n \"chc-r8hr2upy\",\n \"chc-5d8a23rs\"\n ],\n \"InstanceName\": \"server1\",\n \"DeviceType\": \"CHC_HS1\"\n}",
|
|
577
583
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
578
584
|
"title": "修改CHC物理服务器的属性"
|
|
579
585
|
}
|
|
@@ -581,15 +587,15 @@
|
|
|
581
587
|
"ModifyDisasterRecoverGroupAttribute": [
|
|
582
588
|
{
|
|
583
589
|
"document": "修改分散置放群组属性",
|
|
584
|
-
"input": "
|
|
585
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
590
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDisasterRecoverGroupAttribute\n<公共请求参数>\n\n{\n \"DisasterRecoverGroupId\": \"ps-39lmgkht\",\n \"Name\": \"NewDisasterRecoverGroupName\"\n}",
|
|
591
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0b184884-c513-4cd3-92c9-d4a69b05f44b\"\n }\n}",
|
|
586
592
|
"title": "修改分散置放群组属性"
|
|
587
593
|
}
|
|
588
594
|
],
|
|
589
595
|
"ModifyHostsAttribute": [
|
|
590
596
|
{
|
|
591
597
|
"document": "本示例用于用户修改指定CDH实例的HostName属性。",
|
|
592
|
-
"input": "
|
|
598
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHostsAttribute\n<公共请求参数>\n\n{\n \"HostIds\": [\n \"host-h4of75x4\"\n ],\n \"HostName\": \"webServer\"\n}",
|
|
593
599
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
594
600
|
"title": "修改CDH实例的属性"
|
|
595
601
|
}
|
|
@@ -597,15 +603,15 @@
|
|
|
597
603
|
"ModifyHpcClusterAttribute": [
|
|
598
604
|
{
|
|
599
605
|
"document": "修改高性能计算集群名称",
|
|
600
|
-
"input": "
|
|
606
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHpcClusterAttribute\n<公共请求参数>\n\n{\n \"HpcClusterId\": \"hpc-gzahhoy5\",\n \"Name\": \"MyHpcCluster\"\n}",
|
|
601
607
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5834f1a5-cd9c-449d-acba-df1803a8583e\"\n }\n}",
|
|
602
608
|
"title": "修改高性能计算集群名称"
|
|
603
609
|
}
|
|
604
610
|
],
|
|
605
611
|
"ModifyImageAttribute": [
|
|
606
612
|
{
|
|
607
|
-
"document": "修改镜像img-6pb6lrmy的名称为
|
|
608
|
-
"input": "
|
|
613
|
+
"document": "修改镜像img-6pb6lrmy的名称为NewImageName",
|
|
614
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyImageAttribute\n<公共请求参数>\n\n{\n \"ImageId\": \"img-6pb6lrmy\",\n \"ImageName\": \"NewImageName\"\n}",
|
|
609
615
|
"output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
|
|
610
616
|
"title": "修改镜像名称"
|
|
611
617
|
}
|
|
@@ -651,7 +657,7 @@
|
|
|
651
657
|
"ModifyInstancesDisasterRecoverGroup": [
|
|
652
658
|
{
|
|
653
659
|
"document": "调整实例所在置放群组",
|
|
654
|
-
"input": "
|
|
660
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesDisasterRecoverGroup\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\"\n ],\n \"DisasterRecoverGroupId\": \"ps-a66w6rlb\"\n}",
|
|
655
661
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
|
|
656
662
|
"title": "调整实例所在置放群组"
|
|
657
663
|
}
|
|
@@ -667,14 +673,14 @@
|
|
|
667
673
|
"ModifyInstancesRenewFlag": [
|
|
668
674
|
{
|
|
669
675
|
"document": "本示例用于修改两个实例的续费标识。",
|
|
670
|
-
"input": "
|
|
676
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesRenewFlag\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\",\n \"ins-5d8a23rs\"\n ],\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"\n}",
|
|
671
677
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
672
678
|
"title": "修改两个实例的续费标识"
|
|
673
679
|
}
|
|
674
680
|
],
|
|
675
681
|
"ModifyInstancesVpcAttribute": [
|
|
676
682
|
{
|
|
677
|
-
"document": "实例 r8hr2upy 和 5d8a23rs 迁移至私有网络 1urkhbj4 子网 dcs9x3gz 中,指定实例 r8hr2upy 的私有网络IP为 10.0.0.18,实例 5d8a23rs 的私有网络IP为 10.0.0.19。",
|
|
683
|
+
"document": "实例 in-r8hr2upy 和 ins-5d8a23rs 迁移至私有网络 vpc-1urkhbj4 子网 subnet-dcs9x3gz 中,指定实例 ins-r8hr2upy 的私有网络IP为 10.0.0.18,实例 ins-5d8a23rs 的私有网络IP为 10.0.0.19。",
|
|
678
684
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesVpcAttribute\n<公共请求参数>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceIds\": [\n \"ins-5d8a23rs\",\n \"ins-r8hr2upy\"\n ]\n}",
|
|
679
685
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c14def19-cfes-470e-b241-90787u6jf5uj\"\n }\n}",
|
|
680
686
|
"title": "迁移实例私有网络且指定子网IP"
|
|
@@ -683,13 +689,13 @@
|
|
|
683
689
|
"ModifyKeyPairAttribute": [
|
|
684
690
|
{
|
|
685
691
|
"document": "本示例用于修改密钥对名称。",
|
|
686
|
-
"input": "
|
|
692
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKeyPairAttribute\n<公共请求参数>\n\n{\n \"KeyId\": \"skey-mv9yzyjj\",\n \"KeyName\": \"MyKeyName\"\n}",
|
|
687
693
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
688
694
|
"title": "修改密钥对名称"
|
|
689
695
|
},
|
|
690
696
|
{
|
|
691
697
|
"document": "本示例用于修改密钥对描述信息。",
|
|
692
|
-
"input": "
|
|
698
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKeyPairAttribute\n<公共请求参数>\n\n{\n \"KeyId\": \"skey-mv9yzyjj\",\n \"Description\": \"MyKeyPairDescription\"\n}",
|
|
693
699
|
"output": "{\n \"Response\": {\n \"RequestId\": \"aea2227b-fbb7-4cc7-bf29-d49b2b6db97c\"\n }\n}",
|
|
694
700
|
"title": "修改密钥对描述信息"
|
|
695
701
|
}
|
|
@@ -697,7 +703,7 @@
|
|
|
697
703
|
"ModifyLaunchTemplateDefaultVersion": [
|
|
698
704
|
{
|
|
699
705
|
"document": "本例将ID为lt-34vaef8fe的实例启动模板的默认启动版本号设置为2",
|
|
700
|
-
"input": "
|
|
706
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLaunchTemplateDefaultVersion\n<公共请求参数>\n\n{\n \"LaunchTemplateId\": \"lt-34vaef8fe\",\n \"DefaultVersion\": 2\n}",
|
|
701
707
|
"output": "{\n \"Response\": {\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec311\"\n }\n}",
|
|
702
708
|
"title": "修改默认实例启动模板版本号"
|
|
703
709
|
}
|
|
@@ -705,7 +711,7 @@
|
|
|
705
711
|
"ProgramFpgaImage": [
|
|
706
712
|
{
|
|
707
713
|
"document": "本示例将由客户提供的FPGA镜像文件烧录到实例上的两块FPGA卡",
|
|
708
|
-
"input": "
|
|
714
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ProgramFpgaImage\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-r8hr2upy\",\n \"FPGAUrl\": \"fpga-test-123456.cos.ap-guangzhou.myqcloud.com/test.xclbin\",\n \"DBDFs\": [\n \"0000:00:08.0\",\n \"0000:00:09.0\"\n ]\n}",
|
|
709
715
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270dfafb54a7\"\n }\n}",
|
|
710
716
|
"title": "在线烧录FPGA镜像"
|
|
711
717
|
}
|
|
@@ -721,16 +727,16 @@
|
|
|
721
727
|
"RemoveChcAssistVpc": [
|
|
722
728
|
{
|
|
723
729
|
"document": "清理CHC物理服务器的带外网络和部署网络",
|
|
724
|
-
"input": "
|
|
725
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
730
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveChcAssistVpc\n<公共请求参数>\n\n{\n \"ChcIds\": [\n \"chc-1a2b3c4d\",\n \"chc-adf34aft\"\n ]\n}",
|
|
731
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"30cf6d80-8789-43db-aed3-317d0e99b5ba\"\n }\n}",
|
|
726
732
|
"title": "清理CHC物理服务器的带外网络和部署网络"
|
|
727
733
|
}
|
|
728
734
|
],
|
|
729
735
|
"RemoveChcDeployVpc": [
|
|
730
736
|
{
|
|
731
737
|
"document": "清理CHC物理服务器的部署网络",
|
|
732
|
-
"input": "
|
|
733
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
738
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveChcDeployVpc\n<公共请求参数>\n\n{\n \"ChcIds\": [\n \"chc-ejzpceyo\"\n ]\n}",
|
|
739
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0b0bf55c-0340-451d-8dde-1211c3ba6d38\"\n }\n}",
|
|
734
740
|
"title": "清理CHC物理服务器的部署网络"
|
|
735
741
|
}
|
|
736
742
|
],
|
|
@@ -775,7 +781,7 @@
|
|
|
775
781
|
"ResetInstancesInternetMaxBandwidth": [
|
|
776
782
|
{
|
|
777
783
|
"document": "本示例用于调整一个实例的公网带宽上限。",
|
|
778
|
-
"input": "
|
|
784
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetInstancesInternetMaxBandwidth\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-dyhinflx\"\n ],\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 10\n },\n \"StartTime\": \"2025-11-18\",\n \"EndTime\": \"2025-11-19\"\n}",
|
|
779
785
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
|
|
780
786
|
"title": "调整实例公网带宽上限"
|
|
781
787
|
}
|
|
@@ -783,7 +789,7 @@
|
|
|
783
789
|
"ResetInstancesPassword": [
|
|
784
790
|
{
|
|
785
791
|
"document": "重置一个Linux/Windows实例的密码,之后您可利用此密码登录实例",
|
|
786
|
-
"input": "
|
|
792
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetInstancesPassword\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\",\n \"ins-5d8a23rs\"\n ],\n \"Password\": \"abc123ABC!@#\",\n \"ForceStop\": false\n}",
|
|
787
793
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
788
794
|
"title": "重置一个Linux/Windows实例的密码"
|
|
789
795
|
}
|
|
@@ -799,7 +805,7 @@
|
|
|
799
805
|
"ResizeInstanceDisks": [
|
|
800
806
|
{
|
|
801
807
|
"document": "",
|
|
802
|
-
"input": "
|
|
808
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResizeInstanceDisks\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-r8hr2upy\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100\n }\n ]\n}",
|
|
803
809
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
|
|
804
810
|
"title": "重置一块指定id的磁盘大小"
|
|
805
811
|
}
|
|
@@ -807,13 +813,13 @@
|
|
|
807
813
|
"RunInstances": [
|
|
808
814
|
{
|
|
809
815
|
"document": "实例所在位置为上海二区,在专用宿主机host-q88gab4i上创建,付费模式为独享子机付费,镜像ID为:img-pmqg1cw7,实例配置为:1C1G,50G大小高性能云系统盘,挂载100G大小高性能云数据盘,私有网络,公网付费模式为流量按小时后付费,外网带宽上限10Mbps,分配公网IP,实例命名为QCLOUD-TEST,设置登录密码为Qcloud@TestApi123++,安装云监控云安全,购买数量为1台。",
|
|
810
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\":
|
|
816
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"HostIds\": [\n \"host-q88gab4i\"\n ],\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"CDHPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"CDH_1C1G\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
811
817
|
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
812
818
|
"title": "独享子机购买"
|
|
813
819
|
},
|
|
814
820
|
{
|
|
815
821
|
"document": "实例所在位置为上海二区,付费模式为包年包月,购买一个月,到期自动续费,镜像ID为:img-pmqg1cw7,选择机型为:64C256G标准型(S5.16XLARGE256),50G大小高性能云系统盘,挂载100G大小高性能云数据盘,私有网络,公网付费模式为流量按小时后付费,外网带宽上限10Mbps,分配公网IP,实例命名为QCLOUD-TEST,设置登录密码为Qcloud@TestApi123++,安装云监控云安全,购买数量为1台。",
|
|
816
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"SystemDisk\": {\n \"DiskSize\":
|
|
822
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"PREPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10\n },\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
817
823
|
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-bfw5zq3y\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
818
824
|
"title": "包年包月实例购买"
|
|
819
825
|
},
|
|
@@ -825,13 +831,13 @@
|
|
|
825
831
|
},
|
|
826
832
|
{
|
|
827
833
|
"document": "实例所在位置为上海二区,付费模式为按小时后付费,镜像ID为:img-pmqg1cw7,选择机型为:64C256G标准型(S5.16XLARGE256),50G大小高性能云系统盘,挂载100G大小高性能云数据盘,私有网络,公网付费模式为流量按小时后付费,外网带宽上限10Mbps,分配公网IP,实例命名为QCLOUD-TEST,设置登录密码为Qcloud@TestApi123++,安装云监控云安全,购买数量为1台。",
|
|
828
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"SystemDisk\": {\n \"DiskSize\":
|
|
834
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
829
835
|
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-32kcaqoa\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
830
836
|
"title": "按小时后付费实例购买"
|
|
831
837
|
},
|
|
832
838
|
{
|
|
833
839
|
"document": "实例所在位置为上海二区,付费模式为按小时后付费,镜像ID为:img-dkwyg6sr,选择机型为:64C256G标准型(S5.16XLARGE256),50G大小高性能云系统盘,私有网络,vpcId为1urkhbj4,子网ID为dcs9x3gz,指定私有网络ip为10.0.0.18,10.0.0.19,购买数量为2台。",
|
|
834
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceCount\":
|
|
840
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<公共请求参数>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceCount\": 2,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-dkwyg6sr\",\n \"InstanceType\": \"S5.16XLARGE256\"\n}",
|
|
835
841
|
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\",\n \"ins-03lw8hok\"\n ],\n \"RequestId\": \"3c14def19-cfes-470e-b241-90787u6jf5uj\"\n }\n}",
|
|
836
842
|
"title": "指定私有网络ip创建实例"
|
|
837
843
|
}
|
|
@@ -839,7 +845,7 @@
|
|
|
839
845
|
"StartInstances": [
|
|
840
846
|
{
|
|
841
847
|
"document": "同时启动2台处于关机状态的实例",
|
|
842
|
-
"input": "
|
|
848
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartInstances\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\",\n \"ins-5d8a23rs\"\n ]\n}",
|
|
843
849
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
|
|
844
850
|
"title": "启动指定ID的实例"
|
|
845
851
|
}
|
|
@@ -847,7 +853,7 @@
|
|
|
847
853
|
"StopInstances": [
|
|
848
854
|
{
|
|
849
855
|
"document": "本示例用于关闭两个实例。",
|
|
850
|
-
"input": "
|
|
856
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopInstances\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\",\n \"ins-5d8a23rs\"\n ],\n \"StopType\": \"SOFT\"\n}",
|
|
851
857
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
|
852
858
|
"title": "关闭实例"
|
|
853
859
|
}
|