tccli 3.0.1248.1__py2.py3-none-any.whl → 3.0.1250.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +113 -7
- tccli/services/aiart/v20221229/api.json +191 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/cbs/v20170312/api.json +6 -0
- tccli/services/cdb/v20170320/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +5 -3
- tccli/services/cmq/cmq_client.py +4 -799
- tccli/services/cmq/v20190304/api.json +135 -1329
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +110 -4
- tccli/services/config/v20220802/api.json +374 -0
- tccli/services/config/v20220802/examples.json +16 -0
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/dc/v20180410/api.json +50 -48
- tccli/services/dc/v20180410/examples.json +8 -8
- tccli/services/ecm/v20190719/api.json +64 -62
- tccli/services/ecm/v20190719/examples.json +5 -5
- tccli/services/es/v20180416/api.json +10 -0
- tccli/services/ess/v20201111/api.json +163 -163
- tccli/services/ess/v20201111/examples.json +15 -21
- tccli/services/essbasic/v20210526/api.json +89 -89
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/hai/hai_client.py +60 -7
- tccli/services/hai/v20230812/api.json +195 -0
- tccli/services/hai/v20230812/examples.json +8 -0
- tccli/services/iotexplorer/iotexplorer_client.py +228 -16
- tccli/services/iotexplorer/v20190423/api.json +536 -0
- tccli/services/iotexplorer/v20190423/examples.json +32 -0
- tccli/services/iotvideo/iotvideo_client.py +53 -0
- tccli/services/iotvideo/v20211125/api.json +80 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/lkeap/v20240522/api.json +13 -13
- tccli/services/lkeap/v20240522/examples.json +2 -2
- tccli/services/mna/v20210119/api.json +24 -24
- tccli/services/mna/v20210119/examples.json +2 -2
- tccli/services/redis/v20180412/api.json +181 -181
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/sms/v20190711/api.json +48 -0
- tccli/services/sms/v20210111/api.json +48 -0
- tccli/services/tcb/v20180608/api.json +173 -145
- tccli/services/tcb/v20180608/examples.json +8 -8
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tke/v20220501/api.json +1 -1
- tccli/services/trro/v20220325/api.json +71 -61
- tccli/services/trro/v20220325/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +114 -114
- tccli/services/tse/v20201207/api.json +18 -0
- tccli/services/vpc/v20170312/api.json +35 -33
- tccli/services/vpc/v20170312/examples.json +18 -18
- tccli/services/wedata/v20210820/api.json +80 -2
- tccli/services/wedata/v20210820/examples.json +1 -1
- {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/RECORD +58 -58
- {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/license_files/LICENSE +0 -0
@@ -99,7 +99,7 @@
|
|
99
99
|
"status": "online"
|
100
100
|
},
|
101
101
|
"DescribePublicDirectConnectTunnelRoutes": {
|
102
|
-
"document": "
|
102
|
+
"document": "查询互联网通道路由列表。",
|
103
103
|
"input": "DescribePublicDirectConnectTunnelRoutesRequest",
|
104
104
|
"name": "查询互联网通道路由列表",
|
105
105
|
"output": "DescribePublicDirectConnectTunnelRoutesResponse",
|
@@ -353,13 +353,13 @@
|
|
353
353
|
"members": [
|
354
354
|
{
|
355
355
|
"disabled": false,
|
356
|
-
"document": "互联网公网地址ID
|
356
|
+
"document": "互联网公网地址ID",
|
357
357
|
"example": "ipv4-h2k2jna1",
|
358
358
|
"member": "string",
|
359
359
|
"name": "InstanceId",
|
360
|
-
"
|
360
|
+
"output_required": true,
|
361
361
|
"type": "string",
|
362
|
-
"value_allowed_null":
|
362
|
+
"value_allowed_null": false
|
363
363
|
},
|
364
364
|
{
|
365
365
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1359,7 +1359,7 @@
|
|
1359
1359
|
{
|
1360
1360
|
"disabled": false,
|
1361
1361
|
"document": "过滤条件:\n参数不支持同时指定DirectConnectTunnelIds和Filters。\ndirect-connect-tunnel-name, 专用通道名称。\ndirect-connect-tunnel-id, 专用通道实例ID,如:dcx-abcdefgh。\ndirect-connect-id, 物理专线实例ID,如:dc-abcdefgh。",
|
1362
|
-
"example": "
|
1362
|
+
"example": "无",
|
1363
1363
|
"member": "Filter",
|
1364
1364
|
"name": "Filters",
|
1365
1365
|
"required": false,
|
@@ -1368,7 +1368,7 @@
|
|
1368
1368
|
{
|
1369
1369
|
"disabled": false,
|
1370
1370
|
"document": "专用通道ID数组。",
|
1371
|
-
"example": "[]",
|
1371
|
+
"example": "[\"dcx-abab1212\"]",
|
1372
1372
|
"member": "string",
|
1373
1373
|
"name": "DirectConnectTunnelIds",
|
1374
1374
|
"required": false,
|
@@ -1401,7 +1401,7 @@
|
|
1401
1401
|
{
|
1402
1402
|
"disabled": false,
|
1403
1403
|
"document": "专用通道列表。",
|
1404
|
-
"example": "
|
1404
|
+
"example": "无",
|
1405
1405
|
"member": "DirectConnectTunnel",
|
1406
1406
|
"name": "DirectConnectTunnelSet",
|
1407
1407
|
"output_required": true,
|
@@ -1442,7 +1442,7 @@
|
|
1442
1442
|
{
|
1443
1443
|
"disabled": false,
|
1444
1444
|
"document": "物理专线 ID数组。",
|
1445
|
-
"example": "
|
1445
|
+
"example": "[\"dc-abab1212\"]",
|
1446
1446
|
"member": "string",
|
1447
1447
|
"name": "DirectConnectIds",
|
1448
1448
|
"required": false,
|
@@ -1494,13 +1494,13 @@
|
|
1494
1494
|
},
|
1495
1495
|
{
|
1496
1496
|
"disabled": false,
|
1497
|
-
"document": "
|
1497
|
+
"document": "用户名下物理专线是否都签署了用户协议。",
|
1498
1498
|
"example": "true",
|
1499
1499
|
"member": "bool",
|
1500
1500
|
"name": "AllSignLaw",
|
1501
1501
|
"output_required": true,
|
1502
1502
|
"type": "bool",
|
1503
|
-
"value_allowed_null":
|
1503
|
+
"value_allowed_null": false
|
1504
1504
|
},
|
1505
1505
|
{
|
1506
1506
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1521,53 +1521,53 @@
|
|
1521
1521
|
"members": [
|
1522
1522
|
{
|
1523
1523
|
"disabled": false,
|
1524
|
-
"document": "IPv6
|
1524
|
+
"document": "IPv6互联网公网允许的最小前缀长度",
|
1525
1525
|
"example": "64",
|
1526
1526
|
"member": "int64",
|
1527
1527
|
"name": "Ipv6PrefixLen",
|
1528
1528
|
"output_required": true,
|
1529
1529
|
"type": "int",
|
1530
|
-
"value_allowed_null":
|
1530
|
+
"value_allowed_null": false
|
1531
1531
|
},
|
1532
1532
|
{
|
1533
1533
|
"disabled": false,
|
1534
|
-
"document": "BGP类型IPv4
|
1534
|
+
"document": "BGP类型IPv4互联网地址配额",
|
1535
1535
|
"example": "64",
|
1536
1536
|
"member": "int64",
|
1537
1537
|
"name": "Ipv4BgpQuota",
|
1538
1538
|
"output_required": true,
|
1539
1539
|
"type": "int",
|
1540
|
-
"value_allowed_null":
|
1540
|
+
"value_allowed_null": false
|
1541
1541
|
},
|
1542
1542
|
{
|
1543
1543
|
"disabled": false,
|
1544
|
-
"document": "非BGP类型IPv4
|
1544
|
+
"document": "非BGP类型IPv4互联网地址配额",
|
1545
1545
|
"example": "0",
|
1546
1546
|
"member": "int64",
|
1547
1547
|
"name": "Ipv4OtherQuota",
|
1548
1548
|
"output_required": true,
|
1549
1549
|
"type": "int",
|
1550
|
-
"value_allowed_null":
|
1550
|
+
"value_allowed_null": false
|
1551
1551
|
},
|
1552
1552
|
{
|
1553
1553
|
"disabled": false,
|
1554
|
-
"document": "BGP类型IPv4
|
1554
|
+
"document": "BGP类型IPv4互联网地址已使用数量",
|
1555
1555
|
"example": "8",
|
1556
1556
|
"member": "int64",
|
1557
1557
|
"name": "Ipv4BgpNum",
|
1558
1558
|
"output_required": true,
|
1559
1559
|
"type": "int",
|
1560
|
-
"value_allowed_null":
|
1560
|
+
"value_allowed_null": false
|
1561
1561
|
},
|
1562
1562
|
{
|
1563
1563
|
"disabled": false,
|
1564
|
-
"document": "非BGP
|
1564
|
+
"document": "非BGP类型互联网地址已使用数量",
|
1565
1565
|
"example": "0",
|
1566
1566
|
"member": "int64",
|
1567
1567
|
"name": "Ipv4OtherNum",
|
1568
1568
|
"output_required": true,
|
1569
1569
|
"type": "int",
|
1570
|
-
"value_allowed_null":
|
1570
|
+
"value_allowed_null": false
|
1571
1571
|
},
|
1572
1572
|
{
|
1573
1573
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1661,13 +1661,13 @@
|
|
1661
1661
|
},
|
1662
1662
|
{
|
1663
1663
|
"disabled": false,
|
1664
|
-
"document": "
|
1664
|
+
"document": "互联网公网地址统计信息列表",
|
1665
1665
|
"example": "{\"Region\": \"bj\", \"SubnetNum\": 0}",
|
1666
1666
|
"member": "InternetAddressStatistics",
|
1667
1667
|
"name": "InternetAddressStatistics",
|
1668
1668
|
"output_required": true,
|
1669
1669
|
"type": "list",
|
1670
|
-
"value_allowed_null":
|
1670
|
+
"value_allowed_null": false
|
1671
1671
|
},
|
1672
1672
|
{
|
1673
1673
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1683,8 +1683,8 @@
|
|
1683
1683
|
"members": [
|
1684
1684
|
{
|
1685
1685
|
"disabled": false,
|
1686
|
-
"document": "专用通道ID",
|
1687
|
-
"example": "",
|
1686
|
+
"document": "专用通道ID。",
|
1687
|
+
"example": "dcx-xxx",
|
1688
1688
|
"member": "string",
|
1689
1689
|
"name": "DirectConnectTunnelId",
|
1690
1690
|
"required": true,
|
@@ -1692,8 +1692,8 @@
|
|
1692
1692
|
},
|
1693
1693
|
{
|
1694
1694
|
"disabled": false,
|
1695
|
-
"document": "过滤条件:\nroute-type:路由类型,取值:BGP/STATIC
|
1696
|
-
"example": "",
|
1695
|
+
"document": "过滤条件:\nroute-type:路由类型,取值:BGP/STATIC;\nroute-subnet:路由cidr,取值如:192.68.1.0/24。",
|
1696
|
+
"example": "无",
|
1697
1697
|
"member": "Filter",
|
1698
1698
|
"name": "Filters",
|
1699
1699
|
"required": false,
|
@@ -1701,8 +1701,8 @@
|
|
1701
1701
|
},
|
1702
1702
|
{
|
1703
1703
|
"disabled": false,
|
1704
|
-
"document": "偏移量,默认为0",
|
1705
|
-
"example": "",
|
1704
|
+
"document": "偏移量,默认为0。",
|
1705
|
+
"example": "0",
|
1706
1706
|
"member": "int64",
|
1707
1707
|
"name": "Offset",
|
1708
1708
|
"required": false,
|
@@ -1710,8 +1710,8 @@
|
|
1710
1710
|
},
|
1711
1711
|
{
|
1712
1712
|
"disabled": false,
|
1713
|
-
"document": "返回数量,默认为20,最大值为100",
|
1714
|
-
"example": "",
|
1713
|
+
"document": "返回数量,默认为20,最大值为100。",
|
1714
|
+
"example": "100",
|
1715
1715
|
"member": "int64",
|
1716
1716
|
"name": "Limit",
|
1717
1717
|
"required": false,
|
@@ -1725,19 +1725,21 @@
|
|
1725
1725
|
"members": [
|
1726
1726
|
{
|
1727
1727
|
"disabled": false,
|
1728
|
-
"document": "
|
1729
|
-
"example": "",
|
1728
|
+
"document": "互联网通道路由列表。",
|
1729
|
+
"example": "无",
|
1730
1730
|
"member": "DirectConnectTunnelRoute",
|
1731
1731
|
"name": "Routes",
|
1732
|
+
"output_required": true,
|
1732
1733
|
"type": "list",
|
1733
1734
|
"value_allowed_null": false
|
1734
1735
|
},
|
1735
1736
|
{
|
1736
1737
|
"disabled": false,
|
1737
|
-
"document": "
|
1738
|
-
"example": "",
|
1738
|
+
"document": "路由总数量。",
|
1739
|
+
"example": "20",
|
1739
1740
|
"member": "int64",
|
1740
1741
|
"name": "TotalCount",
|
1742
|
+
"output_required": true,
|
1741
1743
|
"type": "int",
|
1742
1744
|
"value_allowed_null": false
|
1743
1745
|
},
|
@@ -2827,7 +2829,7 @@
|
|
2827
2829
|
"example": "dcxr-69sg663r",
|
2828
2830
|
"member": "string",
|
2829
2831
|
"name": "RouteId",
|
2830
|
-
"
|
2832
|
+
"output_required": true,
|
2831
2833
|
"type": "string",
|
2832
2834
|
"value_allowed_null": false
|
2833
2835
|
},
|
@@ -2837,7 +2839,7 @@
|
|
2837
2839
|
"example": "10.0.0.0/16",
|
2838
2840
|
"member": "string",
|
2839
2841
|
"name": "DestinationCidrBlock",
|
2840
|
-
"
|
2842
|
+
"output_required": true,
|
2841
2843
|
"type": "string",
|
2842
2844
|
"value_allowed_null": false
|
2843
2845
|
},
|
@@ -2847,7 +2849,7 @@
|
|
2847
2849
|
"example": "BGP",
|
2848
2850
|
"member": "string",
|
2849
2851
|
"name": "RouteType",
|
2850
|
-
"
|
2852
|
+
"output_required": true,
|
2851
2853
|
"type": "string",
|
2852
2854
|
"value_allowed_null": false
|
2853
2855
|
},
|
@@ -2857,7 +2859,7 @@
|
|
2857
2859
|
"example": "ENABLE",
|
2858
2860
|
"member": "string",
|
2859
2861
|
"name": "Status",
|
2860
|
-
"
|
2862
|
+
"output_required": true,
|
2861
2863
|
"type": "string",
|
2862
2864
|
"value_allowed_null": false
|
2863
2865
|
},
|
@@ -2867,7 +2869,7 @@
|
|
2867
2869
|
"example": "['123', '342']",
|
2868
2870
|
"member": "string",
|
2869
2871
|
"name": "ASPath",
|
2870
|
-
"
|
2872
|
+
"output_required": true,
|
2871
2873
|
"type": "list",
|
2872
2874
|
"value_allowed_null": false
|
2873
2875
|
},
|
@@ -2877,19 +2879,19 @@
|
|
2877
2879
|
"example": "0.0.0.0",
|
2878
2880
|
"member": "string",
|
2879
2881
|
"name": "NextHop",
|
2880
|
-
"
|
2882
|
+
"output_required": true,
|
2881
2883
|
"type": "string",
|
2882
2884
|
"value_allowed_null": false
|
2883
2885
|
},
|
2884
2886
|
{
|
2885
2887
|
"disabled": false,
|
2886
|
-
"document": "
|
2888
|
+
"document": "路由更新时间",
|
2887
2889
|
"example": "2021-07-11 12:32:32",
|
2888
2890
|
"member": "string",
|
2889
2891
|
"name": "UpdateTime",
|
2890
|
-
"
|
2892
|
+
"output_required": true,
|
2891
2893
|
"type": "string",
|
2892
|
-
"value_allowed_null":
|
2894
|
+
"value_allowed_null": false
|
2893
2895
|
},
|
2894
2896
|
{
|
2895
2897
|
"disabled": false,
|
@@ -2897,7 +2899,7 @@
|
|
2897
2899
|
"example": "True",
|
2898
2900
|
"member": "bool",
|
2899
2901
|
"name": "ApplyOnTunnelEnable",
|
2900
|
-
"
|
2902
|
+
"output_required": true,
|
2901
2903
|
"type": "bool",
|
2902
2904
|
"value_allowed_null": false
|
2903
2905
|
}
|
@@ -3149,7 +3151,7 @@
|
|
3149
3151
|
{
|
3150
3152
|
"disabled": false,
|
3151
3153
|
"document": "物理专线名称。",
|
3152
|
-
"example": "
|
3154
|
+
"example": "我的专线01",
|
3153
3155
|
"member": "string",
|
3154
3156
|
"name": "DirectConnectName",
|
3155
3157
|
"required": false,
|
@@ -3311,7 +3313,7 @@
|
|
3311
3313
|
{
|
3312
3314
|
"disabled": false,
|
3313
3315
|
"document": "腾讯侧互联IP。",
|
3314
|
-
"example": "
|
3316
|
+
"example": "192.168.0.1/24",
|
3315
3317
|
"member": "string",
|
3316
3318
|
"name": "TencentAddress",
|
3317
3319
|
"required": false,
|
@@ -3320,7 +3322,7 @@
|
|
3320
3322
|
{
|
3321
3323
|
"disabled": false,
|
3322
3324
|
"document": "用户侧互联IP。",
|
3323
|
-
"example": "
|
3325
|
+
"example": "192.168.0.3/24",
|
3324
3326
|
"member": "string",
|
3325
3327
|
"name": "CustomerAddress",
|
3326
3328
|
"required": false,
|
@@ -3338,7 +3340,7 @@
|
|
3338
3340
|
{
|
3339
3341
|
"disabled": false,
|
3340
3342
|
"document": "腾讯侧备用互联IP。",
|
3341
|
-
"example": "
|
3343
|
+
"example": "192.168.0.2/24",
|
3342
3344
|
"member": "string",
|
3343
3345
|
"name": "TencentBackupAddress",
|
3344
3346
|
"required": false,
|
@@ -118,13 +118,13 @@
|
|
118
118
|
{
|
119
119
|
"document": "查询BGP路由的专用通道。",
|
120
120
|
"input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnectTunnels\n&Filters.0.Name=direct-connect-tunnel-id\n&Filters.0.Values.0=dcx-047zz5e6\n&Limit=20\n&Offset=0\n&<公共请求参数>",
|
121
|
-
"output": "{\n \"Response\": {\n \"DirectConnectTunnelSet\": [\n {\n \"OwnerAccount\": \"100001332514\",\n \"DirectConnectOwnerAccount\": \"100001332514\",\n \"DirectConnectId\": \"dc-n6c9vvv3\",\n \"SignLaw\": true,\n \"DirectConnectTunnelId\": \"dcx-047zz5e6\",\n \"DirectConnectTunnelName\": \"DCXCCNVxlanBgpEcmpTestautotestdcxtwo\",\n \"State\": \"AVAILABLE\",\n \"VpcId\": \"\",\n \"NetworkRegion\": \"ap-chongqing\",\n \"VpcRegion\": \"cq\",\n \"DirectConnectGatewayId\": \"dcg-meljxc9n\",\n \"Bandwidth\": 100,\n \"Vlan\": 2432,\n \"TencentAddress\": \"192.168.0.3/29\",\n \"CustomerAddress\": \"192.168.0.1/29\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetDetectId\": \"\",\n \"EnableBGPCommunity\": false,\n \"NatType\": 0,\n \"BfdEnable\": 0,\n \"AccessPointType\": \"VXLAN\",\n \"DirectConnectGatewayName\": \"\",\n \"VpcName\": \"\",\n \"ShareOrNot\": 0,\n \"TencentBackupAddress\": \"192.168.0.2/29\",\n \"NetworkType\": \"CCN\",\n \"CloudAttachId\":
|
121
|
+
"output": "{\n \"Response\": {\n \"DirectConnectTunnelSet\": [\n {\n \"OwnerAccount\": \"100001332514\",\n \"DirectConnectOwnerAccount\": \"100001332514\",\n \"DirectConnectId\": \"dc-n6c9vvv3\",\n \"SignLaw\": true,\n \"DirectConnectTunnelId\": \"dcx-047zz5e6\",\n \"DirectConnectTunnelName\": \"DCXCCNVxlanBgpEcmpTestautotestdcxtwo\",\n \"State\": \"AVAILABLE\",\n \"VpcId\": \"\",\n \"NetworkRegion\": \"ap-chongqing\",\n \"VpcRegion\": \"cq\",\n \"DirectConnectGatewayId\": \"dcg-meljxc9n\",\n \"Bandwidth\": 100,\n \"Vlan\": 2432,\n \"TencentAddress\": \"192.168.0.3/29\",\n \"CustomerAddress\": \"192.168.0.1/29\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetDetectId\": \"\",\n \"EnableBGPCommunity\": false,\n \"NatType\": 0,\n \"BfdEnable\": 0,\n \"AccessPointType\": \"VXLAN\",\n \"DirectConnectGatewayName\": \"\",\n \"VpcName\": \"\",\n \"ShareOrNot\": 0,\n \"TencentBackupAddress\": \"192.168.0.2/29\",\n \"NetworkType\": \"CCN\",\n \"CloudAttachId\": \"\",\n \"RouteType\": \"BGP\",\n \"BgpPeer\": {\n \"Asn\": 65120,\n \"AuthKey\": \"tencent\"\n },\n \"RouteFilterPrefixes\": [],\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"8ae32da8-db96-400f-908e-0de2c89e96ea\",\n \"TotalCount\": 1\n }\n}",
|
122
122
|
"title": "查询BGP路由的专用通道"
|
123
123
|
},
|
124
124
|
{
|
125
125
|
"document": "查询STATIC路由的专用通道。",
|
126
126
|
"input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnectTunnels\n&Filters.0.Name=direct-connect-tunnel-id\n&Filters.0.Values.0=dcx-ltcfypom\n&Limit=20\n&Offset=0\n&<公共请求参数>",
|
127
|
-
"output": "{\n \"Response\": {\n \"DirectConnectTunnelSet\": [\n {\n \"OwnerAccount\": \"100001332514\",\n \"DirectConnectOwnerAccount\": \"100001332514\",\n \"DirectConnectId\": \"dc-n6c9vvv3\",\n \"SignLaw\": true,\n \"DirectConnectTunnelId\": \"dcx-ltcfypom\",\n \"DirectConnectTunnelName\": \"DCXVPCVxlanStaticEcmpTestautotestdcxone\",\n \"State\": \"AVAILABLE\",\n \"VpcId\": \"vpc-q1cy5hgx\",\n \"NetworkRegion\": \"ap-chongqing\",\n \"VpcRegion\": \"cq\",\n \"DirectConnectGatewayId\": \"dcg-f5ucfdg3\",\n \"Bandwidth\": 100,\n \"Vlan\": 2414,\n \"TencentAddress\": \"192.168.0.3/29\",\n \"CustomerAddress\": \"192.168.0.1/29\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetDetectId\": \"\",\n \"EnableBGPCommunity\": false,\n \"NatType\": 0,\n \"BfdEnable\": 0,\n \"AccessPointType\": \"VXLAN\",\n \"DirectConnectGatewayName\": \"\",\n \"VpcName\": \"\",\n \"ShareOrNot\": 0,\n \"TencentBackupAddress\": \"\",\n \"NetworkType\": \"VPC\",\n \"CloudAttachId\":
|
127
|
+
"output": "{\n \"Response\": {\n \"DirectConnectTunnelSet\": [\n {\n \"OwnerAccount\": \"100001332514\",\n \"DirectConnectOwnerAccount\": \"100001332514\",\n \"DirectConnectId\": \"dc-n6c9vvv3\",\n \"SignLaw\": true,\n \"DirectConnectTunnelId\": \"dcx-ltcfypom\",\n \"DirectConnectTunnelName\": \"DCXVPCVxlanStaticEcmpTestautotestdcxone\",\n \"State\": \"AVAILABLE\",\n \"VpcId\": \"vpc-q1cy5hgx\",\n \"NetworkRegion\": \"ap-chongqing\",\n \"VpcRegion\": \"cq\",\n \"DirectConnectGatewayId\": \"dcg-f5ucfdg3\",\n \"Bandwidth\": 100,\n \"Vlan\": 2414,\n \"TencentAddress\": \"192.168.0.3/29\",\n \"CustomerAddress\": \"192.168.0.1/29\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetDetectId\": \"\",\n \"EnableBGPCommunity\": false,\n \"NatType\": 0,\n \"BfdEnable\": 0,\n \"AccessPointType\": \"VXLAN\",\n \"DirectConnectGatewayName\": \"\",\n \"VpcName\": \"\",\n \"ShareOrNot\": 0,\n \"TencentBackupAddress\": \"\",\n \"NetworkType\": \"VPC\",\n \"CloudAttachId\": \"\",\n \"RouteType\": \"STATIC\",\n \"RouteFilterPrefixes\": [\n {\n \"Cidr\": \"19.244.99.224/32\"\n }\n ],\n \"BgpPeer\": {\n \"Asn\": -1,\n \"AuthKey\": \"\"\n },\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"8ae32da8-db96-400f-908e-0de2c89e96ea\",\n \"TotalCount\": 1\n }\n}",
|
128
128
|
"title": "查询STATIC路由的专用通道"
|
129
129
|
}
|
130
130
|
],
|
@@ -132,13 +132,13 @@
|
|
132
132
|
{
|
133
133
|
"document": "使用Filter进行筛选,用direct-connect-name进行筛选。",
|
134
134
|
"input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnects\r\n&Filters.0.Name=direct-connect-name\r\n&Filters.0.Values.0=专线接入\r\n&<公共请求参数>",
|
135
|
-
"output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\":
|
135
|
+
"output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\": \"2024-09-22T00:00:00+00:00\",\n \"EnabledTime\": \"2020-09-22T00:00:00+00:00\",\n \"TencentAddress\": \"192.168.1.2/24\",\n \"CustomerAddress\": \"192.168.1.1/24\",\n \"ChargeType\": \"NON_RECURRING_CHARGE\",\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"edafc0e0-3a01-4ac3-848d-e402ff04c1f3\",\n \"TotalCount\": 1,\n \"AllSignLaw\": false\n }\n}",
|
136
136
|
"title": "查询物理专线列表-1"
|
137
137
|
},
|
138
138
|
{
|
139
139
|
"document": "指定DirectConnectIds查询物理专线列表。",
|
140
140
|
"input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnects\n&DirectConnectIds.0=dc-c3hbbsw9\n&<公共请求参数>",
|
141
|
-
"output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\":
|
141
|
+
"output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\": \"2024-09-22T00:00:00+00:00\",\n \"EnabledTime\": \"2020-09-22T00:00:00+00:00\",\n \"TencentAddress\": \"192.168.1.2/24\",\n \"CustomerAddress\": \"192.168.1.1/24\",\n \"ChargeType\": \"NON_RECURRING_CHARGE\",\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"edafc0e0-3a01-4ac3-848d-e402ff04c1f3\",\n \"TotalCount\": 1,\n \"AllSignLaw\": false\n }\n}",
|
142
142
|
"title": "查询物理专线列表-2"
|
143
143
|
}
|
144
144
|
],
|
@@ -168,9 +168,9 @@
|
|
168
168
|
],
|
169
169
|
"DescribePublicDirectConnectTunnelRoutes": [
|
170
170
|
{
|
171
|
-
"document": "",
|
172
|
-
"input": "https://dc.tencentcloudapi.com/?Action=DescribePublicDirectConnectTunnelRoutes\n&DirectConnectTunnelId=dcx-
|
173
|
-
"output": "{\n \"Response\": {\n \"Routes\": [\n {\n \"
|
171
|
+
"document": "查询互联网通道路由列表",
|
172
|
+
"input": "https://dc.tencentcloudapi.com/?Action=DescribePublicDirectConnectTunnelRoutes\n&DirectConnectTunnelId=dcx-69p738pu\n&<公共请求参数>",
|
173
|
+
"output": "{\n \"Response\": {\n \"Routes\": [\n {\n \"RouteId\": \"ipv4-l4udy3uj\",\n \"DestinationCidrBlock\": \"49.7.252.80/30\",\n \"RouteType\": \"STATIC\",\n \"Status\": \"ENABLE\",\n \"ASPath\": [],\n \"NextHop\": \"10.60.191.1\",\n \"UpdateTime\": \"2023-01-13 22:48:50\",\n \"ApplyOnTunnelEnable\": true\n }\n ],\n \"RequestId\": \"8ae32da8-db96-400f-908e-0de2c89e96ea\",\n \"TotalCount\": 1\n }\n}",
|
174
174
|
"title": "查询互联网通道路由列表"
|
175
175
|
}
|
176
176
|
],
|
@@ -193,7 +193,7 @@
|
|
193
193
|
"ModifyDirectConnectAttribute": [
|
194
194
|
{
|
195
195
|
"document": "修改物理专线属性信息",
|
196
|
-
"input": "https://dc.tencentcloudapi.com/?Action=ModifyDirectConnectAttribute\n&DirectConnectId=dcx-abcdefgh\n&DirectConnectName
|
196
|
+
"input": "https://dc.tencentcloudapi.com/?Action=ModifyDirectConnectAttribute\n&DirectConnectId=dcx-abcdefgh\n&DirectConnectName=我的专线01\n&CircuitCode=ABF_123\n&Vlan=100\n&TencentAddress=172.168.1.1/30\n&CustomerAddress=172.168.1.2/30\n&CustomerName=张三\n&CustomerContactMail=12345@qq.com\n&CustomerContactNumber=18812345678\n&Bandwidth=1000\n&<公共请求参数>",
|
197
197
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
198
198
|
"title": "修改物理专线属性信息"
|
199
199
|
}
|