tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -318,7 +318,7 @@
|
|
318
318
|
{
|
319
319
|
"document": "创建弹性网卡并绑定云服务器",
|
320
320
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAndAttachNetworkInterface\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-0akbol5v\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"InstanceId\": \"ins-12345678\",\n \"PrivateIpAddresses\": [\n {\n \"Primary\": \"true\",\n \"PrivateIpAddress\": \"172.16.64.13\"\n }\n ],\n \"SecurityGroupIds\": [\n \"sg-05bb4upy\"\n ],\n \"NetworkInterfaceDescription\": \"TestDesc\",\n \"SecondaryPrivateIpAddressCount\": \"1\",\n \"SubnetId\": \"subnet-76r802pg\",\n \"NetworkInterfaceName\": \"TestNIC\"\n}",
|
321
|
-
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"NetworkInterfaceId\": \"eni-irk5qhhl\",\n \"VpcId\": \"vpc-0akbol5v\",\n \"SubnetId\": \"subnet-76r802pg\",\n \"NetworkInterfaceName\": \"TestNIC\",\n \"NetworkInterfaceDescription\": \"TestDesc\",\n \"MacAddress\": \"20:90:6F:62:33:E2\",\n \"Business\": \"TKE\",\n \"CdcId\": \"\",\n \"EniType\": 1,\n \"AttachType\": 1,\n \"QosLevel\": \"DEFAULT\",\n \"ResourceId\": \"\",\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"172.16.64.13\",\n \"Primary\": true,\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\",\n \"QosLevel\": \"DEFAULT\"\n }\n ],\n \"Attachment\": {\n \"InstanceId\": \"ins-12345678\"\n },\n \"GroupSet\": [],\n \"Primary\": false,\n \"State\": \"PENDING\",\n \"Zone\": \"\",\n \"CreatedTime\": \"\",\n \"Ipv6AddressSet\": [],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n },\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
321
|
+
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"NetworkInterfaceId\": \"eni-irk5qhhl\",\n \"VpcId\": \"vpc-0akbol5v\",\n \"SubnetId\": \"subnet-76r802pg\",\n \"NetworkInterfaceName\": \"TestNIC\",\n \"NetworkInterfaceDescription\": \"TestDesc\",\n \"MacAddress\": \"20:90:6F:62:33:E2\",\n \"Business\": \"TKE\",\n \"CdcId\": \"\",\n \"EniType\": 1,\n \"AttachType\": 1,\n \"QosLevel\": \"DEFAULT\",\n \"ResourceId\": \"\",\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"172.16.64.13\",\n \"Primary\": true,\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\",\n \"QosLevel\": \"DEFAULT\"\n }\n ],\n \"Attachment\": {\n \"InstanceId\": \"ins-12345678\",\n \"DeviceIndex\": 1,\n \"InstanceAccountId\": \"251007979\",\n \"AttachTime\": \"2021-06-17 11:24:24\"\n },\n \"GroupSet\": [],\n \"Primary\": false,\n \"State\": \"PENDING\",\n \"Zone\": \"\",\n \"CreatedTime\": \"\",\n \"Ipv6AddressSet\": [],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n },\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
322
322
|
"title": "创建弹性网卡并绑定云服务器"
|
323
323
|
}
|
324
324
|
],
|
@@ -349,8 +349,8 @@
|
|
349
349
|
"CreateCcnRouteTables": [
|
350
350
|
{
|
351
351
|
"document": "创建云联网路由表",
|
352
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=CreateCcnRouteTables\n&RouteTable.0.CcnId=ccn-8j0phqix\n&RouteTable.0.Name=rubytest\n&RouteTable.0.Description=
|
353
|
-
"output": "{\n \"Response\": {\n \"CcnRouteTableSet\": [\n {\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnRouteTableId\": \"ccnrtb-mnvhfmv9\",\n \"RouteTableName\": \"rubytest\",\n \"RouteTableDescription\": \"
|
352
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=CreateCcnRouteTables\n&RouteTable.0.CcnId=ccn-8j0phqix\n&RouteTable.0.Name=rubytest\n&RouteTable.0.Description=rtb-1\n&<公共请求参数>",
|
353
|
+
"output": "{\n \"Response\": {\n \"CcnRouteTableSet\": [\n {\n \"CcnId\": \"ccn-8j0phqix\",\n \"CcnRouteTableId\": \"ccnrtb-mnvhfmv9\",\n \"RouteTableName\": \"rubytest\",\n \"RouteTableDescription\": \"rtb-1\",\n \"IsDefaultTable\": true,\n \"CreateTime\": \"2021-05-11 15:47:53\"\n }\n ],\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
354
354
|
"title": "创建云联网路由表"
|
355
355
|
}
|
356
356
|
],
|
@@ -380,9 +380,9 @@
|
|
380
380
|
],
|
381
381
|
"CreateDefaultSecurityGroup": [
|
382
382
|
{
|
383
|
-
"document": "",
|
383
|
+
"document": "创建默认安全组",
|
384
384
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultSecurityGroup\n&<公共请求参数>",
|
385
|
-
"output": "{\n \"Response\": {\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-r0g2kty7\",\n \"SecurityGroupName\": \"default\",\n \"SecurityGroupDesc\": \"System created security group\",\n \"ProjectId\": 0,\n \"CreatedTime\": \"2020-01-10 11:37:52\"\n },\n \"RequestId\": \"727a8ab6-e15e-45db-8b8a-a95cb636a812\"\n }\n}",
|
385
|
+
"output": "{\n \"Response\": {\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-r0g2kty7\",\n \"SecurityGroupName\": \"default\",\n \"SecurityGroupDesc\": \"System created security group\",\n \"ProjectId\": \"0\",\n \"IsDefault\": true,\n \"TagSet\": [],\n \"CreatedTime\": \"2020-01-10 11:37:52\",\n \"UpdateTime\": \"2020-01-10 11:37:52\"\n },\n \"RequestId\": \"727a8ab6-e15e-45db-8b8a-a95cb636a812\"\n }\n}",
|
386
386
|
"title": "创建默认安全组"
|
387
387
|
}
|
388
388
|
],
|
@@ -550,7 +550,7 @@
|
|
550
550
|
{
|
551
551
|
"document": "创建弹性网卡",
|
552
552
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetworkInterface\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-0akbol5v\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"PrivateIpAddresses\": [\n {\n \"Primary\": \"true\",\n \"PrivateIpAddress\": \"172.16.64.13\"\n }\n ],\n \"SecurityGroupIds\": [\n \"sg-05bb4upy\"\n ],\n \"NetworkInterfaceDescription\": \"TestDesc\",\n \"SecondaryPrivateIpAddressCount\": \"1\",\n \"SubnetId\": \"subnet-76r802pg\",\n \"NetworkInterfaceName\": \"TestNIC\"\n}",
|
553
|
-
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"
|
553
|
+
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"AttachType\": 0,\n \"Attachment\": null,\n \"Business\": \"cvm\",\n \"CdcId\": \"\",\n \"CreatedTime\": \"\",\n \"EniType\": 0,\n \"GroupSet\": [],\n \"Ipv6AddressSet\": [],\n \"MacAddress\": \"20:90:6F:2A:11:3D\",\n \"NetworkInterfaceDescription\": \"\",\n \"NetworkInterfaceId\": \"eni-ndaunxuo\",\n \"NetworkInterfaceName\": \"TEST_ENI\",\n \"Primary\": false,\n \"PrivateIpAddressSet\": [\n {\n \"AddressId\": \"\",\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"Primary\": true,\n \"PrivateIpAddress\": \"10.0.0.3\",\n \"PublicIpAddress\": \"\",\n \"QosLevel\": \"PT\",\n \"State\": \"PENDING\"\n }\n ],\n \"QosLevel\": \"PT\",\n \"ResourceId\": null,\n \"State\": \"PENDING\",\n \"SubnetId\": \"subnet-r8x0gown\",\n \"TagSet\": [],\n \"VpcId\": \"vpc-67kr6ava\",\n \"Zone\": \"\"\n },\n \"RequestId\": \"a5c5cd4d-9024-4465-a8c0-5b0979ec806e\"\n }\n}",
|
554
554
|
"title": "创建弹性网卡"
|
555
555
|
}
|
556
556
|
],
|
@@ -590,7 +590,7 @@
|
|
590
590
|
{
|
591
591
|
"document": "创建路由表",
|
592
592
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateRouteTable\n&RouteTableName=TestRouteTable\n&VpcId=vpc-2at5y1pn\n&Tags.0.Key=city\n&Tags.0.Value=shanghai\n&<公共请求参数>",
|
593
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"RouteTable\": {\n \"RouteTableId\": \"rtb-azd4dt1c\",\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableName\": \"TestRouteTable\",\n \"AssociationSet\": [],\n \"RouteSet\": [],\n \"Main\": false,\n \"LocalCidrForCcn\": [\n {\n \"Cidr\": \"10.1.0.0/24\",\n \"PublishedToVbc\": true\n }\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n }\n}",
|
593
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"RouteTable\": {\n \"RouteTableId\": \"rtb-azd4dt1c\",\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableName\": \"TestRouteTable\",\n \"AssociationSet\": [],\n \"RouteSet\": [],\n \"Main\": false,\n \"CreatedTime\": \"2020-10-16 10:00:00\",\n \"LocalCidrForCcn\": [\n {\n \"Cidr\": \"10.1.0.0/24\",\n \"PublishedToVbc\": true\n }\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n }\n}",
|
594
594
|
"title": "创建路由表"
|
595
595
|
}
|
596
596
|
],
|
@@ -761,7 +761,7 @@
|
|
761
761
|
"CreateVpnGatewaySslServer": [
|
762
762
|
{
|
763
763
|
"document": "创建SSL-VPN-SERVER",
|
764
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnGatewaySslServer\n<公共请求参数>\n\n{\n \"RemoteAddress\": \"172.0.0.0/16\",\n \"LocalAddress\": [\n \"10.0.0.0/16\"\n ],\n \"VpnGatewayId\": \"vpngw-awd2451x\",\n \"SslVpnServerName\": \"
|
764
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnGatewaySslServer\n<公共请求参数>\n\n{\n \"RemoteAddress\": \"172.0.0.0/16\",\n \"LocalAddress\": [\n \"10.0.0.0/16\"\n ],\n \"VpnGatewayId\": \"vpngw-awd2451x\",\n \"SslVpnServerName\": \"ssl_vpn_server\"\n}",
|
765
765
|
"output": "{\n \"Response\": {\n \"SslVpnServerId\": \"vpns-cik6bjct\",\n \"TaskId\": 12233,\n \"RequestId\": \"b0ef44b0-410a-400f-8aa2-a8abedb26b3a\"\n }\n}",
|
766
766
|
"title": "创建SSL-VPN-SERVER"
|
767
767
|
}
|
@@ -1244,7 +1244,7 @@
|
|
1244
1244
|
{
|
1245
1245
|
"document": "查询普通公网IP。",
|
1246
1246
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&Filters.0.Name=address-type\n&Filters.0.Values.0=WanIP\n&<公共请求参数>",
|
1247
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
1247
|
+
"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}",
|
1248
1248
|
"title": "查询普通公网IP"
|
1249
1249
|
},
|
1250
1250
|
{
|
@@ -1322,7 +1322,7 @@
|
|
1322
1322
|
{
|
1323
1323
|
"document": "查询路由表接收策略",
|
1324
1324
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCcnRouteTableInputPolicys\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-rxz9krjj\",\n \"RouteTableId\": \"ccnrtb-63ujxv2h\",\n \"PolicyVersion\": 1\n}",
|
1325
|
-
"output": "{\n \"Response\": {\n \"PolicySet\": [\n {\n \"Policys\": [],\n \"PolicyVersion\": 29,\n \"CreateTime\": \"2023-05-16 16:13:39\"\n },\n {\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"DIRECTCONNECT\",\n \"VPNGW\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"\"\n }\n ],\n \"PolicyVersion\": 28,\n \"CreateTime\": \"2023-05-16 16:13:32\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
1325
|
+
"output": "{\n \"Response\": {\n \"PolicySet\": [\n {\n \"Policys\": [],\n \"PolicyVersion\": 29,\n \"CreateTime\": \"2023-05-16 16:13:39\"\n },\n {\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"DIRECTCONNECT\",\n \"VPNGW\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"input-policys\"\n }\n ],\n \"PolicyVersion\": 28,\n \"CreateTime\": \"2023-05-16 16:13:32\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
1326
1326
|
"title": "DescribeCcnRouteTableInputPolicys"
|
1327
1327
|
}
|
1328
1328
|
],
|
@@ -1418,7 +1418,7 @@
|
|
1418
1418
|
{
|
1419
1419
|
"document": "",
|
1420
1420
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeCrossBorderCompliance\n&ServiceProvider=UNICOM\n&Company=腾讯科技(广州)有限公司\n&UniformSocialCreditCode=91440101327598294H\n&LegalPerson=张颖\n&IssuingAuthority=广州市海珠区市场监督管理局\n&BusinessAddress=广州市海珠区新港中路397号自编72号(商业街F5-1)\n&PostCode=510320\n&Manager=李四\n&ManagerId=360732199007108888\n&ManagerAddress=广州市海珠区新港中路8888号\n&ManagerTelephone=020-81167888\n&Email=test@tencent.com\n&ServiceStartDate=2020-07-29\n&ServiceEndDate=2021-07-29\n&<公共请求参数>",
|
1421
|
-
"output": "{\n \"Response\": {\n \"CrossBorderComplianceSet\": [\n {\n \"ComplianceId\": 10013,\n \"ServiceProvider\": \"UNICOM\",\n \"Company\": \"腾讯科技(广州)有限公司\",\n \"UniformSocialCreditCode\": \"91440101327598294H\",\n \"LegalPerson\": \"张颖\",\n \"IssuingAuthority\": \"广州市海珠区市场监督管理局\",\n \"BusinessLicense\": \"
|
1421
|
+
"output": "{\n \"Response\": {\n \"CrossBorderComplianceSet\": [\n {\n \"ComplianceId\": 10013,\n \"ServiceProvider\": \"UNICOM\",\n \"Company\": \"腾讯科技(广州)有限公司\",\n \"UniformSocialCreditCode\": \"91440101327598294H\",\n \"LegalPerson\": \"张颖\",\n \"IssuingAuthority\": \"广州市海珠区市场监督管理局\",\n \"BusinessLicense\": \"************************************************************\",\n \"BusinessAddress\": \"广州市海珠区新港中路397号自编72号(商业街F5-1)\",\n \"PostCode\": 510320,\n \"Manager\": \"李四\",\n \"ManagerId\": \"360732199007108888\",\n \"ManagerIdCard\": \"************************************************************\",\n \"ManagerAddress\": \"广州市海珠区新港中路8888号\",\n \"ManagerTelephone\": \"020-81167888\",\n \"Email\": \"test@tencent.com\",\n \"ServiceHandlingForm\": \"************************************************************\",\n \"AuthorizationLetter\": \"************************************************************\",\n \"SafetyCommitment\": \"************************************************************\",\n \"ServiceStartDate\": \"2020-07-29\",\n \"ServiceEndDate\": \"2021-07-29\",\n \"State\": \"PENDING\",\n \"CreatedTime\": \"2020-08-03 16:59:45\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"c3e0aa8b-5dce-467d-a63f-242126b3eabf\"\n }\n}",
|
1422
1422
|
"title": "查询合规化审批单"
|
1423
1423
|
}
|
1424
1424
|
],
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
{
|
1471
1471
|
"document": "",
|
1472
1472
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&<公共请求参数>",
|
1473
|
-
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"ccnr-bvipc87w\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"UpdateTime\": \"
|
1473
|
+
"output": "{\n \"Response\": {\n \"RouteSet\": [\n {\n \"RouteId\": \"ccnr-bvipc87w\",\n \"DestinationCidrBlock\": \"10.33.0.0/24\",\n \"UpdateTime\": \"2024-01-01 10:18:12\",\n \"Description\": \"描述内容\",\n \"ASPath\": [\n \"1000\",\n \"2000\",\n \"3000\"\n ]\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
1474
1474
|
"title": "查询专线网关云联网路由"
|
1475
1475
|
}
|
1476
1476
|
],
|
@@ -1492,7 +1492,7 @@
|
|
1492
1492
|
{
|
1493
1493
|
"document": "查询流日志实例信息",
|
1494
1494
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeFlowLog\n&VpcId=vpc-pq9vxykj\n&FlowLogId=fl-f42uhpkj\n&<公共请求参数>",
|
1495
|
-
"output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"CloudLogState\": \"SUCCESS\",\n \"CreatedTime\": \"2019-05-08 10:48:26\",\n \"FlowLogDescription\": \"\",\n \"FlowLogId\": \"fl-f42uhpkj\",\n \"FlowLogName\": \"
|
1495
|
+
"output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"CloudLogState\": \"SUCCESS\",\n \"CreatedTime\": \"2019-05-08 10:48:26\",\n \"FlowLogDescription\": \"\",\n \"FlowLogId\": \"fl-f42uhpkj\",\n \"FlowLogName\": \"demo\",\n \"ResourceId\": \"eni-78ysaex1\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"TrafficType\": \"ACCEPT\",\n \"VpcId\": \"vpc-pq9vxykj\",\n \"StorageType\": \"cls\",\n \"FlowLogStorage\": {\n \"StorageTopic\": \"topic-siqmaox1\",\n \"StorageId\": \"ckafka-akwiqms1\"\n },\n \"TagSet\": [],\n \"Enable\": true,\n \"CloudLogRegion\": \"\"\n }\n ],\n \"RequestId\": \"404428db-f850-40c2-803d-0aae49aba43a\"\n }\n}",
|
1496
1496
|
"title": "查询流日志实例信息"
|
1497
1497
|
}
|
1498
1498
|
],
|
@@ -1536,13 +1536,13 @@
|
|
1536
1536
|
{
|
1537
1537
|
"document": "按ID过滤查询HAVIP列表",
|
1538
1538
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeHaVips\n&HaVipIds.0=havip-bk4275i0\n&HaVipIds.1=havip-2kce8v4q\n&<公共请求参数>",
|
1539
|
-
"output": "{\n \"Response\": {\n \"HaVipSet\": [\n {\n \"HaVipId\": \"havip-2kce8v4q\",\n \"HaVipName\": \"
|
1539
|
+
"output": "{\n \"Response\": {\n \"HaVipSet\": [\n {\n \"HaVipId\": \"havip-2kce8v4q\",\n \"HaVipName\": \"demo\",\n \"Vip\": \"10.3.3.15\",\n \"VpcId\": \"vpc-o31qeah3\",\n \"SubnetId\": \"subnet-8qywqc4y\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"Business\": \"\",\n \"State\": \"UNBOUND\",\n \"CreatedTime\": \"2018-04-03 20:00:05\"\n },\n {\n \"HaVipId\": \"havip-bk4275i0\",\n \"HaVipName\": \"demo\",\n \"Vip\": \"10.2.0.14\",\n \"VpcId\": \"vpc-2mcdauzl\",\n \"SubnetId\": \"subnet-mnmm19fg\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"Business\": \"\",\n \"State\": \"UNBOUND\",\n \"CreatedTime\": \"2018-04-03 20:05:33\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"1c827bf1-837f-4302-b51a-4d538b7ad249\"\n }\n}",
|
1540
1540
|
"title": "按ID过滤查询HAVIP列表"
|
1541
1541
|
},
|
1542
1542
|
{
|
1543
1543
|
"document": "多条件过滤查询HAVIP列表",
|
1544
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeHaVips\n&Filters.0.Name=havip-name\n&Filters.0.Values.0=
|
1545
|
-
"output": "{\n \"Response\": {\n \"HaVipSet\": [\n {\n \"HaVipId\": \"havip-iyy1ykky\",\n \"HaVipName\": \"
|
1544
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeHaVips\n&Filters.0.Name=havip-name\n&Filters.0.Values.0=demo\n&Filters.1.Name=vpc-id\n&Filters.1.Values.0=vpc-6v2ht8q5\n&<公共请求参数>",
|
1545
|
+
"output": "{\n \"Response\": {\n \"HaVipSet\": [\n {\n \"HaVipId\": \"havip-iyy1ykky\",\n \"HaVipName\": \"demo\",\n \"Vip\": \"10.4.6.17\",\n \"VpcId\": \"vpc-6v2ht8q5\",\n \"SubnetId\": \"subnet-qq51iwr4\",\n \"NetworkInterfaceId\": \"\",\n \"InstanceId\": \"\",\n \"AddressIp\": \"\",\n \"Business\": \"\",\n \"State\": \"UNBOUND\",\n \"CreatedTime\": \"2018-10-09 18:08:16\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"659cd6a3-a75a-473c-8280-af27c33da8bd\"\n }\n}",
|
1546
1546
|
"title": "多条件过滤查询HAVIP列表"
|
1547
1547
|
}
|
1548
1548
|
],
|
@@ -1550,7 +1550,7 @@
|
|
1550
1550
|
{
|
1551
1551
|
"document": "查询高优路由表",
|
1552
1552
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHighPriorityRouteTables\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableIds\": [\n \"hprtb-hd4tl8cg\"\n ],\n \"NeedRouterInfo\": true\n}",
|
1553
|
-
"output": "{\n \"Response\": {\n \"HighPriorityRouteTableSet\": [\n {\n \"CreatedTime\": \"2024-07-10 21:16:50\",\n \"HighPriorityRouteSet\": [\n {\n \"CdcId\": \"\",\n \"CreatedTime\": \"2024-07-11 17:07:03\",\n \"Description\": \"
|
1553
|
+
"output": "{\n \"Response\": {\n \"HighPriorityRouteTableSet\": [\n {\n \"CreatedTime\": \"2024-07-10 21:16:50\",\n \"HighPriorityRouteSet\": [\n {\n \"CdcId\": \"\",\n \"CreatedTime\": \"2024-07-11 17:07:03\",\n \"Description\": \"demo\",\n \"DestinationCidrBlock\": \"172.20.0.0/18\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-hd4tl8cr\",\n \"IsCdc\": false,\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\"\n },\n {\n \"CdcId\": \"\",\n \"CreatedTime\": \"2024-07-11 17:14:14\",\n \"Description\": \"demo\",\n \"DestinationCidrBlock\": \"192.168.0.0/20\",\n \"GatewayId\": \"172.16.0.11\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"HighPriorityRouteId\": \"hprti-f9qln349\",\n \"IsCdc\": false,\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\"\n }\n ],\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"Name\": \"demo\",\n \"SubnetSet\": [\n \"subnet-a9pjzfq0\"\n ],\n \"VpcId\": \"vpc-mcqaoy0f\"\n }\n ],\n \"RequestId\": \"98c77fa8-578c-4190-a613-43a4cd4ea7a0\",\n \"TotalCount\": 1\n }\n}",
|
1554
1554
|
"title": "查询高优路由表"
|
1555
1555
|
}
|
1556
1556
|
],
|
@@ -1566,13 +1566,13 @@
|
|
1566
1566
|
{
|
1567
1567
|
"document": "根据Filter查询IPV6信息。",
|
1568
1568
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeIp6Addresses\r\n&Filters.0.Name=address-ip\r\n&Filters.0.Values.0=2402:4e00:1000:2d00:0:8f3f:6:9895\r\n&<公共请求参数>",
|
1569
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
1569
|
+
"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}",
|
1570
1570
|
"title": "根据Filter查询IPV6信息"
|
1571
1571
|
},
|
1572
1572
|
{
|
1573
1573
|
"document": "根据Ip6AddressIds查询IPV6信息。",
|
1574
1574
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeIp6Addresses\r\n&Ip6AddressIds.0=eip-lrhy2lpe\r\n&<公共请求参数>",
|
1575
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
1575
|
+
"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}",
|
1576
1576
|
"title": "根据Ip6AddressIds查询IPV6信息"
|
1577
1577
|
}
|
1578
1578
|
],
|
@@ -1587,14 +1587,14 @@
|
|
1587
1587
|
"DescribeIp6Translators": [
|
1588
1588
|
{
|
1589
1589
|
"document": "指定IPV6转换实例查询",
|
1590
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Translators\n<公共请求参数>\n\n{\n \"Ip6TranslatorIds\": [\n \"
|
1591
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
1590
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Translators\n<公共请求参数>\n\n{\n \"Ip6TranslatorIds\": [\n \"ip6-mhnrv51i\"\n ]\n}",
|
1591
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Ip6TranslatorSet\": [\n {\n \"Ip6TranslatorId\": \"ip6-mhnrv51i\",\n \"Ip6TranslatorName\": \"ukiotest1\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"IspName\": \"BGP\",\n \"TranslatorStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-13T11:12:06Z\",\n \"Ip6RuleCount\": 1,\n \"IP6RuleSet\": [\n {\n \"Ip6RuleId\": \"rule6-ganlwp48\",\n \"Ip6RuleName\": \"未命名\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"Vport6\": 80,\n \"Protocol\": \"TCP\",\n \"Vip\": \"10.0.0.0\",\n \"Vport\": 80,\n \"RuleStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-26T02:27:16Z\"\n }\n ]\n }\n ],\n \"RequestId\": \"c5ad87da-28fb-4f5d-8fce-bf19a06cfe6d\"\n }\n}",
|
1592
1592
|
"title": "指定IPV6转换实例查询"
|
1593
1593
|
},
|
1594
1594
|
{
|
1595
1595
|
"document": "指定Filters查询IPV6转换实例",
|
1596
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Translators\n<公共请求参数>\n\n{\n \"
|
1597
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
1596
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Translators\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"ip6-translator-vip6\",\n \"Values\": [\n \"2402:4e00:40:40::2:2a6\"\n ]\n }\n ]\n}",
|
1597
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Ip6TranslatorSet\": [\n {\n \"Ip6TranslatorId\": \"ip6-mhnrv51i\",\n \"Ip6TranslatorName\": \"ukiotest1\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"IspName\": \"BGP\",\n \"TranslatorStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-13T11:12:06Z\",\n \"Ip6RuleCount\": 1,\n \"IP6RuleSet\": [\n {\n \"Ip6RuleId\": \"rule6-ganlwp48\",\n \"Ip6RuleName\": \"未命名\",\n \"Vip6\": \"2402:4e00:40:40::2:2a6\",\n \"Vport6\": 80,\n \"Protocol\": \"TCP\",\n \"Vip\": \"10.0.0.0\",\n \"Vport\": 80,\n \"RuleStatus\": \"RUNNING\",\n \"CreatedTime\": \"2023-07-26T02:27:16Z\"\n }\n ]\n }\n ],\n \"RequestId\": \"c5ad87da-28fb-4f5d-8fce-bf19a06cfe6d\"\n }\n}",
|
1598
1598
|
"title": "指定Filters查询IPV6转换实例"
|
1599
1599
|
}
|
1600
1600
|
],
|
@@ -1602,7 +1602,7 @@
|
|
1602
1602
|
{
|
1603
1603
|
"document": "获取ipv4地理位置库下载链接。",
|
1604
1604
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeIpGeolocationDatabaseUrl\n&Type=ipv4\n&<公共请求参数>",
|
1605
|
-
"output": "{\n \"Response\": {\n \"DownLoadUrl\": \"https://ip-address-repo-1255852779.cos.ap-guangzhou.myqcloud.com/tencent_ipv4_repo.tgz?q-sign-algorithm=sha1&q-ak
|
1605
|
+
"output": "{\n \"Response\": {\n \"DownLoadUrl\": \"https://ip-address-repo-1255852779.cos.ap-guangzhou.myqcloud.com/tencent_ipv4_repo.tgz?q-sign-algorithm=sha1&q-ak=*&q-sign-time=1578970542;1579057002&q-key-time=1578970542;1579057002&q-header-list=&q-url-param-list=&q-signature=00f8d6ad0252822e17cca6450ebcd626eadc8405\",\n \"ExpiredAt\": \"2020-01-15T10:56:42+00:00\",\n \"RequestId\": \"21b41e67-8c0f-48cf-8af3-de0b6e1f4a4b\"\n }\n}",
|
1606
1606
|
"title": "获取ipv4地理位置库下载链接"
|
1607
1607
|
}
|
1608
1608
|
],
|
@@ -1678,13 +1678,13 @@
|
|
1678
1678
|
{
|
1679
1679
|
"document": "查询所有网络探测",
|
1680
1680
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\n&<公共请求参数>",
|
1681
|
-
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-12345678\",\n \"VpcName\": \"vpc-
|
1681
|
+
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-12345678\",\n \"VpcName\": \"vpc-kngiybxl\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"SubnetName\": \"demo\",\n \"NetDetectId\": \"netd-pnpcflil\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"2020-06-08 10:00:00\"\n },\n {\n \"VpcId\": \"vpc-kngiybxl\",\n \"VpcName\": \"demo\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"SubnetName\": \"demo\",\n \"NetDetectId\": \"netd-4t7fr3fi\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.1.2\",\n \"10.0.1.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.1.5\",\n \"10.0.1.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"2020-06-08 10:00:00\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1682
1682
|
"title": "查询所有网络探测"
|
1683
1683
|
},
|
1684
1684
|
{
|
1685
1685
|
"document": "根据ID查询网络探测",
|
1686
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\n&NetDetectIds.0=netd-
|
1687
|
-
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-
|
1686
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\n&NetDetectIds.0=netd-pnpcflil\n&<公共请求参数>",
|
1687
|
+
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-kngiybxl\",\n \"VpcName\": \"vpc-test\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"SubnetName\": \"demo\",\n \"NetDetectId\": \"netd-pnpcflil\",\n \"NetDetectName\": \"demo\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"2020-06-08 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1688
1688
|
"title": "根据ID查询网络探测"
|
1689
1689
|
}
|
1690
1690
|
],
|
@@ -1699,8 +1699,8 @@
|
|
1699
1699
|
"DescribeNetworkAclQuintupleEntries": [
|
1700
1700
|
{
|
1701
1701
|
"document": "",
|
1702
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAclQuintupleEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-
|
1703
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkAclQuintupleSet\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"
|
1702
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAclQuintupleEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-hj3he929\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
|
1703
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkAclQuintupleSet\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"SourcePort\": \"80\",\n \"SourceCidr\": \"192.168.0.0/24\",\n \"DestinationPort\": \"80\",\n \"DestinationCidr\": \"192.168.0.0/24\",\n \"Action\": \"ACCEPT\",\n \"CreateTime\": \"2019-11-11 22:16:17\",\n \"NetworkAclQuintupleEntryId\": \"acli45-q1phngkz\",\n \"NetworkAclDirection\": \"EGRESS\",\n \"Priority\": 0\n }\n ],\n \"RequestId\": \"cccb2665-5d02-4d87-b9e7-757bb06e5beb\"\n }\n}",
|
1704
1704
|
"title": "示例1 根据条件查询网络ACL列表五元组条目"
|
1705
1705
|
}
|
1706
1706
|
],
|
@@ -1708,13 +1708,13 @@
|
|
1708
1708
|
{
|
1709
1709
|
"document": "查询网络ACL列表",
|
1710
1710
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAcls\n<公共请求参数>\n\n{}",
|
1711
|
-
"output": "{\n \"Response\": {\n \"NetworkAclSet\": [\n {\n \"VpcId\": \"vpc-c1fd6eqe\",\n \"NetworkAclId\": \"acl-aeyasc3zz\",\n \"NetworkAclName\": \"
|
1711
|
+
"output": "{\n \"Response\": {\n \"NetworkAclSet\": [\n {\n \"VpcId\": \"vpc-c1fd6eqe\",\n \"NetworkAclId\": \"acl-aeyasc3zz\",\n \"NetworkAclName\": \"demo\",\n \"NetworkAclType\": \"1\",\n \"CreatedTime\": \"2021-02-19 17:52:43\",\n \"SubnetSet\": [\n {\n \"VpcId\": \"vpc-c1fd6eqe\",\n \"SubnetId\": \"subnet-ptqwqcjzd\",\n \"SubnetName\": \"test_3\",\n \"CidrBlock\": \"10.0.0.0/24\",\n \"IsDefault\": true,\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-beijing\",\n \"RouteTableId\": \"rtb-hnos32zkc\",\n \"CreatedTime\": \"2021-02-19 17:52:43\",\n \"AvailableIpAddressCount\": 1,\n \"Ipv6CidrBlock\": \"\",\n \"NetworkAclId\": \"acl-aeyasc3zz\",\n \"IsRemoteVpcSnat\": true,\n \"TotalIpAddressCount\": 1,\n \"TagSet\": [\n {\n \"Key\": \"tag-key\",\n \"Value\": \"tag-value\"\n }\n ],\n \"CdcId\": \"cdc-12312\",\n \"IsCdcSubnet\": 0\n }\n ],\n \"IngressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Accept\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-bwi12ozo\",\n \"Priority\": 1\n }\n ],\n \"EgressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Accept\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-pmh23vc1q\",\n \"Priority\": 1\n }\n ],\n \"TagSet\": [\n {\n \"Key\": \"businessId\",\n \"Value\": \"1\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"452e8b38-10a1-4d8a-8a31-a64b89c8f565\"\n }\n}",
|
1712
1712
|
"title": "示例1 查询网络ACL列表"
|
1713
1713
|
},
|
1714
1714
|
{
|
1715
1715
|
"document": "根据条件查询网络ACL列表",
|
1716
1716
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkAcls\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"vpc-id\",\n \"Values\": [\n \"vpc-nwg3twqu\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
1717
|
-
"output": "{\n \"Response\": {\n \"NetworkAclSet\": [\n {\n \"VpcId\": \"vpc-nwg3twqu\",\n \"NetworkAclId\": \"acl-3v122sn\",\n \"NetworkAclName\": \"
|
1717
|
+
"output": "{\n \"Response\": {\n \"NetworkAclSet\": [\n {\n \"VpcId\": \"vpc-nwg3twqu\",\n \"NetworkAclId\": \"acl-3v122sn\",\n \"NetworkAclName\": \"demo\",\n \"NetworkAclType\": \"TRIPLE\",\n \"CreatedTime\": \"2022-04-27 20:46:15\",\n \"TagSet\": [],\n \"SubnetSet\": [],\n \"IngressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-7whoqwek\",\n \"Priority\": 1\n },\n {\n \"Protocol\": \"all\",\n \"CidrBlock\": \"172.16.0.0/16\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv4EntryId\": \"acli43-dd0lxs1c\",\n \"Priority\": 1\n },\n {\n \"Protocol\": \"all\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv4EntryId\": \"acli43-ezxjnhgy\",\n \"Priority\": 2\n }\n ],\n \"EgressEntries\": [\n {\n \"Protocol\": \"all\",\n \"Ipv6CidrBlock\": \"::/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv6EntryId\": \"acli63-pwqzahcs\",\n \"Priority\": 1\n },\n {\n \"Protocol\": \"all\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"Action\": \"Drop\",\n \"Description\": \"\",\n \"ModifyTime\": \"\",\n \"NetworkAclIpv4EntryId\": \"acli43-ob44ewjm\",\n \"Priority\": 1\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"87c50ae4-bfd84-48cf-b92e-b637cewdd2aa\"\n }\n}",
|
1718
1718
|
"title": "示例2 根据条件查询网络ACL列表"
|
1719
1719
|
}
|
1720
1720
|
],
|
@@ -1736,13 +1736,13 @@
|
|
1736
1736
|
{
|
1737
1737
|
"document": "查询弹性网卡列表",
|
1738
1738
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkInterfaces\n<公共请求参数>\n\n{}",
|
1739
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkInterfaceSet\": [\n {\n \"MacAddress\": \"20:90:6F:F5:34:C7\",\n \"VpcId\": \"vpc-2kx9z6h3\",\n \"Business\": \"cvm\",\n \"Zone\": \"ap-guangzhou-2\",\n \"NetworkInterfaceId\": \"eni-f1xjkw1b\",\n \"Primary\": false,\n \"CdcId\": \"\",\n \"PrivateIpAddressSet\": [\n {\n \"Description\": \"\",\n \"Primary\": true,\n \"PrivateIpAddress\": \"192.168.0.13\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.15\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.17\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.24\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"NetworkInterfaceDescription\": \"
|
1739
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkInterfaceSet\": [\n {\n \"MacAddress\": \"20:90:6F:F5:34:C7\",\n \"VpcId\": \"vpc-2kx9z6h3\",\n \"Business\": \"cvm\",\n \"Zone\": \"ap-guangzhou-2\",\n \"NetworkInterfaceId\": \"eni-f1xjkw1b\",\n \"Primary\": false,\n \"CdcId\": \"\",\n \"PrivateIpAddressSet\": [\n {\n \"Description\": \"\",\n \"Primary\": true,\n \"PrivateIpAddress\": \"192.168.0.13\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.15\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.17\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.0.24\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"NetworkInterfaceDescription\": \"demo\",\n \"Ipv6AddressSet\": [],\n \"State\": \"AVAILABLE\",\n \"GroupSet\": [\n \"sg-c2r7lnxh\",\n \"sg-f9ekbxeq\"\n ],\n \"Attachment\": {\n \"InstanceId\": \"ins-ymk3eje8\",\n \"DeviceIndex\": 1,\n \"InstanceAccountId\": \"251153169\",\n \"AttachTime\": \"2021-01-08 16:36:49\"\n },\n \"TagSet\": [],\n \"EniType\": 1,\n \"CreatedTime\": \"2021-01-07 16:32:55\",\n \"SubnetId\": \"subnet-nao8lfro\",\n \"NetworkInterfaceName\": \"main\",\n \"AttachType\": 1\n }\n ],\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
1740
1740
|
"title": "查询弹性网卡列表"
|
1741
1741
|
},
|
1742
1742
|
{
|
1743
1743
|
"document": "用tag:tag-key查询。",
|
1744
1744
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNetworkInterfaces\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"TEST\"\n ],\n \"Name\": \"tag:Version\"\n }\n ]\n}",
|
1745
|
-
"output": "{\n \"Response\": {\n \"NetworkInterfaceSet\": [\n {\n \"VpcId\": \"vpc-709l0i0x\",\n \"SubnetId\": \"subnet-qymfizh2\",\n \"NetworkInterfaceId\": \"eni-p17uqigx\",\n \"NetworkInterfaceName\": \"
|
1745
|
+
"output": "{\n \"Response\": {\n \"NetworkInterfaceSet\": [\n {\n \"VpcId\": \"vpc-709l0i0x\",\n \"SubnetId\": \"subnet-qymfizh2\",\n \"NetworkInterfaceId\": \"eni-p17uqigx\",\n \"NetworkInterfaceName\": \"demo\",\n \"NetworkInterfaceDescription\": \"\",\n \"GroupSet\": [\n \"sg-hcd8t9xj\"\n ],\n \"Primary\": false,\n \"MacAddress\": \"20:90:6F:FC:9F:69\",\n \"State\": \"AVAILABLE\",\n \"CreatedTime\": \"2018-04-18 21:46:56\",\n \"PrivateIpAddressSet\": [\n {\n \"Description\": \"12312\",\n \"Primary\": true,\n \"PrivateIpAddress\": \"192.168.3.10\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.104\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"13123\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.18\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.223\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n },\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"PrivateIpAddress\": \"192.168.3.86\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"Attachment\": null,\n \"Business\": \"cvm\",\n \"Zone\": \"ap-guangzhou-2\",\n \"Ipv6AddressSet\": [\n {\n \"Description\": \"\",\n \"Primary\": false,\n \"Address\": \"2402:4e00:1000:7400:0:9028:a2c9:85b2\",\n \"AddressId\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"AttachType\": 1,\n \"EniType\": 1,\n \"CdcId\": \"\",\n \"TagSet\": [\n {\n \"Key\": \"Version\",\n \"Value\": \"1.0.0\"\n },\n {\n \"Key\": \"Compony\",\n \"Value\": \"Compony-A\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"0c10340b-2551-4414-a8c7-8d90dc24ddd0\"\n }\n}",
|
1746
1746
|
"title": "查询绑定了标签的网卡列表"
|
1747
1747
|
}
|
1748
1748
|
],
|
@@ -1812,7 +1812,7 @@
|
|
1812
1812
|
{
|
1813
1813
|
"document": "查询路由策略冲突列表",
|
1814
1814
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeRouteConflicts\n&RouteTableId=rtb-q8o2z892\n&DestinationCidrBlocks.0=192.168.0.0/24\n&DestinationCidrBlocks.1=10.11.0.0/24\n&<公共请求参数>",
|
1815
|
-
"output": "{\n \"Response\": {\n \"RouteConflictSet\": [\n {\n \"RouteTableId\": \"rtb-q8o2z892\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"ConflictSet\": [\n {\n \"
|
1815
|
+
"output": "{\n \"Response\": {\n \"RouteConflictSet\": [\n {\n \"RouteTableId\": \"rtb-q8o2z892\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"ConflictSet\": [\n {\n \"RouteTableId\": \"rtb-q8o2z892\",\n \"RouteId\": 20662,\n \"RouteItemId\": \"rti-hj3he929\",\n \"DestinationCidrBlock\": \"192.168.0.0/24\",\n \"GatewayId\": \"ccn-h0fk8lfc\",\n \"GatewayType\": \"CCN\",\n \"RouteDescription\": \"\",\n \"Enabled\": true,\n \"RouteType\": \"CCN\",\n \"DestinationIpv6CidrBlock\": \"\",\n \"PublishedToVbc\": true,\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"CdcId\": \"\"\n }\n ]\n }\n ],\n \"RequestId\": \"cf11a8a4-e7c6-42cf-a35a-649c1789868b\"\n }\n}",
|
1816
1816
|
"title": "查询路由策略冲突列表"
|
1817
1817
|
}
|
1818
1818
|
],
|
@@ -1890,21 +1890,21 @@
|
|
1890
1890
|
{
|
1891
1891
|
"document": "查看安全组",
|
1892
1892
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroups\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"TestGroup\"\n ],\n \"Name\": \"security-group-name\"\n },\n {\n \"Values\": [\n \"0\"\n ],\n \"Name\": \"project-id\"\n }\n ]\n}",
|
1893
|
-
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-05bb4upy\",\n \"SecurityGroupName\": \"
|
1893
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-05bb4upy\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"demo\",\n \"ProjectId\": \"0\",\n \"IsDefault\": true,\n \"CreatedTime\": \"2017-04-18 21:02:30\",\n \"UpdateTime\": \"\",\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
1894
1894
|
"title": "查看安全组"
|
1895
1895
|
},
|
1896
1896
|
{
|
1897
1897
|
"document": "用tag:tag-key查询。",
|
1898
1898
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroups\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"TEST\"\n ],\n \"Name\": \"tag:Version\"\n }\n ]\n}",
|
1899
|
-
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-2got2lcz\",\n \"SecurityGroupName\": \"
|
1899
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-2got2lcz\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"暴露全部端口到公网和内网,有一定安全风险\",\n \"ProjectId\": \"0\",\n \"IsDefault\": false,\n \"CreatedTime\": \"2019-07-23 12:32:24\",\n \"UpdateTime\": \"\",\n \"TagSet\": [\n {\n \"Key\": \"中文标签键\",\n \"Value\": \"中文标签值\"\n },\n {\n \"Key\": \"Version\",\n \"Value\": \"TEST\"\n },\n {\n \"Key\": \"Version\",\n \"Value\": \"DEV\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"85cda7d1-6608-4eca-8d02-19937c12dd84\"\n }\n}",
|
1900
1900
|
"title": "查看绑定标签的安全组"
|
1901
1901
|
}
|
1902
1902
|
],
|
1903
1903
|
"DescribeServiceTemplateGroups": [
|
1904
1904
|
{
|
1905
1905
|
"document": "查看协议端口模板集合",
|
1906
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplateGroups\n&Filters.0.Name=service-template-group-name\n&Filters.0.Values.0=
|
1907
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ServiceTemplateGroupSet\": [\n {\n \"ServiceTemplateGroupName\": \"
|
1906
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplateGroups\n&Filters.0.Name=service-template-group-name\n&Filters.0.Values.0=demo\n&Limit=2\n&<公共请求参数>",
|
1907
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ServiceTemplateGroupSet\": [\n {\n \"ServiceTemplateGroupName\": \"demo\",\n \"ServiceTemplateGroupId\": \"ppmg-2klmrefu\",\n \"ServiceTemplateIdSet\": [\n \"ppm-529nwwj8\"\n ],\n \"ServiceTemplateSet\": [\n {\n \"ServiceTemplateId\": \"ppm-529nwwj8\",\n \"ServiceTemplateName\": \"demo\",\n \"CreatedTime\": \"2018-04-03 22:05:32\",\n \"ServiceSet\": [\n \"tcp:80\"\n ],\n \"ServiceExtraSet\": [\n {\n \"Service\": \"tcp:80\",\n \"Description\": \"web service\"\n }\n ]\n }\n ],\n \"CreatedTime\": \"2018-04-03 22:05:32\"\n }\n ],\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
1908
1908
|
"title": "查看协议端口模板集合"
|
1909
1909
|
}
|
1910
1910
|
],
|
@@ -1944,7 +1944,7 @@
|
|
1944
1944
|
{
|
1945
1945
|
"document": "",
|
1946
1946
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSnapshotPolicies\n&Offset=0\n&Limit=2\n&Filters.0.Name=snapshot-policy-id\n&Filters.0.Values.0=sspolicy-g6jwvm35\n&<公共请求参数>",
|
1947
|
-
"output": "{\n \"Response\": {\n \"SnapshotPolicySet\": [\n {\n \"SnapshotPolicyId\": \"sspolicy-g6jwvm35\",\n \"SnapshotPolicyName\": \"test2\",\n \"KeepTime\": 180,\n \"CosRegion\": \"ap-guangzhou\",\n \"CosBucket\": \"test1-251197522\",\n \"CreateTime\": \"2021-10-08 16:09:46\",\n \"Enable\": true,\n \"BackupType\": \"operate\",\n \"CreateNewCos\": false\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
1947
|
+
"output": "{\n \"Response\": {\n \"SnapshotPolicySet\": [\n {\n \"SnapshotPolicyId\": \"sspolicy-g6jwvm35\",\n \"SnapshotPolicyName\": \"test2\",\n \"KeepTime\": 180,\n \"CosRegion\": \"ap-guangzhou\",\n \"CosBucket\": \"test1-251197522\",\n \"CreateTime\": \"2021-10-08 16:09:46\",\n \"Enable\": true,\n \"BackupType\": \"operate\",\n \"CreateNewCos\": false,\n \"BackupPolicies\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"a38579de-a046-4d68-b24a-b629c8d0ae57\"\n }\n}",
|
1948
1948
|
"title": "查询快照策略"
|
1949
1949
|
}
|
1950
1950
|
],
|
@@ -1952,7 +1952,7 @@
|
|
1952
1952
|
{
|
1953
1953
|
"document": "查询某个流量包的用量明细。",
|
1954
1954
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeSpecificTrafficPackageUsedDetails\r\n&TrafficPackageId=tfp-f7a3qh6x\r\n&<公共请求参数>",
|
1955
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
1955
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"UsedDetailSet\": [\n {\n \"TrafficPackageId\": \"tfp-f7a3qh6x\",\n \"TrafficPackageName\": \"demo\",\n \"TotalAmount\": {\n \"Value\": 3298534883328,\n \"FormatValue\": 3,\n \"FormatUnit\": \"TB\"\n },\n \"Deduction\": {\n \"Value\": 6562480603,\n \"FormatValue\": 6.1118,\n \"FormatUnit\": \"GB\"\n },\n \"RemainingAmount\": {\n \"Value\": 2923154413867,\n \"FormatValue\": 2.6586,\n \"FormatUnit\": \"TB\"\n },\n \"Time\": \"2020-09-22 00:00:00\",\n \"ResourceType\": \"CVM\",\n \"ResourceId\": \"ins-izj1qrhj\",\n \"ResourceName\": \"demo\",\n \"Deadline\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"9fd8594c-53ae-4439-8054-db97b9580bea\"\n }\n}",
|
1956
1956
|
"title": "查询某个流量包的用量明细"
|
1957
1957
|
}
|
1958
1958
|
],
|
@@ -2034,7 +2034,7 @@
|
|
2034
2034
|
{
|
2035
2035
|
"document": "查询终端节点列表",
|
2036
2036
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcEndPoint\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"EndPointId\": [\n \"vpce-h0fk8lfc\"\n ],\n \"Offset\": 1\n}",
|
2037
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\",\n \"EndPointSet\": [\n {\n \"ServiceVpcId\": \"vpc-hj3he929\",\n \"GroupSet\": [\n \"sg-tyhgrwet\"\n ],\n \"ServiceName\": \"
|
2037
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"7e6f5074-e4a2-4bb6-9cac-d2357a00896f\",\n \"EndPointSet\": [\n {\n \"ServiceVpcId\": \"vpc-hj3he929\",\n \"GroupSet\": [\n \"sg-tyhgrwet\"\n ],\n \"ServiceName\": \"demo\",\n \"State\": \"PENDING\",\n \"ServiceVip\": \"10.101.1.11\",\n \"EndPointName\": \"demo\",\n \"VpcId\": \"vpc-hj3he929\",\n \"EndPointOwner\": \"1302384414\",\n \"EndPointId\": \"vpce-h0fk8lfc\",\n \"SubnetId\": \"subnet-4t7fr3fi\",\n \"CreateTime\": \"2022-06-08 10:00:00\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"EndPointVip\": \"10.101.1.11\"\n }\n ]\n }\n}",
|
2038
2038
|
"title": "查询终端节点列表"
|
2039
2039
|
}
|
2040
2040
|
],
|
@@ -2042,7 +2042,7 @@
|
|
2042
2042
|
{
|
2043
2043
|
"document": "查询终端节点服务列表",
|
2044
2044
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcEndPointService\n<公共请求参数>\n\n{\n \"EndPointServiceIds\": [\n \"vpcsvc-kngiybxl\"\n ],\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
2045
|
-
"output": "{\n \"Response\": {\n \"EndPointServiceSet\": [\n {\n \"EndPointServiceId\": \"vpcsvc-pnpcflil\",\n \"VpcId\": \"vpc-hj3he929\",\n \"ServiceOwner\": \"1254277469\",\n \"ServiceName\": \"test_002\",\n \"ServiceVip\": \"10.101.1.11\",\n \"ServiceInstanceId\": \"lb-nswq8wkq\",\n \"AutoAcceptFlag\": true,\n \"EndPointCount\": 1,\n \"EndPointSet\": [\n {\n \"ServiceVpcId\": \"vpc-hj3he929\",\n \"GroupSet\": [\n \"sg-tyhgrwet\"\n ],\n \"ServiceName\": \"
|
2045
|
+
"output": "{\n \"Response\": {\n \"EndPointServiceSet\": [\n {\n \"EndPointServiceId\": \"vpcsvc-pnpcflil\",\n \"VpcId\": \"vpc-hj3he929\",\n \"ServiceOwner\": \"1254277469\",\n \"ServiceName\": \"test_002\",\n \"ServiceVip\": \"10.101.1.11\",\n \"ServiceInstanceId\": \"lb-nswq8wkq\",\n \"AutoAcceptFlag\": true,\n \"EndPointCount\": 1,\n \"EndPointSet\": [\n {\n \"ServiceVpcId\": \"vpc-hj3he929\",\n \"GroupSet\": [\n \"sg-tyhgrwet\"\n ],\n \"ServiceName\": \"demo\",\n \"State\": \"PENDING\",\n \"ServiceVip\": \"10.101.1.11\",\n \"EndPointName\": \"demo\",\n \"VpcId\": \"vpc-hj3he929\",\n \"EndPointOwner\": \"1302384414\",\n \"EndPointId\": \"vpce-h0fk8lfc\",\n \"SubnetId\": \"subnet-4t7fr3fi\",\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"EndPointVip\": \"10.101.1.11\"\n }\n ],\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"ServiceType\": \"CLB\",\n \"CdcId\": \"cdc-4d8a10a1\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"452e8b38-10a1-4d8a-8a31-a64b89c8f565\"\n }\n}",
|
2046
2046
|
"title": "查询终端节点服务列表"
|
2047
2047
|
}
|
2048
2048
|
],
|
@@ -2057,8 +2057,8 @@
|
|
2057
2057
|
"DescribeVpcInstances": [
|
2058
2058
|
{
|
2059
2059
|
"document": "查询VPC下的云主机实例列表",
|
2060
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcInstances\n&Filters.0.Name=vpc-id\n&Filters.0.Values.0=vpc-
|
2061
|
-
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"VpcId\": \"vpc-
|
2060
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcInstances\n&Filters.0.Name=vpc-id\n&Filters.0.Values.0=vpc-hj3he929\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
2061
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"VpcId\": \"vpc-hj3he929\",\n \"SubnetId\": \"subnet-nswq8wkq\",\n \"InstanceId\": \"ins-pnpcflil\",\n \"InstanceName\": \"demo\",\n \"InstanceState\": \"RUNNING\",\n \"InstanceType\": \"S2.SMALL2\",\n \"CPU\": 1,\n \"Memory\": 1,\n \"EniLimit\": 2,\n \"EniIpLimit\": 2,\n \"InstanceEniCount\": 1,\n \"CreatedTime\": \"2020-01-01 10:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
2062
2062
|
"title": "查询VPC下的云主机实例列表"
|
2063
2063
|
}
|
2064
2064
|
],
|
@@ -2120,7 +2120,7 @@
|
|
2120
2120
|
{
|
2121
2121
|
"document": "查询绑定了标签键值对(city:shanghai)的vpc。",
|
2122
2122
|
"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}",
|
2123
|
-
"output": "{\n \"Response\": {\n \"VpcSet\": [\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 }\n ],\n \"DomainName\": \"aa.bb.cc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
|
2123
|
+
"output": "{\n \"Response\": {\n \"VpcSet\": [\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}",
|
2124
2124
|
"title": "查询绑定了标签的VPC列表"
|
2125
2125
|
}
|
2126
2126
|
],
|
@@ -2540,34 +2540,50 @@
|
|
2540
2540
|
"title": "调整后付费带宽"
|
2541
2541
|
}
|
2542
2542
|
],
|
2543
|
+
"ModifyAddressesRenewFlag": [
|
2544
|
+
{
|
2545
|
+
"document": "",
|
2546
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyAddressesRenewFlag\n&AddressIds.0=eip-cpfph9t4\n&RenewFlag=NOTIFY_AND_MANUAL_RENEW\n&<公共请求参数>",
|
2547
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c89a8c84-6943-45ad-9342-36f599d77754\"\n }\n}",
|
2548
|
+
"title": "调整EIP续费标识"
|
2549
|
+
}
|
2550
|
+
],
|
2543
2551
|
"ModifyAssistantCidr": [
|
2544
2552
|
{
|
2545
2553
|
"document": "添加辅助CIDR:172.16.1.0/24。",
|
2546
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-
|
2547
|
-
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-
|
2554
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-nswq8wkq\",\n \"NewCidrBlocks\": [\n \"172.16.0.0/24\"\n ]\n}",
|
2555
|
+
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-nswq8wkq\",\n \"CidrBlock\": \"172.16.0.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [\n {\n \"VpcId\": \"vpc-nswq8wkq\",\n \"SubnetId\": \"subnet-12345678\",\n \"SubnetName\": \"demo\",\n \"CidrBlock\": \"10.0.4.0/24\",\n \"Ipv6CidrBlock\": \"\",\n \"IsDefault\": false,\n \"IsRemoteVpcSnat\": false,\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-guangzhou-2\",\n \"RouteTableId\": \"rtb-pnpcflil\",\n \"NetworkAclId\": \"\",\n \"TotalIpAddressCount\": \"253\",\n \"AvailableIpAddressCount\": \"253\",\n \"CreatedTime\": \"2020-06-08 10:00:00\",\n \"TagSet\": []\n }\n ]\n }\n ],\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
2548
2556
|
"title": "仅修改辅助CIDR"
|
2549
2557
|
},
|
2550
2558
|
{
|
2551
2559
|
"document": "添加辅助CIDR:172.16.1.0/24,同时删除辅助CIDR:172.16.0.0/24。",
|
2552
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-
|
2553
|
-
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-
|
2560
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-pnpcflil\",\n \"OldCidrBlocks\": [\n \"172.16.0.0/24\"\n ],\n \"NewCidrBlocks\": [\n \"172.16.1.0/24\"\n ]\n}",
|
2561
|
+
"output": "{\n \"Response\": {\n \"AssistantCidrSet\": [\n {\n \"VpcId\": \"vpc-pnpcflil\",\n \"CidrBlock\": \"172.16.1.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [\n {\n \"VpcId\": \"vpc-pnpcflil\",\n \"SubnetId\": \"subnet-hj3he929\",\n \"SubnetName\": \"demo\",\n \"CidrBlock\": \"1172.16.1.0/24\",\n \"Ipv6CidrBlock\": \"\",\n \"IsDefault\": false,\n \"IsRemoteVpcSnat\": false,\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-guangzhou-2\",\n \"RouteTableId\": \"rtb-h0fk8lfc\",\n \"NetworkAclId\": \"\",\n \"TotalIpAddressCount\": \"253\",\n \"AvailableIpAddressCount\": \"253\",\n \"CreatedTime\": \"2020-06-08 10:00:00\",\n \"TagSet\": []\n }\n ]\n }\n ],\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
2554
2562
|
"title": "修改(添加和删除)辅助CIDR"
|
2555
2563
|
}
|
2556
2564
|
],
|
2557
2565
|
"ModifyBandwidthPackageAttribute": [
|
2558
2566
|
{
|
2559
2567
|
"document": "",
|
2560
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"
|
2568
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"demo\",\n \"BandwidthPackageId\": \"bwp-e40edw8y\"\n}",
|
2561
2569
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2ece8f4a-c0f5-4b83-8054-a9b808a5c465\"\n }\n}",
|
2562
2570
|
"title": "修改带宽包名称"
|
2563
2571
|
},
|
2564
2572
|
{
|
2565
2573
|
"document": "",
|
2566
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"
|
2574
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"demo\",\n \"BandwidthPackageId\": \"bwp-e40edw8y\",\n \"ChargeType\": \"TOP5\"\n}",
|
2567
2575
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2ece8f4a-c0f5-4b83-8054-a9b808a5c465\"\n }\n}",
|
2568
2576
|
"title": "修改带宽包计费模式"
|
2569
2577
|
}
|
2570
2578
|
],
|
2579
|
+
"ModifyBandwidthPackageBandwidth": [
|
2580
|
+
{
|
2581
|
+
"document": "调整共享带宽包带宽。",
|
2582
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyBandwidthPackageBandwidth\n&InternetMaxBandwidth=100\n&BandwidthPackageIds.0=bwp-alfxy9c8\n&BandwidthPackageId=bwp-mwoqajk2\n&<公共请求参数>",
|
2583
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"24cfceab-3492-482c-b86f-27f598b1b044\"\n }\n}",
|
2584
|
+
"title": "调整共享带宽包带宽"
|
2585
|
+
}
|
2586
|
+
],
|
2571
2587
|
"ModifyCcnAttachedInstancesAttribute": [
|
2572
2588
|
{
|
2573
2589
|
"document": "",
|
@@ -2643,7 +2659,7 @@
|
|
2643
2659
|
"ModifyFlowLogAttribute": [
|
2644
2660
|
{
|
2645
2661
|
"document": "修改流日志属性",
|
2646
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyFlowLogAttribute\n&FlowLogId=fl-
|
2662
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyFlowLogAttribute\n&FlowLogId=fl-nswq8wkq\n&FlowLogName=demo\n&VpcId=vpc-hj3he929\n&<公共请求参数>",
|
2647
2663
|
"output": "{\n \"Response\": {\n \"RequestId\": \"404428db-f850-40c2-803d-0aae49aba43a\"\n }\n}",
|
2648
2664
|
"title": "修改流日志属性"
|
2649
2665
|
}
|
@@ -2707,7 +2723,7 @@
|
|
2707
2723
|
"ModifyIp6Translator": [
|
2708
2724
|
{
|
2709
2725
|
"document": "修改IPV6转换实例名称",
|
2710
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyIp6Translator\
|
2726
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyIp6Translator\n&Ip6TranslatorId=ip6-90pt7p9q\n&Ip6TranslatorName=demo\n&<公共请求参数>",
|
2711
2727
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b60c4da3-afab-4ea4-bbaa-79c0bb6b0fa1\"\n }\n}",
|
2712
2728
|
"title": "修改IPV6转换实例名称"
|
2713
2729
|
}
|
@@ -2715,7 +2731,7 @@
|
|
2715
2731
|
"ModifyIpv6AddressesAttribute": [
|
2716
2732
|
{
|
2717
2733
|
"document": "修改弹性网卡IPv6地址属性",
|
2718
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyIpv6AddressesAttribute\
|
2734
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyIpv6AddressesAttribute\n&NetworkInterfaceId=eni-9c8zkfev\n&Ipv6Addresses.0.Address=3402:4e00:20:1202::7\n&Ipv6Addresses.0.Description=demo\n&<公共请求参数>",
|
2719
2735
|
"output": "{\n \"Response\": {\n \"RequestId\": \"57065a05-9d50-476b-9cd6-97b0ddf03766\"\n }\n}",
|
2720
2736
|
"title": "修改弹性网卡IPv6地址属性"
|
2721
2737
|
}
|
@@ -2761,7 +2777,7 @@
|
|
2761
2777
|
"ModifyNetDetect": [
|
2762
2778
|
{
|
2763
2779
|
"document": "修改网络探测",
|
2764
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetDetect\n<公共请求参数>\n\n{\n \"NetDetectId\": \"netd-
|
2780
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetDetect\n<公共请求参数>\n\n{\n \"NetDetectId\": \"netd-nswq8wkq\",\n \"NetDetectName\": \"demo\",\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"DetectDestinationIp\": [\n \"10.0.0.3\",\n \"10.0.0.2\"\n ]\n}",
|
2765
2781
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
2766
2782
|
"title": "修改网络探测"
|
2767
2783
|
}
|
@@ -2776,20 +2792,20 @@
|
|
2776
2792
|
],
|
2777
2793
|
"ModifyNetworkAclEntries": [
|
2778
2794
|
{
|
2779
|
-
"document": "传参只传需要保留的规则,待删除的规则不传即可。比如实例acl-
|
2780
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-
|
2795
|
+
"document": "传参只传需要保留的规则,待删除的规则不传即可。比如实例acl-nswq8wkq当前有两条入站规则:\n* 规则1:TCP 192.168.1.0/24 80 Accept\n* 规则2:TCP 192.168.1.0/24 443 Accept\n<br/>比如,此时需要删除入站规则2,按照下面实例传参。",
|
2796
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-nswq8wkq\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
|
2781
2797
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2782
2798
|
"title": "网络ACL删除入站规则"
|
2783
2799
|
},
|
2784
2800
|
{
|
2785
2801
|
"document": "网络ACL只添加入站规则",
|
2786
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-
|
2802
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-nswq8wkq\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"442\"\n },\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
|
2787
2803
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2788
2804
|
"title": "网络ACL只添加入站规则"
|
2789
2805
|
},
|
2790
2806
|
{
|
2791
2807
|
"document": "网络ACL添加入站规则和出站规则",
|
2792
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-
|
2808
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAclEntries\n<公共请求参数>\n\n{\n \"NetworkAclId\": \"acl-nswq8wkq\",\n \"NetworkAclEntrySet\": {\n \"Ingress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ],\n \"Egress\": [\n {\n \"Protocol\": \"TCP\",\n \"Description\": \"demo\",\n \"Action\": \"Accept\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"Port\": \"80\"\n }\n ]\n }\n}",
|
2793
2809
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
2794
2810
|
"title": "网络ACL添加入站规则和出站规则"
|
2795
2811
|
}
|
@@ -2925,25 +2941,25 @@
|
|
2925
2941
|
"ModifyTemplateMember": [
|
2926
2942
|
{
|
2927
2943
|
"document": "",
|
2928
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ipm-
|
2944
|
+
"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&<公共请求参数>",
|
2929
2945
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
2930
2946
|
"title": "修改IP地址模板成员"
|
2931
2947
|
},
|
2932
2948
|
{
|
2933
2949
|
"document": "",
|
2934
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ipmg-
|
2950
|
+
"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&<公共请求参数>",
|
2935
2951
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
2936
2952
|
"title": "修改IP地址组模板成员"
|
2937
2953
|
},
|
2938
2954
|
{
|
2939
2955
|
"document": "",
|
2940
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ppm-
|
2956
|
+
"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&<公共请求参数>",
|
2941
2957
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
2942
2958
|
"title": "修改协议端口模板成员"
|
2943
2959
|
},
|
2944
2960
|
{
|
2945
2961
|
"document": "",
|
2946
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyTemplateMember\n&TemplateId=ppmg-
|
2962
|
+
"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&<公共请求参数>",
|
2947
2963
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ba7c7681-e051-469a-b0fc-210a373490a4\"\n }\n}",
|
2948
2964
|
"title": "修改协议端口组模板成员"
|
2949
2965
|
}
|
@@ -2959,7 +2975,7 @@
|
|
2959
2975
|
"ModifyVpcEndPointAttribute": [
|
2960
2976
|
{
|
2961
2977
|
"document": "修改终端节点属性",
|
2962
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointAttribute\n<公共请求参数>\n\n{\n \"EndPointName\": \"
|
2978
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointAttribute\n<公共请求参数>\n\n{\n \"EndPointName\": \"demo\",\n \"EndPointId\": \"vpce-h0fk8lfc\"\n}",
|
2963
2979
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fefb383a-7394-46c9-ba34-6b21e8fb3ac1\"\n }\n}",
|
2964
2980
|
"title": "修改终端节点属性"
|
2965
2981
|
}
|
@@ -2967,7 +2983,7 @@
|
|
2967
2983
|
"ModifyVpcEndPointServiceAttribute": [
|
2968
2984
|
{
|
2969
2985
|
"document": "",
|
2970
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointServiceAttribute\n<公共请求参数>\n\n{\n \"AutoAcceptFlag\": true,\n \"EndPointServiceName\": \"
|
2986
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointServiceAttribute\n<公共请求参数>\n\n{\n \"AutoAcceptFlag\": true,\n \"EndPointServiceName\": \"demo\",\n \"EndPointServiceId\": \"vpcsvc-kngiybxl\",\n \"VpcId\": \"vpc-hj3he929\"\n}",
|
2971
2987
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fefb383a-7394-46c9-ba34-6b21e8fb3ac1\"\n }\n}",
|
2972
2988
|
"title": "修改终端节点服务属性"
|
2973
2989
|
}
|
@@ -2975,7 +2991,7 @@
|
|
2975
2991
|
"ModifyVpcEndPointServiceWhiteList": [
|
2976
2992
|
{
|
2977
2993
|
"document": "修改终端节点服务白名单",
|
2978
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointServiceWhiteList\n<公共请求参数>\n\n{\n \"UserUin\": \"
|
2994
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVpcEndPointServiceWhiteList\n<公共请求参数>\n\n{\n \"UserUin\": \"\",\n \"Description\": \"700000483554\",\n \"EndPointServiceId\": \"vpcsvc-b2mrmmx7\"\n}",
|
2979
2995
|
"output": "{\n \"Response\": {\n \"RequestId\": \"cccb2665-5d02-4d87-b9e7-757bb06e5beb\"\n }\n}",
|
2980
2996
|
"title": "修改终端节点服务白名单"
|
2981
2997
|
}
|
@@ -3147,7 +3163,7 @@
|
|
3147
3163
|
"ReplaceDirectConnectGatewayCcnRoutes": [
|
3148
3164
|
{
|
3149
3165
|
"document": "",
|
3150
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceDirectConnectGatewayCcnRoutes\
|
3166
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ReplaceDirectConnectGatewayCcnRoutes\n&DirectConnectGatewayId=dcg-prpqlmg1\n&Routes.0.RouteId=dcr-bvipc87w\n&Routes.0.DestinationCidrBlock=10.2.2.0/24\n&<公共请求参数>",
|
3151
3167
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6e446c86-d8c9-4981-9b33-d10956585058\"\n }\n}",
|
3152
3168
|
"title": "替换专线网关云联网路由"
|
3153
3169
|
}
|
@@ -3211,7 +3227,7 @@
|
|
3211
3227
|
"ResetHighPriorityRoutes": [
|
3212
3228
|
{
|
3213
3229
|
"document": "重置高优路由表条目",
|
3214
|
-
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetHighPriorityRoutes\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"Name\": \"
|
3230
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetHighPriorityRoutes\n<公共请求参数>\n\n{\n \"HighPriorityRouteTableId\": \"hprtb-hd4tl8cg\",\n \"Name\": \"demo\",\n \"HighPriorityRoutes\": [\n {\n \"DestinationCidrBlock\": \"172.20.0.0/18\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.11\",\n \"Description\": \"demo\"\n }\n ]\n}",
|
3215
3231
|
"output": "{\n \"Response\": {\n \"RequestId\": \"461358ec-f329-4273-b5f0-e87730703e6d\"\n }\n}",
|
3216
3232
|
"title": "重置高优路由表条目"
|
3217
3233
|
}
|