tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -648,6 +648,30 @@
|
|
|
648
648
|
"title": "指定个数,申请自动分配的保留 IP"
|
|
649
649
|
}
|
|
650
650
|
],
|
|
651
|
+
"CreateRoutePolicy": [
|
|
652
|
+
{
|
|
653
|
+
"document": "创建VPC路由接收策略。",
|
|
654
|
+
"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&<公共请求参数>",
|
|
655
|
+
"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}",
|
|
656
|
+
"title": "创建VPC路由接收策略。"
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"CreateRoutePolicyAssociations": [
|
|
660
|
+
{
|
|
661
|
+
"document": "创建路由接收策略绑定。",
|
|
662
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRoutePolicyAssociations\n<公共请求参数>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
|
|
663
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
|
664
|
+
"title": "创建路由接收策略绑定"
|
|
665
|
+
}
|
|
666
|
+
],
|
|
667
|
+
"CreateRoutePolicyEntries": [
|
|
668
|
+
{
|
|
669
|
+
"document": "创建路由接收策略条目。",
|
|
670
|
+
"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&<公共请求参数>\n",
|
|
671
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
672
|
+
"title": "创建路由接收策略条目。"
|
|
673
|
+
}
|
|
674
|
+
],
|
|
651
675
|
"CreateRouteTable": [
|
|
652
676
|
{
|
|
653
677
|
"document": "创建路由表",
|
|
@@ -754,7 +778,7 @@
|
|
|
754
778
|
{
|
|
755
779
|
"document": "创建VPC",
|
|
756
780
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpc\n<公共请求参数>\n\n{\n \"VpcName\": \"TestVPC\",\n \"CidrBlock\": \"10.8.0.0/16\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
|
757
|
-
"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 \"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}",
|
|
781
|
+
"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}",
|
|
758
782
|
"title": "创建VPC"
|
|
759
783
|
}
|
|
760
784
|
],
|
|
@@ -1092,6 +1116,30 @@
|
|
|
1092
1116
|
"title": "删除内网保留IP"
|
|
1093
1117
|
}
|
|
1094
1118
|
],
|
|
1119
|
+
"DeleteRoutePolicy": [
|
|
1120
|
+
{
|
|
1121
|
+
"document": "删除路由接收策略实例",
|
|
1122
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteRoutePolicy\n&RoutePolicyId=rrp-azd4dt1c\n&<公共请求参数>",
|
|
1123
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
1124
|
+
"title": "删除路由接收策略实例"
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
"DeleteRoutePolicyAssociations": [
|
|
1128
|
+
{
|
|
1129
|
+
"document": "删除路由接收策略绑定。",
|
|
1130
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRoutePolicyAssociations\n<公共请求参数>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
|
|
1131
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
1132
|
+
"title": "删除路由接收策略绑定"
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"DeleteRoutePolicyEntries": [
|
|
1136
|
+
{
|
|
1137
|
+
"document": "删除路由接收策略条目。",
|
|
1138
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.RoutePolicyEntryId=rrpi-la0vk0g3\n&<公共请求参数>\n",
|
|
1139
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
1140
|
+
"title": "删除路由接收策略条目"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1095
1143
|
"DeleteRouteTable": [
|
|
1096
1144
|
{
|
|
1097
1145
|
"document": "删除路由表",
|
|
@@ -1320,6 +1368,14 @@
|
|
|
1320
1368
|
"title": "查询弹性公网IP配额"
|
|
1321
1369
|
}
|
|
1322
1370
|
],
|
|
1371
|
+
"DescribeAddressTemplateGroupInstances": [
|
|
1372
|
+
{
|
|
1373
|
+
"document": "查询参数模板IP地址组关联的实例列表",
|
|
1374
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddressTemplateGroupInstances\n&AddressTemplateGroupId=ipmg-12345678\n&<公共请求参数>",
|
|
1375
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
1376
|
+
"title": "查询参数模板IP地址组关联的实例列表"
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1323
1379
|
"DescribeAddressTemplateGroups": [
|
|
1324
1380
|
{
|
|
1325
1381
|
"document": "查询IP地址模板集合",
|
|
@@ -1328,6 +1384,14 @@
|
|
|
1328
1384
|
"title": "查询IP地址模板集合"
|
|
1329
1385
|
}
|
|
1330
1386
|
],
|
|
1387
|
+
"DescribeAddressTemplateInstances": [
|
|
1388
|
+
{
|
|
1389
|
+
"document": "查询参数模板IP地址关联的实例列表",
|
|
1390
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddressTemplateInstances\n&AddressTemplateId=ipm-12345678\n&<公共请求参数>",
|
|
1391
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
1392
|
+
"title": "查询参数模板IP地址关联的实例列表"
|
|
1393
|
+
}
|
|
1394
|
+
],
|
|
1331
1395
|
"DescribeAddressTemplates": [
|
|
1332
1396
|
{
|
|
1333
1397
|
"document": "查询IP地址模板",
|
|
@@ -1980,6 +2044,14 @@
|
|
|
1980
2044
|
"title": "查询路由条目"
|
|
1981
2045
|
}
|
|
1982
2046
|
],
|
|
2047
|
+
"DescribeRoutePolicyEntries": [
|
|
2048
|
+
{
|
|
2049
|
+
"document": "查询路由策略规则列表。",
|
|
2050
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoutePolicyEntries\n<公共请求参数>\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}",
|
|
2051
|
+
"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}",
|
|
2052
|
+
"title": "查询路由策略规则列表"
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
1983
2055
|
"DescribeRouteTableAssociatedInstances": [
|
|
1984
2056
|
{
|
|
1985
2057
|
"document": "查询路由表绑定实例列表",
|
|
@@ -2026,6 +2098,14 @@
|
|
|
2026
2098
|
"title": "查询安全组关联的实例统计"
|
|
2027
2099
|
}
|
|
2028
2100
|
],
|
|
2101
|
+
"DescribeSecurityGroupExpandedPolicies": [
|
|
2102
|
+
{
|
|
2103
|
+
"document": "查看参数模板展开后的安全组规则。",
|
|
2104
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroupExpandedPolicies\n<公共请求参数>\n\n{\n \"SecurityGroupId\": \"sg-brf5xqjr\"\n}",
|
|
2105
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupPolicySet\": {\n \"Egress\": [],\n \"Ingress\": [],\n \"PolicyStatistics\": {\n \"EgressIPv4TotalCount\": 0,\n \"EgressIPv6TotalCount\": 0,\n \"IngressIPv4TotalCount\": 0,\n \"IngressIPv6TotalCount\": 0\n },\n \"Version\": \"0\"\n },\n \"RequestId\": \"492355a4-e313-4f33-8f9a-b5f6a1556e45\"\n }\n}",
|
|
2106
|
+
"title": "查看参数模板展开后的安全组规则"
|
|
2107
|
+
}
|
|
2108
|
+
],
|
|
2029
2109
|
"DescribeSecurityGroupLimits": [
|
|
2030
2110
|
{
|
|
2031
2111
|
"document": "查询用户安全组配额",
|
|
@@ -2064,6 +2144,14 @@
|
|
|
2064
2144
|
"title": "查看绑定标签的安全组"
|
|
2065
2145
|
}
|
|
2066
2146
|
],
|
|
2147
|
+
"DescribeServiceTemplateGroupInstances": [
|
|
2148
|
+
{
|
|
2149
|
+
"document": "查询参数模板协议端口组关联的实例列表",
|
|
2150
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplateGroupInstances\n&ServiceTemplateGroupId=ppmg-12345678\n&<公共请求参数>",
|
|
2151
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
2152
|
+
"title": "查询参数模板协议端口组关联的实例列表"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2067
2155
|
"DescribeServiceTemplateGroups": [
|
|
2068
2156
|
{
|
|
2069
2157
|
"document": "查看协议端口模板集合",
|
|
@@ -2072,6 +2160,14 @@
|
|
|
2072
2160
|
"title": "查看协议端口模板集合"
|
|
2073
2161
|
}
|
|
2074
2162
|
],
|
|
2163
|
+
"DescribeServiceTemplateInstances": [
|
|
2164
|
+
{
|
|
2165
|
+
"document": "查询参数模板协议端口关联的实例列表",
|
|
2166
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplateInstances\n&ServiceTemplateId=ppm-12345678\n&<公共请求参数>",
|
|
2167
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5efe6fa7-6de2-4ce9-911a-f7438bf697d4\"\n }\n}",
|
|
2168
|
+
"title": "查询参数模板协议端口关联的实例列表"
|
|
2169
|
+
}
|
|
2170
|
+
],
|
|
2075
2171
|
"DescribeServiceTemplates": [
|
|
2076
2172
|
{
|
|
2077
2173
|
"document": "查看协议端口模板",
|
|
@@ -2294,13 +2390,13 @@
|
|
|
2294
2390
|
{
|
|
2295
2391
|
"document": "查询VPC列表",
|
|
2296
2392
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcs\n<公共请求参数>\n\n{\n \"Limit\": \"2\",\n \"Filters\": [\n {\n \"Values\": [\n \"192.168.0.0\",\n \"10.0.0.0\"\n ],\n \"Name\": \"cidr-block\"\n },\n {\n \"Values\": [\n \"false\"\n ],\n \"Name\": \"is-default\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
|
2297
|
-
"output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"Ipv6CidrBlockSet\": [\n {\n \"IPv6CidrBlock\": \"2402:4e00:1717:8200::/56\",\n \"ISPType\": \"BGP\"\n }\n ],\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"DHCP1\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"EnableDhcp\": true,\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"DomainName\": \"aa.bb.cc\",\n \"TagSet\": [],\n \"AssistantCidrSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
|
|
2393
|
+
"output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"Ipv6CidrBlockSet\": [\n {\n \"IPv6CidrBlock\": \"2402:4e00:1717:8200::/56\",\n \"ISPType\": \"BGP\"\n }\n ],\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"DHCP1\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"EnableDhcp\": true,\n \"EnableRouteVpcPublish\": false,\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"DomainName\": \"aa.bb.cc\",\n \"TagSet\": [],\n \"AssistantCidrSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
|
|
2298
2394
|
"title": "查询VPC列表"
|
|
2299
2395
|
},
|
|
2300
2396
|
{
|
|
2301
2397
|
"document": "查询绑定了标签键值对(city:shanghai)的vpc。",
|
|
2302
2398
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcs\n<公共请求参数>\n\n{\n \"Limit\": \"2\",\n \"Filters\": [\n {\n \"Values\": [\n \"shanghai\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
|
2303
|
-
"output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"Ipv6CidrBlockSet\": [\n {\n \"IPv6CidrBlock\": \"2402:4e00:1717:8200::/56\",\n \"ISPType\": \"BGP\"\n }\n ],\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"测试dhcp\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableDhcp\": true,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"AssistantCidrSet\": [\n {\n \"CidrBlock\": \"192.168.1.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [],\n \"VpcId\": \"vpc-p5sf61yj\"\n }\n ],\n \"DomainName\": \"aa.bb.cc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
|
|
2399
|
+
"output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"Ipv6CidrBlockSet\": [\n {\n \"IPv6CidrBlock\": \"2402:4e00:1717:8200::/56\",\n \"ISPType\": \"BGP\"\n }\n ],\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"测试dhcp\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableDhcp\": true,\n \"EnableRouteVpcPublish\": false,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"AssistantCidrSet\": [\n {\n \"CidrBlock\": \"192.168.1.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [],\n \"VpcId\": \"vpc-p5sf61yj\"\n }\n ],\n \"DomainName\": \"aa.bb.cc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
|
|
2304
2400
|
"title": "查询绑定了标签的VPC列表"
|
|
2305
2401
|
}
|
|
2306
2402
|
],
|
|
@@ -3172,6 +3268,14 @@
|
|
|
3172
3268
|
"title": "修改内网保留IP"
|
|
3173
3269
|
}
|
|
3174
3270
|
],
|
|
3271
|
+
"ModifyRoutePolicyAttribute": [
|
|
3272
|
+
{
|
|
3273
|
+
"document": "修改路由接收策略属性。",
|
|
3274
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoutePolicyAttribute\n<公共请求参数>\n\n{\n \"RoutePolicyId\": \"rrp-n0qp4w5a\",\n \"RoutePolicyName\": \"TEST\",\n \"RoutePolicyDescription\": \"TEST\"\n}",
|
|
3275
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"49a4e5e2-28d6-492c-ac6b-55192e7dd29b\"\n }\n}",
|
|
3276
|
+
"title": "修改路由接收策略属性。"
|
|
3277
|
+
}
|
|
3278
|
+
],
|
|
3175
3279
|
"ModifyRouteTableAttribute": [
|
|
3176
3280
|
{
|
|
3177
3281
|
"document": "修改路由表属性",
|
|
@@ -3498,6 +3602,22 @@
|
|
|
3498
3602
|
"title": "替换高优路由表条目信息"
|
|
3499
3603
|
}
|
|
3500
3604
|
],
|
|
3605
|
+
"ReplaceRoutePolicyAssociations": [
|
|
3606
|
+
{
|
|
3607
|
+
"document": "替换路由接收策略绑定。",
|
|
3608
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceRoutePolicyAssociations\n<公共请求参数>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-qk8eyn9g\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ]\n}",
|
|
3609
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
3610
|
+
"title": "替换路由接收策略绑定"
|
|
3611
|
+
}
|
|
3612
|
+
],
|
|
3613
|
+
"ReplaceRoutePolicyEntries": [
|
|
3614
|
+
{
|
|
3615
|
+
"document": "替换VPC路由策略中的规则。",
|
|
3616
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceRoutePolicyEntries\n&RoutePolicyId=rrp-azd4dt1c\n&RoutePolicyEntrySet.0.RoutePolicyEntryId=rrpi-la0vk0g3\n&RoutePolicyEntrySet.0.Priority=1222\n&<公共请求参数>",
|
|
3617
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
3618
|
+
"title": "替换VPC路由策略中的规则"
|
|
3619
|
+
}
|
|
3620
|
+
],
|
|
3501
3621
|
"ReplaceRouteTableAssociation": [
|
|
3502
3622
|
{
|
|
3503
3623
|
"document": "替换路由表绑定关系",
|
|
@@ -3554,6 +3674,22 @@
|
|
|
3554
3674
|
"title": "升级NAT网关并发连接上限"
|
|
3555
3675
|
}
|
|
3556
3676
|
],
|
|
3677
|
+
"ResetRoutePolicyAssociations": [
|
|
3678
|
+
{
|
|
3679
|
+
"document": "重置路由策略绑定。",
|
|
3680
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetRoutePolicyAssociations\n<公共请求参数>\n\n{\n \"RoutePolicyAssociationSet\": [\n {\n \"RouteTableId\": \"rtb-cinupu2w\",\n \"RoutePolicyId\": \"rrp-q7ywkx3w\",\n \"Priority\": 100\n }\n ],\n \"RouteTableId\": \"rtb-cinupu2w\"\n}",
|
|
3681
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
|
3682
|
+
"title": "重置路由策略绑定"
|
|
3683
|
+
}
|
|
3684
|
+
],
|
|
3685
|
+
"ResetRoutePolicyEntries": [
|
|
3686
|
+
{
|
|
3687
|
+
"document": "重置路由接收策略规则。",
|
|
3688
|
+
"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&<公共请求参数>\n",
|
|
3689
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
|
3690
|
+
"title": "重置路由接收策略规则"
|
|
3691
|
+
}
|
|
3692
|
+
],
|
|
3557
3693
|
"ResetRoutes": [
|
|
3558
3694
|
{
|
|
3559
3695
|
"document": "重置路由表名称和路由策略",
|