tccli-intl-en 3.0.1241.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/services/__init__.py +29 -1
- 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 +290 -116
- tccli/services/autoscaling/v20180419/api.json +78 -28
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/bi_client.py +1244 -6
- tccli/services/bi/v20220105/api.json +5340 -107
- tccli/services/bi/v20220105/examples.json +196 -1
- tccli/services/billing/billing_client.py +210 -84
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +794 -160
- tccli/services/ccc/v20200210/api.json +1748 -217
- tccli/services/ccc/v20200210/examples.json +64 -0
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +334 -134
- tccli/services/cdb/v20170320/examples.json +3 -3
- 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/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 +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- 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 +170 -68
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +851 -382
- tccli/services/cvm/v20170312/examples.json +173 -127
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +1887 -577
- tccli/services/cynosdb/v20190107/api.json +11763 -7697
- tccli/services/cynosdb/v20190107/examples.json +132 -4
- 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 +302 -76
- tccli/services/dnspod/v20210323/api.json +153 -0
- tccli/services/dnspod/v20210323/examples.json +16 -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 +2815 -146
- tccli/services/emr/v20190103/api.json +14527 -4841
- tccli/services/emr/v20190103/examples.json +404 -36
- 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 +107 -14
- 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/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
- tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -3
- 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 +600 -240
- tccli/services/lke/lke_client.py +450 -180
- tccli/services/lke/v20231130/api.json +182 -39
- 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 +357 -90
- tccli/services/mdl/v20200326/api.json +791 -24
- tccli/services/mdl/v20200326/examples.json +40 -16
- tccli/services/mdp/mdp_client.py +734 -124
- tccli/services/mdp/v20200527/api.json +748 -23
- tccli/services/mdp/v20200527/examples.json +143 -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 +1404 -141
- tccli/services/mongodb/v20190725/api.json +2919 -677
- tccli/services/mongodb/v20190725/examples.json +190 -22
- 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 +1489 -429
- tccli/services/mps/v20190612/api.json +4750 -1077
- tccli/services/mps/v20190612/examples.json +182 -70
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +417 -82
- tccli/services/ocr/v20181119/api.json +1486 -103
- tccli/services/ocr/v20181119/examples.json +42 -4
- 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/privatedns/privatedns_client.py +155 -62
- 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 +545 -218
- tccli/services/redis/v20180412/api.json +225 -113
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/region_client.py +15 -6
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +145 -58
- 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 +9725 -3356
- tccli/services/sqlserver/v20180328/examples.json +470 -10
- tccli/services/ssl/ssl_client.py +190 -76
- 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/tbaas_client.py +20 -8
- 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 +1590 -540
- tccli/services/teo/v20220901/api.json +703 -71
- tccli/services/teo/v20220901/examples.json +88 -22
- 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 +690 -276
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- 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 +255 -102
- tccli/services/trtc/v20190722/api.json +135 -31
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/vod_client.py +895 -358
- tccli/services/vpc/v20170312/api.json +1032 -134
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- 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/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +239 -201
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
|
@@ -458,6 +458,30 @@
|
|
|
458
458
|
"title": "Applying for Automatic Assignment of a Specified Number of Reserved Private IP Addresses"
|
|
459
459
|
}
|
|
460
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
|
+
],
|
|
461
485
|
"CreateRouteTable": [
|
|
462
486
|
{
|
|
463
487
|
"document": "This example shows you how to create a route table.",
|
|
@@ -548,7 +572,7 @@
|
|
|
548
572
|
{
|
|
549
573
|
"document": "This example shows you how to create a VPC.",
|
|
550
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}",
|
|
551
|
-
"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}",
|
|
552
576
|
"title": "Creating a VPC"
|
|
553
577
|
}
|
|
554
578
|
],
|
|
@@ -758,6 +782,30 @@
|
|
|
758
782
|
"title": "Deleting a Reserved Private IP Address"
|
|
759
783
|
}
|
|
760
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
|
+
],
|
|
761
809
|
"DeleteRouteTable": [
|
|
762
810
|
{
|
|
763
811
|
"document": "This example shows you how to delete a route table.",
|
|
@@ -966,20 +1014,20 @@
|
|
|
966
1014
|
{
|
|
967
1015
|
"document": "This example shows you how to query EIP information.",
|
|
968
1016
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddresses\n<Common request parameters>\n\n{}",
|
|
969
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-qhx8udkc\",\n \"AddressName\": \"
|
|
970
|
-
"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"
|
|
971
1019
|
},
|
|
972
1020
|
{
|
|
973
|
-
"document": "This example shows you how to query public
|
|
1021
|
+
"document": "This example shows you how to query a public IP.",
|
|
974
1022
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&Filters.0.Name=address-type\n&Filters.0.Values.0=WanIP\n&<Common request parameters>",
|
|
975
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
|
976
|
-
"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"
|
|
977
1025
|
},
|
|
978
1026
|
{
|
|
979
|
-
"document": "This example shows you how to query
|
|
980
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-
|
|
981
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"
|
|
982
|
-
"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"
|
|
983
1031
|
}
|
|
984
1032
|
],
|
|
985
1033
|
"DescribeAssistantCidr": [
|
|
@@ -1009,17 +1057,17 @@
|
|
|
1009
1057
|
"DescribeBandwidthPackageResources": [
|
|
1010
1058
|
{
|
|
1011
1059
|
"document": " ",
|
|
1012
|
-
"input": "
|
|
1013
|
-
"output": "{\n \"Response\": {\n \"
|
|
1014
|
-
"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"
|
|
1015
1063
|
}
|
|
1016
1064
|
],
|
|
1017
1065
|
"DescribeBandwidthPackages": [
|
|
1018
1066
|
{
|
|
1019
1067
|
"document": " ",
|
|
1020
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}",
|
|
1021
|
-
"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}",
|
|
1022
|
-
"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"
|
|
1023
1071
|
}
|
|
1024
1072
|
],
|
|
1025
1073
|
"DescribeCcnAttachedInstances": [
|
|
@@ -1197,15 +1245,15 @@
|
|
|
1197
1245
|
"DescribeIp6Addresses": [
|
|
1198
1246
|
{
|
|
1199
1247
|
"document": "Query IPv6 information based on the filter",
|
|
1200
|
-
"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}",
|
|
1201
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}",
|
|
1202
|
-
"title": "Query IPv6 information based on the filter"
|
|
1250
|
+
"title": "Example1 Query IPv6 information based on the filter"
|
|
1203
1251
|
},
|
|
1204
1252
|
{
|
|
1205
1253
|
"document": "Query IPv6 information based on Ip6AddressIds",
|
|
1206
|
-
"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}",
|
|
1207
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}",
|
|
1208
|
-
"title": "Query IPv6 information based on Ip6AddressIds"
|
|
1256
|
+
"title": "Example2 Query IPv6 information based on Ip6AddressIds"
|
|
1209
1257
|
}
|
|
1210
1258
|
],
|
|
1211
1259
|
"DescribeIpGeolocationDatabaseUrl": [
|
|
@@ -1362,6 +1410,14 @@
|
|
|
1362
1410
|
"title": "Filtering and Querying Reserved Private IP Addresses by Tag"
|
|
1363
1411
|
}
|
|
1364
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
|
+
],
|
|
1365
1421
|
"DescribeRouteTables": [
|
|
1366
1422
|
{
|
|
1367
1423
|
"document": "This example shows you how to query the list of objects in route table",
|
|
@@ -1910,10 +1966,10 @@
|
|
|
1910
1966
|
],
|
|
1911
1967
|
"InquiryPriceRenewVpnGateway": [
|
|
1912
1968
|
{
|
|
1913
|
-
"document": " ",
|
|
1914
|
-
"input": "
|
|
1915
|
-
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\":
|
|
1916
|
-
"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"
|
|
1917
1973
|
}
|
|
1918
1974
|
],
|
|
1919
1975
|
"InquiryPriceResetVpnGatewayInternetMaxBandwidth": [
|
|
@@ -2226,6 +2282,14 @@
|
|
|
2226
2282
|
"title": "Modifying a Reserved Private IP Address"
|
|
2227
2283
|
}
|
|
2228
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
|
+
],
|
|
2229
2293
|
"ModifyRouteTableAttribute": [
|
|
2230
2294
|
{
|
|
2231
2295
|
"document": "This example shows you how to modify attributes of a route table.",
|
|
@@ -2456,6 +2520,22 @@
|
|
|
2456
2520
|
"title": "Replacing the CCN routes of a direct connect gateway"
|
|
2457
2521
|
}
|
|
2458
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
|
+
],
|
|
2459
2539
|
"ReplaceRouteTableAssociation": [
|
|
2460
2540
|
{
|
|
2461
2541
|
"document": " ",
|
|
@@ -2504,6 +2584,22 @@
|
|
|
2504
2584
|
"title": "Increasing the maximum concurrent connections of a NAT gateway"
|
|
2505
2585
|
}
|
|
2506
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
|
+
],
|
|
2507
2603
|
"ResetRoutes": [
|
|
2508
2604
|
{
|
|
2509
2605
|
"document": "This example shows you how to reset a route table name and routes.",
|