tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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 +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +49 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +514 -333
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1055 -134
- tccli/services/billing/v20180709/api.json +1654 -243
- tccli/services/billing/v20180709/examples.json +169 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +426 -173
- tccli/services/cdb/v20170320/examples.json +6 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1033 -255
- tccli/services/ckafka/v20190819/api.json +3378 -1681
- tccli/services/ckafka/v20190819/examples.json +254 -160
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2307 -1024
- tccli/services/clb/v20180317/examples.json +186 -126
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1141 -510
- tccli/services/cvm/v20170312/examples.json +174 -128
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +3051 -575
- tccli/services/cynosdb/v20190107/api.json +14074 -7139
- tccli/services/cynosdb/v20190107/examples.json +597 -287
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +266 -0
- tccli/services/hunyuan/v20230901/api.json +270 -0
- tccli/services/hunyuan/v20230901/examples.json +20 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
- tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
- tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1562 -144
- tccli/services/kms/v20190118/examples.json +204 -78
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +370 -148
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +953 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1144 -58
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1168 -44
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +660 -11
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1573 -354
- tccli/services/mps/v20190612/api.json +12394 -7243
- tccli/services/mps/v20190612/examples.json +244 -84
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +596 -102
- tccli/services/ocr/v20181119/api.json +2271 -181
- tccli/services/ocr/v20181119/examples.json +70 -8
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/__init__.py +4 -0
- tccli/services/tbaas/tbaas_client.py +378 -0
- tccli/services/tbaas/v20180416/api.json +551 -0
- tccli/services/tbaas/v20180416/examples.json +37 -0
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +155 -79
- tccli/services/tcsas/v20250106/examples.json +3 -3
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +741 -274
- tccli/services/tke/v20180525/api.json +132 -7
- tccli/services/tke/v20180525/examples.json +42 -16
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1778 -0
- tccli/services/trabbit/v20230418/api.json +4772 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +332 -52
- tccli/services/vod/v20180717/examples.json +9 -1
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1316 -350
- tccli/services/vpc/v20170312/api.json +1166 -106
- tccli/services/vpc/v20170312/examples.json +197 -23
- tccli/services/vpc/vpc_client.py +2413 -739
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20210820/api.json +1577 -231
- tccli/services/wedata/v20210820/examples.json +74 -12
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6366 -1191
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
|
@@ -16,6 +16,32 @@
|
|
|
16
16
|
"title": "Adding resource to a bandwidth package"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
|
+
"AddTemplateMember": [
|
|
20
|
+
{
|
|
21
|
+
"document": " ",
|
|
22
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ipm-88t6207k\n&TemplateMember.0.Member=10.0.0.1\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=172.20.0.1/24\n&<Common request parameters>",
|
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
24
|
+
"title": "Adding a Parameter Template of the IP Address Type"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"document": " ",
|
|
28
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ipmg-dih8xdbq\n&TemplateMember.0.Member=ipm-88t6207k\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ipm-mdunqeb6\n&<Common request parameters>",
|
|
29
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
30
|
+
"title": "Adding a Parameter Template of the IP Address Group Type"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"document": " ",
|
|
34
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ppm-6zwa44xm\n&TemplateMember.0.Member=TCP:80\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=TCP:443\n&<Common request parameters>",
|
|
35
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
36
|
+
"title": "Adding a Parameter Template of the Protocol Port Type"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"document": " ",
|
|
40
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=AddTemplateMember\n&TemplateId=ppmg-ms7c7gcr\n&TemplateMember.0.Member=ppm-6zwa44xm\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ppm-4tw1bxlq\n&<Common request parameters>",
|
|
41
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
42
|
+
"title": "Adding a Parameter Template of the Protocol Port Group Type"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
19
45
|
"AdjustPublicAddress": [
|
|
20
46
|
{
|
|
21
47
|
"document": "This example show you how to change the public IP of a CVM instance.",
|
|
@@ -432,6 +458,30 @@
|
|
|
432
458
|
"title": "Applying for Automatic Assignment of a Specified Number of Reserved Private IP Addresses"
|
|
433
459
|
}
|
|
434
460
|
],
|
|
461
|
+
"CreateRoutePolicy": [
|
|
462
|
+
{
|
|
463
|
+
"document": "This example shows you how to create a VPC route reception policy.",
|
|
464
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateRoutePolicy\n&RoutePolicyName=TEST\n&RoutePolicyDescription=TEST\n&RoutePolicyEntrySet.0.Description=TEST\n&RoutePolicyEntrySet.0.CidrBlock=192.168.0.0/16\n&RoutePolicyEntrySet.0.GatewayType=CVM\n&RoutePolicyEntrySet.0.GatewayId=172.16.16.37\n&RoutePolicyEntrySet.0.Priority=100\n&RoutePolicyEntrySet.0.Action=ACCEPT\n&RoutePolicyEntrySet.0.RouteType=USER\n&<Common request parameters>",
|
|
465
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"RoutePolicy\": {\n \"RoutePolicyId\": \"rrp-azd4dt1c\",\n \"RoutePolicyName\": \"TEST\",\n \"RoutePolicyEntrySet\": [\n {\n \"Description\": \"\",\n \"CidrBlock\": \"192.168.0.0/16\",\n \"GatewayType\": \"CVM\",\n \"GatewayId\": \"172.16.16.37\",\n \"Priority\": 100,\n \"Action\": \"ACCEPT\",\n \"RouteType\": \"USER\"\n }\n ]\n }\n }\n}",
|
|
466
|
+
"title": "Creating a VPC Route Reception Policy"
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"CreateRoutePolicyAssociations": [
|
|
470
|
+
{
|
|
471
|
+
"document": "This example shows you how to create and bind a route reception policy.",
|
|
472
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
|
|
473
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
|
474
|
+
"title": "Creating a Route Reception Policy Binding"
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"CreateRoutePolicyEntries": [
|
|
478
|
+
{
|
|
479
|
+
"document": "This example shows you how to create a route reception policy entry.",
|
|
480
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.CidrBlock=192.168.0.0/16\n&RoutePolicyEntrySet.0.GatewayType=CVM\n&RoutePolicyEntrySet.0.GatewayId=172.16.16.37\n&RoutePolicyEntrySet.0.Priority=100\n&RoutePolicyEntrySet.0.Action=ACCEPT\n&RoutePolicyEntrySet.0.RouteType=USER\n&<Common request parameters>\n",
|
|
481
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
482
|
+
"title": "Creating a Route Reception Policy Entry"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
435
485
|
"CreateRouteTable": [
|
|
436
486
|
{
|
|
437
487
|
"document": "This example shows you how to create a route table.",
|
|
@@ -522,7 +572,7 @@
|
|
|
522
572
|
{
|
|
523
573
|
"document": "This example shows you how to create a VPC.",
|
|
524
574
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpc\n<Common request parameters>\n\n{\n \"VpcName\": \"TestVPC\",\n \"CidrBlock\": \"10.8.0.0/16\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
|
525
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
|
|
575
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableRouteVpcPublish\": false,\n \"Ipv6CidrBlockSet\": [\n {\n \"IPv6CidrBlock\": \"2001::85b:3c51:f5ff:ffd3\",\n \"ISPType\": \"BGP\"\n }\n ],\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
|
|
526
576
|
"title": "Creating a VPC"
|
|
527
577
|
}
|
|
528
578
|
],
|
|
@@ -732,6 +782,30 @@
|
|
|
732
782
|
"title": "Deleting a Reserved Private IP Address"
|
|
733
783
|
}
|
|
734
784
|
],
|
|
785
|
+
"DeleteRoutePolicy": [
|
|
786
|
+
{
|
|
787
|
+
"document": "This example shows you how to delete a route reception policy instance",
|
|
788
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteRoutePolicy\n&RoutePolicyId=rrp-azd4dt1c\n&<Common request parameters>",
|
|
789
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
790
|
+
"title": "Deleting a Route Reception Policy Instance"
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"DeleteRoutePolicyAssociations": [
|
|
794
|
+
{
|
|
795
|
+
"document": "This example shows you how to delete a route reception policy binding.",
|
|
796
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
|
|
797
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
798
|
+
"title": "Deleting a Route Reception Policy Binding"
|
|
799
|
+
}
|
|
800
|
+
],
|
|
801
|
+
"DeleteRoutePolicyEntries": [
|
|
802
|
+
{
|
|
803
|
+
"document": "This example shows you how to delete a route reception policy entry.",
|
|
804
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.RoutePolicyEntryId=rrpi-la0vk0g3\n&<Common request parameters>\n",
|
|
805
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
806
|
+
"title": "Deleting a Route Reception Policy Entry"
|
|
807
|
+
}
|
|
808
|
+
],
|
|
735
809
|
"DeleteRouteTable": [
|
|
736
810
|
{
|
|
737
811
|
"document": "This example shows you how to delete a route table.",
|
|
@@ -814,6 +888,32 @@
|
|
|
814
888
|
"title": "Deleting a subnet"
|
|
815
889
|
}
|
|
816
890
|
],
|
|
891
|
+
"DeleteTemplateMember": [
|
|
892
|
+
{
|
|
893
|
+
"document": "This example shows you how to delete a parameter template of the IP address type.",
|
|
894
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ipm-test1234\n&TemplateMember.0.Member=10.0.0.1\n&TemplateMember.1.Member=172.20.0.1/24\n&<Common request parameters>",
|
|
895
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
896
|
+
"title": "Deleting a Parameter Template of the IP Address Type"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"document": "This example shows you how to delete a parameter template of the IP address group type.",
|
|
900
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ipmg-test1234\n&TemplateMember.0.Member=ipm-test1234\n&TemplateMember.1.Member=ipm-demo1234\n&<Common request parameters>",
|
|
901
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
902
|
+
"title": "Deleting a Parameter Template of the IP Address Group Type"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"document": "This example shows you how to add a parameter template of the protocol port type.",
|
|
906
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ppm-test1234\n&TemplateMember.0.Member=TCP:80\n&TemplateMember.1.Member=TCP:443\n&<Common request parameters>",
|
|
907
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
908
|
+
"title": "Adding a Parameter Template of the Protocol Port Type"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"document": "This example shows you how to add a parameter template of the protocol port group type.",
|
|
912
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteTemplateMember\n&TemplateId=ppmg-test1234\n&TemplateMember.0.Member=ppm-test1234\n&TemplateMember.1.Member=ppm-demo1234\n&<Common request parameters>",
|
|
913
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
914
|
+
"title": "Adding a Parameter Template of the Protocol Port Group Type"
|
|
915
|
+
}
|
|
916
|
+
],
|
|
817
917
|
"DeleteTrafficPackages": [
|
|
818
918
|
{
|
|
819
919
|
"document": "This example shows you how to delete traffic packages.",
|
|
@@ -914,20 +1014,20 @@
|
|
|
914
1014
|
{
|
|
915
1015
|
"document": "This example shows you how to query EIP information.",
|
|
916
1016
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddresses\n<Common request parameters>\n\n{}",
|
|
917
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-qhx8udkc\",\n \"AddressName\": \"
|
|
918
|
-
"title": "Querying EIP
|
|
1017
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-qhx8udkc\",\n \"AddressName\": \"Not named\",\n \"AddressIp\": \"1.14.91.34\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressType\": \"EIP\",\n \"InstanceId\": \"ins-wf123456\",\n \"InstanceType\": null,\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.2.3.4\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"CreatedTime\": \"2022-08-11T03:57:05Z\",\n \"TagSet\": [],\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 1,\n \"DeadlineDate\": null,\n \"Egress\": \"center_egress1\",\n \"InternetServiceProvider\": \"BGP\"\n },\n {\n \"AddressId\": \"eip-qygpzm9y\",\n \"AddressName\": \"Not named\",\n \"AddressIp\": \"1.14.90.212\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressType\": \"EIP\",\n \"InstanceId\": \"ins-12345678\",\n \"InstanceType\": null,\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.3.4.5.6\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"Egress\": \"center_egress1\",\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"CreatedTime\": \"2022-08-11T03:47:03Z\",\n \"TagSet\": [],\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 1,\n \"DeadlineDate\": null,\n \"InternetServiceProvider\": \"BGP\"\n }\n ],\n \"RequestId\": \"4ead34c4-3112-40fe-bbde-2295eee9d664\"\n }\n}",
|
|
1018
|
+
"title": "Querying EIP Information"
|
|
919
1019
|
},
|
|
920
1020
|
{
|
|
921
|
-
"document": "This example shows you how to query public
|
|
1021
|
+
"document": "This example shows you how to query a public IP.",
|
|
922
1022
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&Filters.0.Name=address-type\n&Filters.0.Values.0=WanIP\n&<Common request parameters>",
|
|
923
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
|
924
|
-
"title": "Querying
|
|
1023
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-93gyo275\",\n \"AddressName\": \"gwlb\",\n \"AddressIp\": \"122.51.235.39\",\n \"AddressStatus\": \"BIND\",\n \"AddressType\": \"WanIP\",\n \"InstanceId\": \"ins-b2mc0ko1\",\n \"InstanceType\": \"CVM\",\n \"NetworkInterfaceId\": \"eni-akohvkv6\",\n \"PrivateAddressIp\": \"10.0.1.9\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"Egress\": \"center_egress1\",\n \"CreatedTime\": \"2024-11-11T07:42:49Z\",\n \"TagSet\": [\n {\n \"Key\": \"qcs:tag:createdBy\",\n \"Value\": \"Root:100002840660\"\n }\n ],\n \"BandwidthPackageId\": null,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 5,\n \"DeadlineDate\": null,\n \"InternetServiceProvider\": \"BGP\"\n }\n ],\n \"RequestId\": \"f9b58176-c138-45ba-a0e2-7a55117e2833\"\n }\n}",
|
|
1024
|
+
"title": "Querying a Public IP"
|
|
925
1025
|
},
|
|
926
1026
|
{
|
|
927
|
-
"document": "This example shows you how to query
|
|
928
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-
|
|
929
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"
|
|
930
|
-
"title": "Querying
|
|
1027
|
+
"document": "This example shows you how to query Elastic IPs.",
|
|
1028
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-12345678\n&<Common request parameters>",
|
|
1029
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressIp\": \"34.3.4.5.6\",\n \"InstanceId\": \"ins-12345678\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.2.3.4\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"WanIp\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"CENTER_EGRESS_1\"\n }\n ],\n \"RequestId\": \"95eb79b9-2e72-45b1-a1ac-03138778521a\"\n }\n}",
|
|
1030
|
+
"title": "Querying Elastic IP"
|
|
931
1031
|
}
|
|
932
1032
|
],
|
|
933
1033
|
"DescribeAssistantCidr": [
|
|
@@ -957,17 +1057,17 @@
|
|
|
957
1057
|
"DescribeBandwidthPackageResources": [
|
|
958
1058
|
{
|
|
959
1059
|
"document": " ",
|
|
960
|
-
"input": "
|
|
961
|
-
"output": "{\n \"Response\": {\n \"
|
|
962
|
-
"title": "
|
|
1060
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackageResources\n<Common request parameters>\n\n{\n \"BandwidthPackageId\": \"bwp-9u4iag5l\",\n \"Filters\": [\n {\n \"Name\": \"resource-type\",\n \"Values\": [\n \"Address\"\n ]\n }\n ]\n}",
|
|
1061
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d3093d68-3daf-415c-af74-b5a6b3a383d0\",\n \"ResourceSet\": [\n {\n \"AddressIp\": \"2402:4e00:c000:700:34ee:5b66:3676:d\",\n \"ResourceId\": \"eipv6-qqc8i9s7\",\n \"ResourceType\": \"Address\"\n },\n {\n \"AddressIp\": \"2402:4e00:c000:700:34ee:5b66:3676:8\",\n \"ResourceId\": \"eipv6-6ckprob3\",\n \"ResourceType\": \"Address\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
|
|
1062
|
+
"title": "Query Resources in a Shared Bandwidth Package"
|
|
963
1063
|
}
|
|
964
1064
|
],
|
|
965
1065
|
"DescribeBandwidthPackages": [
|
|
966
1066
|
{
|
|
967
1067
|
"document": " ",
|
|
968
1068
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"BGP\"\n ],\n \"Name\": \"network-type\"\n }\n ]\n}",
|
|
969
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BandwidthPackageSet\": [\n {\n \"BandwidthPackageId\": \"bwp-p6am50q0\",\n \"BandwidthPackageName\": \"gongxiang1\",\n \"Status\": \"CREATED\",\n \"NetworkType\": \"BGP\",\n \"ChargeType\": \"FIXED_PREPAID_BY_MONTH\",\n \"CreatedTime\": \"2019-12-31T16:48:49Z\",\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-hbhcbwci\",\n \"AddressIp\": \"134.175.210.185\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-bksqvcue\",\n \"AddressIp\": \"193.112.158.4\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-rlwrl9zg\",\n \"AddressIp\": \"193.112.128.149\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-0a0z6e86\",\n \"AddressIp\": \"193.112.214.231\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-loq78a2u\",\n \"AddressIp\": \"193.112.214.146\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9b23ko6g\",\n \"AddressIp\": \"193.112.195.106\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-l3utrirm\",\n \"AddressIp\": \"193.112.214.252\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-biawxrrg\",\n \"AddressIp\": \"193.112.161.62\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-gm8dcbmw\",\n \"AddressIp\": \"129.204.145.2\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-f3yjemhw\",\n \"AddressIp\": \"134.175.169.60\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-oahxub36\",\n \"AddressIp\": \"106.53.87.77\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-ej9oasck\",\n \"AddressIp\": \"193.112.186.94\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-iivgnxr6\",\n \"AddressIp\": \"106.52.155.79\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9pva2ne6\",\n \"AddressIp\": \"106.52.167.45\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-fqexkiku\",\n \"AddressIp\": \"129.204.251.201\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-dorh1ejy\",\n \"AddressIp\": \"106.55.92.150\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-pdxzxuzs\",\n \"AddressIp\": \"42.194.204.43\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-26tl14zo\",\n \"AddressIp\": \"106.52.248.58\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-1n624fs0\",\n \"AddressIp\": \"106.55.63.197\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-j4s0mcug\",\n \"AddressIp\": \"106.55.92.154\"\n }\n ],\n \"Bandwidth\": 500\n }\n ],\n \"RequestId\": \"e0ee5afd-a684-4a4c-9fff-ef5d626aed46\"\n }\n}",
|
|
970
|
-
"title": "Querying
|
|
1069
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BandwidthPackageSet\": [\n {\n \"BandwidthPackageId\": \"bwp-p6am50q0\",\n \"BandwidthPackageName\": \"gongxiang1\",\n \"Status\": \"CREATED\",\n \"NetworkType\": \"BGP\",\n \"Egress\": \"center_egress1\",\n \"ChargeType\": \"FIXED_PREPAID_BY_MONTH\",\n \"CreatedTime\": \"2019-12-31T16:48:49Z\",\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-hbhcbwci\",\n \"AddressIp\": \"134.175.210.185\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-bksqvcue\",\n \"AddressIp\": \"193.112.158.4\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-rlwrl9zg\",\n \"AddressIp\": \"193.112.128.149\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-0a0z6e86\",\n \"AddressIp\": \"193.112.214.231\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-loq78a2u\",\n \"AddressIp\": \"193.112.214.146\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9b23ko6g\",\n \"AddressIp\": \"193.112.195.106\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-l3utrirm\",\n \"AddressIp\": \"193.112.214.252\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-biawxrrg\",\n \"AddressIp\": \"193.112.161.62\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-gm8dcbmw\",\n \"AddressIp\": \"129.204.145.2\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-f3yjemhw\",\n \"AddressIp\": \"134.175.169.60\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-oahxub36\",\n \"AddressIp\": \"106.53.87.77\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-ej9oasck\",\n \"AddressIp\": \"193.112.186.94\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-iivgnxr6\",\n \"AddressIp\": \"106.52.155.79\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-9pva2ne6\",\n \"AddressIp\": \"106.52.167.45\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-fqexkiku\",\n \"AddressIp\": \"129.204.251.201\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-dorh1ejy\",\n \"AddressIp\": \"106.55.92.150\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-pdxzxuzs\",\n \"AddressIp\": \"42.194.204.43\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-26tl14zo\",\n \"AddressIp\": \"106.52.248.58\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-1n624fs0\",\n \"AddressIp\": \"106.55.63.197\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-j4s0mcug\",\n \"AddressIp\": \"106.55.92.154\"\n }\n ],\n \"Bandwidth\": 500\n }\n ],\n \"RequestId\": \"e0ee5afd-a684-4a4c-9fff-ef5d626aed46\"\n }\n}",
|
|
1070
|
+
"title": "Querying Bandwidth Package Resources"
|
|
971
1071
|
}
|
|
972
1072
|
],
|
|
973
1073
|
"DescribeCcnAttachedInstances": [
|
|
@@ -1145,15 +1245,15 @@
|
|
|
1145
1245
|
"DescribeIp6Addresses": [
|
|
1146
1246
|
{
|
|
1147
1247
|
"document": "Query IPv6 information based on the filter",
|
|
1148
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"2402:4e00:1000:2d00:0:8f3f:6:9895\"\n ],\n \"Name\": \"address-ip\"\n }\n ]\n}",
|
|
1248
|
+
"input": "POST / HTTP/1.1\nHost: vpc.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"2402:4e00:1000:2d00:0:8f3f:6:9895\"\n ],\n \"Name\": \"address-ip\"\n }\n ]\n}",
|
|
1149
1249
|
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
|
|
1150
|
-
"title": "Query IPv6 information based on the filter"
|
|
1250
|
+
"title": "Example1 Query IPv6 information based on the filter"
|
|
1151
1251
|
},
|
|
1152
1252
|
{
|
|
1153
1253
|
"document": "Query IPv6 information based on Ip6AddressIds",
|
|
1154
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Ip6AddressIds\": [\n \"eip-lrhy2lpe\"\n ]\n}",
|
|
1254
|
+
"input": "POST / HTTP/1.1\nHost: vpc.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<Common request parameters>\n\n{\n \"Ip6AddressIds\": [\n \"eip-lrhy2lpe\"\n ]\n}",
|
|
1155
1255
|
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
|
|
1156
|
-
"title": "Query IPv6 information based on Ip6AddressIds"
|
|
1256
|
+
"title": "Example2 Query IPv6 information based on Ip6AddressIds"
|
|
1157
1257
|
}
|
|
1158
1258
|
],
|
|
1159
1259
|
"DescribeIpGeolocationDatabaseUrl": [
|
|
@@ -1310,6 +1410,14 @@
|
|
|
1310
1410
|
"title": "Filtering and Querying Reserved Private IP Addresses by Tag"
|
|
1311
1411
|
}
|
|
1312
1412
|
],
|
|
1413
|
+
"DescribeRoutePolicyEntries": [
|
|
1414
|
+
{
|
|
1415
|
+
"document": "This example shows you how to query the rule list of a routing strategy.",
|
|
1416
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoutePolicyEntries\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"route-policy-id\",\n \"Values\": [\n \"rrp-fcrulzf8\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1,\n \"OrderField\": \"abc\",\n \"OrderDirection\": \"abc\"\n}",
|
|
1417
|
+
"output": "{\n \"Response\": {\n \"RoutePolicyEntrySet\": [\n {\n \"RoutePolicyEntryId\": \"rrpi-5j5wut37\",\n \"Description\": \"\",\n \"GatewayType\": \"PVGW\",\n \"GatewayId\": \"172.16.16.37\",\n \"Priority\": 1113,\n \"Action\": \"DROP\",\n \"RouteType\": \"ANY\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"CreatedTime\": \"2021-09-08 15:20:14\",\n \"Region\": \"ap-guangtzhou\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"2cd67e99-9376-421d-a5bb-044a10c9d744\"\n }\n}",
|
|
1418
|
+
"title": "Querying Routing Strategy Rule List"
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1313
1421
|
"DescribeRouteTables": [
|
|
1314
1422
|
{
|
|
1315
1423
|
"document": "This example shows you how to query the list of objects in route table",
|
|
@@ -1858,10 +1966,10 @@
|
|
|
1858
1966
|
],
|
|
1859
1967
|
"InquiryPriceRenewVpnGateway": [
|
|
1860
1968
|
{
|
|
1861
|
-
"document": " ",
|
|
1862
|
-
"input": "
|
|
1863
|
-
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\":
|
|
1864
|
-
"title": "
|
|
1969
|
+
"document": "This example shows you how to renew an annual/monthly subscription gateway and submit a gateway inquiry.",
|
|
1970
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewVpnGateway\n<Common request parameters>\n\n{\n \"VpnGatewayId\": \"vpngw-abcxa123z\",\n \"InstanceChargePrepaid\": {\n \"Period\": 1,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"\n }\n}",
|
|
1971
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 380.0,\n \"DiscountPrice\": 177.4,\n \"UnitPrice\": 0.0,\n \"ChargeUnit\": \"\"\n },\n \"BandwidthPrice\": {\n \"OriginalPrice\": 0.0,\n \"DiscountPrice\": 0.0,\n \"UnitPrice\": 0.0,\n \"ChargeUnit\": \"\"\n }\n },\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
|
1972
|
+
"title": "Monthly Subscription Gateway Renewal Gateway Inquiry Input"
|
|
1865
1973
|
}
|
|
1866
1974
|
],
|
|
1867
1975
|
"InquiryPriceResetVpnGatewayInternetMaxBandwidth": [
|
|
@@ -2174,6 +2282,14 @@
|
|
|
2174
2282
|
"title": "Modifying a Reserved Private IP Address"
|
|
2175
2283
|
}
|
|
2176
2284
|
],
|
|
2285
|
+
"ModifyRoutePolicyAttribute": [
|
|
2286
|
+
{
|
|
2287
|
+
"document": "This example shows you how to modify the route reception policy attribute.",
|
|
2288
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoutePolicyAttribute\n<Common request parameters>\n\n{\n \"RoutePolicyId\": \"rrp-n0qp4w5a\",\n \"RoutePolicyName\": \"TEST\",\n \"RoutePolicyDescription\": \"TEST\"\n}",
|
|
2289
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"49a4e5e2-28d6-492c-ac6b-55192e7dd29b\"\n }\n}",
|
|
2290
|
+
"title": "Modifying the Route Reception Policy Attribute"
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2177
2293
|
"ModifyRouteTableAttribute": [
|
|
2178
2294
|
{
|
|
2179
2295
|
"document": "This example shows you how to modify attributes of a route table.",
|
|
@@ -2230,6 +2346,32 @@
|
|
|
2230
2346
|
"title": "Modifying the attributes of a subnet"
|
|
2231
2347
|
}
|
|
2232
2348
|
],
|
|
2349
|
+
"ModifyTemplateMember": [
|
|
2350
|
+
{
|
|
2351
|
+
"document": " ",
|
|
2352
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ipm-h0fk8lfc\n&OriginalTemplateMember.0.Member=10.0.0.1\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=172.20.0.1/24\n&TemplateMember.0.Member=10.0.0.2\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=192.168.0.1/24\n&<Common request parameters>",
|
|
2353
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
2354
|
+
"title": "Modifying a Parameter Template of the IP Address Type"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"document": " ",
|
|
2358
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ipmg-h0fk8lfc\n&OriginalTemplateMember.0.Member=ipm-hj3he929\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=ipm-nswq8wkq\n&TemplateMember.0.Member=ipm-pnpcflil\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ipm-4d8a10a1\n&<Common request parameters>",
|
|
2359
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
2360
|
+
"title": "Modifying a Parameter Template of the IP Address Group Type"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"document": " ",
|
|
2364
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ppm-4d8a10a1\n&OriginalTemplateMember.0.Member=TCP:80\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=TCP:443\n&TemplateMember.0.Member=TCP:8080\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=TCP:6278\n&<Common request parameters>",
|
|
2365
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
2366
|
+
"title": "Modifying a Parameter Template of the Protocol Port Type"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"document": " ",
|
|
2370
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ppmg-hj3he929\n&OriginalTemplateMember.0.Member=ppm-4d8a10a1\n&OriginalTemplateMember.0.Description=demo\n&OriginalTemplateMember.1.Member=ppm-pnpcflil\n&TemplateMember.0.Member=ppm-4d8a10a1\n&TemplateMember.0.Description=demo\n&TemplateMember.1.Member=ppm-4t7fr3fi\n&<Common request parameters>",
|
|
2371
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
|
2372
|
+
"title": "Modifying a Parameter Template of the Protocol Port Group Type"
|
|
2373
|
+
}
|
|
2374
|
+
],
|
|
2233
2375
|
"ModifyVpcAttribute": [
|
|
2234
2376
|
{
|
|
2235
2377
|
"document": " ",
|
|
@@ -2378,6 +2520,22 @@
|
|
|
2378
2520
|
"title": "Replacing the CCN routes of a direct connect gateway"
|
|
2379
2521
|
}
|
|
2380
2522
|
],
|
|
2523
|
+
"ReplaceRoutePolicyAssociations": [
|
|
2524
|
+
{
|
|
2525
|
+
"document": "This example shows you how to replace a route reception policy binding.",
|
|
2526
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
|
|
2527
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
2528
|
+
"title": "Replacing a Route Reception Policy Binding"
|
|
2529
|
+
}
|
|
2530
|
+
],
|
|
2531
|
+
"ReplaceRoutePolicyEntries": [
|
|
2532
|
+
{
|
|
2533
|
+
"document": "This example shows you how to replace a rule in the VPC routing strategy.",
|
|
2534
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.RoutePolicyEntryId=rrpi-la0vk0g3\n&RoutePolicyEntrySet.0.Priority=1222\n&<Common request parameters>",
|
|
2535
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
2536
|
+
"title": "Replacing Rules in the VPC Routing Strategy"
|
|
2537
|
+
}
|
|
2538
|
+
],
|
|
2381
2539
|
"ReplaceRouteTableAssociation": [
|
|
2382
2540
|
{
|
|
2383
2541
|
"document": " ",
|
|
@@ -2426,6 +2584,22 @@
|
|
|
2426
2584
|
"title": "Increasing the maximum concurrent connections of a NAT gateway"
|
|
2427
2585
|
}
|
|
2428
2586
|
],
|
|
2587
|
+
"ResetRoutePolicyAssociations": [
|
|
2588
|
+
{
|
|
2589
|
+
"document": "This example shows you how to reset a route policy binding.",
|
|
2590
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetRoutePolicyAssociations\n<Common request parameters>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-cinupu2w\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ],\n \"RouteTableId\": \"rtb-cinupu2w\"\n}",
|
|
2591
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
|
2592
|
+
"title": "Resetting Route Policy Binding"
|
|
2593
|
+
}
|
|
2594
|
+
],
|
|
2595
|
+
"ResetRoutePolicyEntries": [
|
|
2596
|
+
{
|
|
2597
|
+
"document": "This example shows you how to reset the route reception policy rule.",
|
|
2598
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ResetRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyDescription=TEST\n&RoutePolicyName=TEST\n&RoutePolicyEntrySet.0.CidrBlock=192.168.0.0/16\n&RoutePolicyEntrySet.0.GatewayType=CVM\n&RoutePolicyEntrySet.0.GatewayId=172.16.16.37\n&RoutePolicyEntrySet.0.Priority=100\n&RoutePolicyEntrySet.0.Action=ACCEPT\n&RoutePolicyEntrySet.0.RouteType=USER\n&<Common request parameters>\n",
|
|
2599
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
2600
|
+
"title": "Resetting the Route Reception Policy Rule"
|
|
2601
|
+
}
|
|
2602
|
+
],
|
|
2429
2603
|
"ResetRoutes": [
|
|
2430
2604
|
{
|
|
2431
2605
|
"document": "This example shows you how to reset a route table name and routes.",
|