tccli 3.0.1313.1__py2.py3-none-any.whl → 3.0.1314.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/autoscaling/v20180419/api.json +9 -9
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cfs/v20190719/api.json +92 -91
- tccli/services/cfs/v20190719/examples.json +7 -7
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +9 -9
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/teo/v20220901/api.json +32 -4
- tccli/services/tke/v20180525/api.json +3 -3
- tccli/services/trtc/v20190722/api.json +1 -1
- {tccli-3.0.1313.1.dist-info → tccli-3.0.1314.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1313.1.dist-info → tccli-3.0.1314.1.dist-info}/RECORD +16 -16
- {tccli-3.0.1313.1.dist-info → tccli-3.0.1314.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1313.1.dist-info → tccli-3.0.1314.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1313.1.dist-info → tccli-3.0.1314.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1314.1'
|
@@ -1411,7 +1411,7 @@
|
|
1411
1411
|
},
|
1412
1412
|
{
|
1413
1413
|
"disabled": false,
|
1414
|
-
"document": "最小实例数,取值范围为0
|
1414
|
+
"document": "最小实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
1415
1415
|
"example": "1",
|
1416
1416
|
"member": "int64",
|
1417
1417
|
"name": "MinSize",
|
@@ -1420,7 +1420,7 @@
|
|
1420
1420
|
},
|
1421
1421
|
{
|
1422
1422
|
"disabled": false,
|
1423
|
-
"document": "最大实例数,取值范围为0
|
1423
|
+
"document": "最大实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
1424
1424
|
"example": "1",
|
1425
1425
|
"member": "int64",
|
1426
1426
|
"name": "MaxSize",
|
@@ -1429,7 +1429,7 @@
|
|
1429
1429
|
},
|
1430
1430
|
{
|
1431
1431
|
"disabled": false,
|
1432
|
-
"document": "
|
1432
|
+
"document": "期望实例数,取值范围 [0,2000],默认值等于当前 MinSize,同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
1433
1433
|
"example": "1",
|
1434
1434
|
"member": "int64",
|
1435
1435
|
"name": "DesiredCapacity",
|
@@ -1493,7 +1493,7 @@
|
|
1493
1493
|
},
|
1494
1494
|
{
|
1495
1495
|
"disabled": false,
|
1496
|
-
"document": "最大实例数,取值范围为0
|
1496
|
+
"document": "最大实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
1497
1497
|
"example": "1",
|
1498
1498
|
"member": "uint64",
|
1499
1499
|
"name": "MaxSize",
|
@@ -1502,7 +1502,7 @@
|
|
1502
1502
|
},
|
1503
1503
|
{
|
1504
1504
|
"disabled": false,
|
1505
|
-
"document": "最小实例数,取值范围为0
|
1505
|
+
"document": "最小实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
1506
1506
|
"example": "1",
|
1507
1507
|
"member": "uint64",
|
1508
1508
|
"name": "MinSize",
|
@@ -1529,7 +1529,7 @@
|
|
1529
1529
|
},
|
1530
1530
|
{
|
1531
1531
|
"disabled": false,
|
1532
|
-
"document": "期望实例数,取值范围 [0,2000]
|
1532
|
+
"document": "期望实例数,取值范围 [0,2000],默认值等于当前 MinSize,同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
1533
1533
|
"example": "1",
|
1534
1534
|
"member": "uint64",
|
1535
1535
|
"name": "DesiredCapacity",
|
@@ -5514,7 +5514,7 @@
|
|
5514
5514
|
},
|
5515
5515
|
{
|
5516
5516
|
"disabled": false,
|
5517
|
-
"document": "期望实例数,取值范围 [0,2000]
|
5517
|
+
"document": "期望实例数,取值范围 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
5518
5518
|
"example": "2",
|
5519
5519
|
"member": "uint64",
|
5520
5520
|
"name": "DesiredCapacity",
|
@@ -5523,7 +5523,7 @@
|
|
5523
5523
|
},
|
5524
5524
|
{
|
5525
5525
|
"disabled": false,
|
5526
|
-
"document": "最小实例数,取值范围为0
|
5526
|
+
"document": "最小实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
5527
5527
|
"example": "0",
|
5528
5528
|
"member": "uint64",
|
5529
5529
|
"name": "MinSize",
|
@@ -5532,7 +5532,7 @@
|
|
5532
5532
|
},
|
5533
5533
|
{
|
5534
5534
|
"disabled": false,
|
5535
|
-
"document": "最大实例数,取值范围为0
|
5535
|
+
"document": "最大实例数,取值范围为 [0,2000],同时需满足 MaxSize >= DesiredCapacity >= MinSize 。",
|
5536
5536
|
"example": "20",
|
5537
5537
|
"member": "uint64",
|
5538
5538
|
"name": "MaxSize",
|
@@ -225,6 +225,15 @@
|
|
225
225
|
"name": "SubSyncFlag",
|
226
226
|
"required": false,
|
227
227
|
"type": "int"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"disabled": false,
|
231
|
+
"document": "创建者名称",
|
232
|
+
"example": "weizhang",
|
233
|
+
"member": "string",
|
234
|
+
"name": "RtxName",
|
235
|
+
"required": false,
|
236
|
+
"type": "string"
|
228
237
|
}
|
229
238
|
],
|
230
239
|
"type": "object"
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
73
|
"DeleteCfsPGroup": {
|
74
|
-
"document": "本接口(DeleteCfsPGroup
|
74
|
+
"document": "本接口(DeleteCfsPGroup)用于删除权限组,只有未绑定文件系统的权限组才能够被此接口删除。",
|
75
75
|
"input": "DeleteCfsPGroupRequest",
|
76
76
|
"name": "删除权限组",
|
77
77
|
"output": "DeleteCfsPGroupResponse",
|
@@ -367,7 +367,7 @@
|
|
367
367
|
},
|
368
368
|
{
|
369
369
|
"disabled": false,
|
370
|
-
"document": "
|
370
|
+
"document": "快照策略名称",
|
371
371
|
"example": "default",
|
372
372
|
"member": "string",
|
373
373
|
"name": "PolicyName",
|
@@ -437,8 +437,8 @@
|
|
437
437
|
},
|
438
438
|
{
|
439
439
|
"disabled": false,
|
440
|
-
"document": "快照策略状态,
|
441
|
-
"example": "
|
440
|
+
"document": "快照策略状态,available代表快照策略状态正常。这里只有一种状态",
|
441
|
+
"example": "available",
|
442
442
|
"member": "string",
|
443
443
|
"name": "Status",
|
444
444
|
"output_required": true,
|
@@ -697,7 +697,7 @@
|
|
697
697
|
"members": [
|
698
698
|
{
|
699
699
|
"disabled": false,
|
700
|
-
"document": "快照策略ID",
|
700
|
+
"document": "快照策略ID,通过快照策略列表获取",
|
701
701
|
"example": "asp-xx",
|
702
702
|
"member": "string",
|
703
703
|
"name": "AutoSnapshotPolicyId",
|
@@ -706,7 +706,7 @@
|
|
706
706
|
},
|
707
707
|
{
|
708
708
|
"disabled": false,
|
709
|
-
"document": "
|
709
|
+
"document": "文件系统id列表,用“,”分隔,文件系统id通过查询文件系统列表获得",
|
710
710
|
"example": "cfs-abc,cfs-bdc.",
|
711
711
|
"member": "string",
|
712
712
|
"name": "FileSystemIds",
|
@@ -725,6 +725,7 @@
|
|
725
725
|
"example": "asp-xx",
|
726
726
|
"member": "string",
|
727
727
|
"name": "AutoSnapshotPolicyId",
|
728
|
+
"output_required": true,
|
728
729
|
"type": "string",
|
729
730
|
"value_allowed_null": false
|
730
731
|
},
|
@@ -768,8 +769,8 @@
|
|
768
769
|
"members": [
|
769
770
|
{
|
770
771
|
"disabled": false,
|
771
|
-
"document": "
|
772
|
-
"example": "
|
772
|
+
"document": "证书描述,不超过64字符",
|
773
|
+
"example": "用于访问CFS的凭证",
|
773
774
|
"member": "string",
|
774
775
|
"name": "CertDesc",
|
775
776
|
"required": true,
|
@@ -805,8 +806,8 @@
|
|
805
806
|
"members": [
|
806
807
|
{
|
807
808
|
"disabled": false,
|
808
|
-
"document": "快照重复时间点,0-23",
|
809
|
-
"example": "
|
809
|
+
"document": "快照重复时间点,0-23,小时",
|
810
|
+
"example": "1,3,5",
|
810
811
|
"member": "string",
|
811
812
|
"name": "Hour",
|
812
813
|
"required": true,
|
@@ -823,8 +824,8 @@
|
|
823
824
|
},
|
824
825
|
{
|
825
826
|
"disabled": false,
|
826
|
-
"document": "快照重复日期,星期一到星期日。 1代表星期一、7
|
827
|
-
"example": "
|
827
|
+
"document": "快照重复日期,星期一到星期日。 1代表星期一、7代表星期天,与DayOfMonth,IntervalDays 三者选一",
|
828
|
+
"example": "2,3",
|
828
829
|
"member": "string",
|
829
830
|
"name": "DayOfWeek",
|
830
831
|
"required": false,
|
@@ -832,7 +833,7 @@
|
|
832
833
|
},
|
833
834
|
{
|
834
835
|
"disabled": false,
|
835
|
-
"document": "
|
836
|
+
"document": "快照保留时长,单位天,默认永久0",
|
836
837
|
"example": "3",
|
837
838
|
"member": "uint64",
|
838
839
|
"name": "AliveDays",
|
@@ -841,7 +842,7 @@
|
|
841
842
|
},
|
842
843
|
{
|
843
844
|
"disabled": false,
|
844
|
-
"document": "快照按月重复,每月1-31
|
845
|
+
"document": "快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。与DayOfWeek,IntervalDays 三者选一",
|
845
846
|
"example": "1",
|
846
847
|
"member": "string",
|
847
848
|
"name": "DayOfMonth",
|
@@ -850,7 +851,7 @@
|
|
850
851
|
},
|
851
852
|
{
|
852
853
|
"disabled": false,
|
853
|
-
"document": "
|
854
|
+
"document": "间隔天数,与DayOfWeek,DayOfMonth 三者选一",
|
854
855
|
"example": "10",
|
855
856
|
"member": "uint64",
|
856
857
|
"name": "IntervalDays",
|
@@ -1233,7 +1234,7 @@
|
|
1233
1234
|
"members": [
|
1234
1235
|
{
|
1235
1236
|
"disabled": false,
|
1236
|
-
"document": "权限组 ID",
|
1237
|
+
"document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
|
1237
1238
|
"example": "pgroup-12345",
|
1238
1239
|
"member": "string",
|
1239
1240
|
"name": "PGroupId",
|
@@ -1356,7 +1357,7 @@
|
|
1356
1357
|
"members": [
|
1357
1358
|
{
|
1358
1359
|
"disabled": false,
|
1359
|
-
"document": "文件系统
|
1360
|
+
"document": "文件系统 ID,通过查询文件系统接口获取",
|
1360
1361
|
"example": "cfs-gagaggag",
|
1361
1362
|
"member": "string",
|
1362
1363
|
"name": "FileSystemId",
|
@@ -1365,8 +1366,8 @@
|
|
1365
1366
|
},
|
1366
1367
|
{
|
1367
1368
|
"disabled": false,
|
1368
|
-
"document": "
|
1369
|
-
"example": "
|
1369
|
+
"document": "快照名称,不超过64字符",
|
1370
|
+
"example": "CFS定期快照",
|
1370
1371
|
"member": "string",
|
1371
1372
|
"name": "SnapshotName",
|
1372
1373
|
"required": false,
|
@@ -1647,7 +1648,7 @@
|
|
1647
1648
|
"members": [
|
1648
1649
|
{
|
1649
1650
|
"disabled": false,
|
1650
|
-
"document": "权限组 ID",
|
1651
|
+
"document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
|
1651
1652
|
"example": "pgroup-12345",
|
1652
1653
|
"member": "string",
|
1653
1654
|
"name": "PGroupId",
|
@@ -1666,7 +1667,7 @@
|
|
1666
1667
|
"example": "pgroup-12345",
|
1667
1668
|
"member": "string",
|
1668
1669
|
"name": "PGroupId",
|
1669
|
-
"
|
1670
|
+
"output_required": true,
|
1670
1671
|
"type": "string",
|
1671
1672
|
"value_allowed_null": false
|
1672
1673
|
},
|
@@ -1676,7 +1677,7 @@
|
|
1676
1677
|
"example": "1250000000",
|
1677
1678
|
"member": "int64",
|
1678
1679
|
"name": "AppId",
|
1679
|
-
"
|
1680
|
+
"output_required": true,
|
1680
1681
|
"type": "int",
|
1681
1682
|
"value_allowed_null": false
|
1682
1683
|
},
|
@@ -1694,7 +1695,7 @@
|
|
1694
1695
|
"members": [
|
1695
1696
|
{
|
1696
1697
|
"disabled": false,
|
1697
|
-
"document": "权限组 ID",
|
1698
|
+
"document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
|
1698
1699
|
"example": "pgroup-12345",
|
1699
1700
|
"member": "string",
|
1700
1701
|
"name": "PGroupId",
|
@@ -1703,7 +1704,7 @@
|
|
1703
1704
|
},
|
1704
1705
|
{
|
1705
1706
|
"disabled": false,
|
1706
|
-
"document": "规则 ID",
|
1707
|
+
"document": "规则 ID,通过查询权限组规则接口获取",
|
1707
1708
|
"example": "rule-12345",
|
1708
1709
|
"member": "string",
|
1709
1710
|
"name": "RuleId",
|
@@ -1722,7 +1723,7 @@
|
|
1722
1723
|
"example": "rule-12345",
|
1723
1724
|
"member": "string",
|
1724
1725
|
"name": "RuleId",
|
1725
|
-
"
|
1726
|
+
"output_required": true,
|
1726
1727
|
"type": "string",
|
1727
1728
|
"value_allowed_null": false
|
1728
1729
|
},
|
@@ -1732,7 +1733,7 @@
|
|
1732
1733
|
"example": "pgroup-12345",
|
1733
1734
|
"member": "string",
|
1734
1735
|
"name": "PGroupId",
|
1735
|
-
"
|
1736
|
+
"output_required": true,
|
1736
1737
|
"type": "string",
|
1737
1738
|
"value_allowed_null": false
|
1738
1739
|
},
|
@@ -1750,7 +1751,7 @@
|
|
1750
1751
|
"members": [
|
1751
1752
|
{
|
1752
1753
|
"disabled": false,
|
1753
|
-
"document": "文件系统快照id",
|
1754
|
+
"document": "文件系统快照id,可通过查询快照列表接口获取",
|
1754
1755
|
"example": "snapcfs-xx",
|
1755
1756
|
"member": "string",
|
1756
1757
|
"name": "SnapshotId",
|
@@ -1759,7 +1760,7 @@
|
|
1759
1760
|
},
|
1760
1761
|
{
|
1761
1762
|
"disabled": false,
|
1762
|
-
"document": "
|
1763
|
+
"document": "需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项",
|
1763
1764
|
"example": "[\"snapcfs-xx\",\"snapcfs-xx1\"]",
|
1764
1765
|
"member": "string",
|
1765
1766
|
"name": "SnapshotIds",
|
@@ -1778,7 +1779,7 @@
|
|
1778
1779
|
"example": "snapcfs-xx",
|
1779
1780
|
"member": "string",
|
1780
1781
|
"name": "SnapshotId",
|
1781
|
-
"
|
1782
|
+
"output_required": true,
|
1782
1783
|
"type": "string",
|
1783
1784
|
"value_allowed_null": false
|
1784
1785
|
},
|
@@ -1859,7 +1860,7 @@
|
|
1859
1860
|
"members": [
|
1860
1861
|
{
|
1861
1862
|
"disabled": false,
|
1862
|
-
"document": "文件系统 ID",
|
1863
|
+
"document": "文件系统 ID,通过查询文件系统接口获取",
|
1863
1864
|
"example": "cfs-12345",
|
1864
1865
|
"member": "string",
|
1865
1866
|
"name": "FileSystemId",
|
@@ -1868,7 +1869,7 @@
|
|
1868
1869
|
},
|
1869
1870
|
{
|
1870
1871
|
"disabled": false,
|
1871
|
-
"document": "指定配额类型,包括Uid
|
1872
|
+
"document": "指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)",
|
1872
1873
|
"example": "Uid",
|
1873
1874
|
"member": "string",
|
1874
1875
|
"name": "UserType",
|
@@ -1877,7 +1878,7 @@
|
|
1877
1878
|
},
|
1878
1879
|
{
|
1879
1880
|
"disabled": false,
|
1880
|
-
"document": "UID/GID
|
1881
|
+
"document": "UID/GID信息,和DirectoryPath参数,两者必须填写一个",
|
1881
1882
|
"example": "1000",
|
1882
1883
|
"member": "string",
|
1883
1884
|
"name": "UserId",
|
@@ -1886,7 +1887,7 @@
|
|
1886
1887
|
},
|
1887
1888
|
{
|
1888
1889
|
"disabled": false,
|
1889
|
-
"document": "
|
1890
|
+
"document": "设置目录配额的目录的绝对路径,和UserId参数,两者必须填写一个",
|
1890
1891
|
"example": "/cfs/xx",
|
1891
1892
|
"member": "string",
|
1892
1893
|
"name": "DirectoryPath",
|
@@ -2097,7 +2098,7 @@
|
|
2097
2098
|
"members": [
|
2098
2099
|
{
|
2099
2100
|
"disabled": false,
|
2100
|
-
"document": "文件系统 ID
|
2101
|
+
"document": "文件系统 ID,通过查询文件系统接口获取",
|
2101
2102
|
"example": "cfs-12345",
|
2102
2103
|
"member": "string",
|
2103
2104
|
"name": "FileSystemId",
|
@@ -2106,7 +2107,7 @@
|
|
2106
2107
|
},
|
2107
2108
|
{
|
2108
2109
|
"disabled": false,
|
2109
|
-
"document": "Offset
|
2110
|
+
"document": "Offset 分页码,默认为0",
|
2110
2111
|
"example": "0",
|
2111
2112
|
"member": "uint64",
|
2112
2113
|
"name": "Offset",
|
@@ -2115,7 +2116,7 @@
|
|
2115
2116
|
},
|
2116
2117
|
{
|
2117
2118
|
"disabled": false,
|
2118
|
-
"document": "Limit
|
2119
|
+
"document": "Limit 页面大小,默认为10,最大值为100",
|
2119
2120
|
"example": "10",
|
2120
2121
|
"member": "uint64",
|
2121
2122
|
"name": "Limit",
|
@@ -2189,7 +2190,7 @@
|
|
2189
2190
|
},
|
2190
2191
|
{
|
2191
2192
|
"disabled": false,
|
2192
|
-
"document": "Offset
|
2193
|
+
"document": "Offset 分页码,默认0",
|
2193
2194
|
"example": "10",
|
2194
2195
|
"member": "uint64",
|
2195
2196
|
"name": "Offset",
|
@@ -2198,7 +2199,7 @@
|
|
2198
2199
|
},
|
2199
2200
|
{
|
2200
2201
|
"disabled": false,
|
2201
|
-
"document": "Limit
|
2202
|
+
"document": "Limit 页面大小,默认10",
|
2202
2203
|
"example": "10",
|
2203
2204
|
"member": "uint64",
|
2204
2205
|
"name": "Limit",
|
@@ -2281,7 +2282,7 @@
|
|
2281
2282
|
"members": [
|
2282
2283
|
{
|
2283
2284
|
"disabled": false,
|
2284
|
-
"document": "权限组 ID",
|
2285
|
+
"document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
|
2285
2286
|
"example": "pgroup-12345",
|
2286
2287
|
"member": "string",
|
2287
2288
|
"name": "PGroupId",
|
@@ -2300,7 +2301,7 @@
|
|
2300
2301
|
"example": "无",
|
2301
2302
|
"member": "PGroupRuleInfo",
|
2302
2303
|
"name": "RuleList",
|
2303
|
-
"
|
2304
|
+
"output_required": true,
|
2304
2305
|
"type": "list",
|
2305
2306
|
"value_allowed_null": false
|
2306
2307
|
},
|
@@ -2548,7 +2549,7 @@
|
|
2548
2549
|
"members": [
|
2549
2550
|
{
|
2550
2551
|
"disabled": false,
|
2551
|
-
"document": "文件系统 ID",
|
2552
|
+
"document": "文件系统 ID,查询文件系统列表可以获得id",
|
2552
2553
|
"example": "cfs-12345",
|
2553
2554
|
"member": "string",
|
2554
2555
|
"name": "FileSystemId",
|
@@ -2595,7 +2596,7 @@
|
|
2595
2596
|
"members": [
|
2596
2597
|
{
|
2597
2598
|
"disabled": false,
|
2598
|
-
"document": "文件系统快照ID",
|
2599
|
+
"document": "文件系统快照ID,通过快照创建接口获得",
|
2599
2600
|
"example": "snapcfs-xx",
|
2600
2601
|
"member": "string",
|
2601
2602
|
"name": "SnapshotId",
|
@@ -2605,7 +2606,7 @@
|
|
2605
2606
|
{
|
2606
2607
|
"disabled": false,
|
2607
2608
|
"document": "起始时间",
|
2608
|
-
"example": "2021-08-11 11:51:
|
2609
|
+
"example": "2021-08-11 11:51:33",
|
2609
2610
|
"member": "string",
|
2610
2611
|
"name": "StartTime",
|
2611
2612
|
"required": true,
|
@@ -2614,7 +2615,7 @@
|
|
2614
2615
|
{
|
2615
2616
|
"disabled": false,
|
2616
2617
|
"document": "结束时间",
|
2617
|
-
"example": "2021-08-11 11:51:
|
2618
|
+
"example": "2021-08-11 11:51:33",
|
2618
2619
|
"member": "string",
|
2619
2620
|
"name": "EndTime",
|
2620
2621
|
"required": true,
|
@@ -2957,7 +2958,7 @@
|
|
2957
2958
|
{
|
2958
2959
|
"disabled": false,
|
2959
2960
|
"document": "文件系统协议类型, 支持 NFS,CIFS,TURBO",
|
2960
|
-
"example": "
|
2961
|
+
"example": "NFS",
|
2961
2962
|
"member": "string",
|
2962
2963
|
"name": "Protocol",
|
2963
2964
|
"output_required": true,
|
@@ -3066,7 +3067,7 @@
|
|
3066
3067
|
},
|
3067
3068
|
{
|
3068
3069
|
"disabled": false,
|
3069
|
-
"document": "
|
3070
|
+
"document": "文件系统处理快照状态,snapping:快照中,normal:正常状态",
|
3070
3071
|
"example": "snapping",
|
3071
3072
|
"member": "string",
|
3072
3073
|
"name": "SnapStatus",
|
@@ -3530,7 +3531,7 @@
|
|
3530
3531
|
"example": "cfs-hge16re9",
|
3531
3532
|
"member": "string",
|
3532
3533
|
"name": "FileSystemId",
|
3533
|
-
"
|
3534
|
+
"output_required": true,
|
3534
3535
|
"type": "string",
|
3535
3536
|
"value_allowed_null": false
|
3536
3537
|
},
|
@@ -3540,7 +3541,7 @@
|
|
3540
3541
|
"example": "mount-0ylt3o7o",
|
3541
3542
|
"member": "string",
|
3542
3543
|
"name": "MountTargetId",
|
3543
|
-
"
|
3544
|
+
"output_required": true,
|
3544
3545
|
"type": "string",
|
3545
3546
|
"value_allowed_null": false
|
3546
3547
|
},
|
@@ -3550,7 +3551,7 @@
|
|
3550
3551
|
"example": "10.1.0.7",
|
3551
3552
|
"member": "string",
|
3552
3553
|
"name": "IpAddress",
|
3553
|
-
"
|
3554
|
+
"output_required": true,
|
3554
3555
|
"type": "string",
|
3555
3556
|
"value_allowed_null": false
|
3556
3557
|
},
|
@@ -3560,27 +3561,27 @@
|
|
3560
3561
|
"example": "fwsuvz0l",
|
3561
3562
|
"member": "string",
|
3562
3563
|
"name": "FSID",
|
3563
|
-
"
|
3564
|
+
"output_required": true,
|
3564
3565
|
"type": "string",
|
3565
3566
|
"value_allowed_null": false
|
3566
3567
|
},
|
3567
3568
|
{
|
3568
3569
|
"disabled": false,
|
3569
|
-
"document": "
|
3570
|
+
"document": "挂载点状态,包括creating:创建中;available:运行中;\ndeleting:删除中;\ncreate_failed: 创建失败",
|
3570
3571
|
"example": "available",
|
3571
3572
|
"member": "string",
|
3572
3573
|
"name": "LifeCycleState",
|
3573
|
-
"
|
3574
|
+
"output_required": true,
|
3574
3575
|
"type": "string",
|
3575
3576
|
"value_allowed_null": false
|
3576
3577
|
},
|
3577
3578
|
{
|
3578
3579
|
"disabled": false,
|
3579
|
-
"document": "
|
3580
|
+
"document": "网络类型,包括VPC,CCN",
|
3580
3581
|
"example": "VPC",
|
3581
3582
|
"member": "string",
|
3582
3583
|
"name": "NetworkInterface",
|
3583
|
-
"
|
3584
|
+
"output_required": true,
|
3584
3585
|
"type": "string",
|
3585
3586
|
"value_allowed_null": false
|
3586
3587
|
},
|
@@ -3590,7 +3591,7 @@
|
|
3590
3591
|
"example": "vpc-hq13cw04",
|
3591
3592
|
"member": "string",
|
3592
3593
|
"name": "VpcId",
|
3593
|
-
"
|
3594
|
+
"output_required": true,
|
3594
3595
|
"type": "string",
|
3595
3596
|
"value_allowed_null": false
|
3596
3597
|
},
|
@@ -3600,7 +3601,7 @@
|
|
3600
3601
|
"example": "qcloudtest",
|
3601
3602
|
"member": "string",
|
3602
3603
|
"name": "VpcName",
|
3603
|
-
"
|
3604
|
+
"output_required": true,
|
3604
3605
|
"type": "string",
|
3605
3606
|
"value_allowed_null": false
|
3606
3607
|
},
|
@@ -3610,7 +3611,7 @@
|
|
3610
3611
|
"example": "subnet-jdl08no5",
|
3611
3612
|
"member": "string",
|
3612
3613
|
"name": "SubnetId",
|
3613
|
-
"
|
3614
|
+
"output_required": true,
|
3614
3615
|
"type": "string",
|
3615
3616
|
"value_allowed_null": false
|
3616
3617
|
},
|
@@ -3620,7 +3621,7 @@
|
|
3620
3621
|
"example": "qcloudtest",
|
3621
3622
|
"member": "string",
|
3622
3623
|
"name": "SubnetName",
|
3623
|
-
"
|
3624
|
+
"output_required": true,
|
3624
3625
|
"type": "string",
|
3625
3626
|
"value_allowed_null": false
|
3626
3627
|
},
|
@@ -3630,7 +3631,7 @@
|
|
3630
3631
|
"example": "ccn-1xhbcp41",
|
3631
3632
|
"member": "string",
|
3632
3633
|
"name": "CcnID",
|
3633
|
-
"
|
3634
|
+
"output_required": true,
|
3634
3635
|
"type": "string",
|
3635
3636
|
"value_allowed_null": false
|
3636
3637
|
},
|
@@ -3640,7 +3641,7 @@
|
|
3640
3641
|
"example": "10.0.0.0/24",
|
3641
3642
|
"member": "string",
|
3642
3643
|
"name": "CidrBlock",
|
3643
|
-
"
|
3644
|
+
"output_required": true,
|
3644
3645
|
"type": "string",
|
3645
3646
|
"value_allowed_null": false
|
3646
3647
|
}
|
@@ -4171,7 +4172,7 @@
|
|
4171
4172
|
"example": "ap-guangzhou",
|
4172
4173
|
"member": "string",
|
4173
4174
|
"name": "Region",
|
4174
|
-
"
|
4175
|
+
"output_required": true,
|
4175
4176
|
"type": "string",
|
4176
4177
|
"value_allowed_null": false
|
4177
4178
|
},
|
@@ -4181,17 +4182,17 @@
|
|
4181
4182
|
"example": "2",
|
4182
4183
|
"member": "uint64",
|
4183
4184
|
"name": "SnapshotNumber",
|
4184
|
-
"
|
4185
|
+
"output_required": true,
|
4185
4186
|
"type": "int",
|
4186
4187
|
"value_allowed_null": false
|
4187
4188
|
},
|
4188
4189
|
{
|
4189
4190
|
"disabled": false,
|
4190
|
-
"document": "
|
4191
|
+
"document": "快照总容量,单位是MiB",
|
4191
4192
|
"example": "33",
|
4192
4193
|
"member": "uint64",
|
4193
4194
|
"name": "SnapshotSize",
|
4194
|
-
"
|
4195
|
+
"output_required": true,
|
4195
4196
|
"type": "int",
|
4196
4197
|
"value_allowed_null": false
|
4197
4198
|
}
|
@@ -4306,7 +4307,7 @@
|
|
4306
4307
|
"members": [
|
4307
4308
|
{
|
4308
4309
|
"disabled": false,
|
4309
|
-
"document": "需要解绑的文件系统ID列表,用\",\"
|
4310
|
+
"document": "需要解绑的文件系统ID列表,用\",\" 分割,文件系统id 通创建文件系统接口获得",
|
4310
4311
|
"example": "cfs-abc,cfs-dbc",
|
4311
4312
|
"member": "string",
|
4312
4313
|
"name": "FileSystemIds",
|
@@ -4315,8 +4316,8 @@
|
|
4315
4316
|
},
|
4316
4317
|
{
|
4317
4318
|
"disabled": false,
|
4318
|
-
"document": "解绑的快照ID",
|
4319
|
-
"example": "asp-
|
4319
|
+
"document": "解绑的快照ID,通过创建快照策略接口获得",
|
4320
|
+
"example": "asp-gagagacg",
|
4320
4321
|
"member": "string",
|
4321
4322
|
"name": "AutoSnapshotPolicyId",
|
4322
4323
|
"required": true,
|
@@ -4331,10 +4332,10 @@
|
|
4331
4332
|
{
|
4332
4333
|
"disabled": false,
|
4333
4334
|
"document": "快照策略ID",
|
4334
|
-
"example": "asp-
|
4335
|
+
"example": "asp-gagagacg",
|
4335
4336
|
"member": "string",
|
4336
4337
|
"name": "AutoSnapshotPolicyId",
|
4337
|
-
"
|
4338
|
+
"output_required": true,
|
4338
4339
|
"type": "string",
|
4339
4340
|
"value_allowed_null": false
|
4340
4341
|
},
|
@@ -4352,7 +4353,7 @@
|
|
4352
4353
|
"members": [
|
4353
4354
|
{
|
4354
4355
|
"disabled": false,
|
4355
|
-
"document": "快照策略ID",
|
4356
|
+
"document": "快照策略ID,查询快照策略列表获取",
|
4356
4357
|
"example": "asp-xx",
|
4357
4358
|
"member": "string",
|
4358
4359
|
"name": "AutoSnapshotPolicyId",
|
@@ -4361,7 +4362,7 @@
|
|
4361
4362
|
},
|
4362
4363
|
{
|
4363
4364
|
"disabled": false,
|
4364
|
-
"document": "
|
4365
|
+
"document": "快照策略名称,不超过64个字符",
|
4365
4366
|
"example": "cfspolicygz",
|
4366
4367
|
"member": "string",
|
4367
4368
|
"name": "PolicyName",
|
@@ -4370,8 +4371,8 @@
|
|
4370
4371
|
},
|
4371
4372
|
{
|
4372
4373
|
"disabled": false,
|
4373
|
-
"document": "快照定期备份,按照星期一到星期日。 1代表星期一,7
|
4374
|
-
"example": "
|
4374
|
+
"document": "快照定期备份,按照星期一到星期日。 1代表星期一,7代表星期日,与DayOfMonth,IntervalDays 三者选一个",
|
4375
|
+
"example": "1,2",
|
4375
4376
|
"member": "string",
|
4376
4377
|
"name": "DayOfWeek",
|
4377
4378
|
"required": false,
|
@@ -4380,7 +4381,7 @@
|
|
4380
4381
|
{
|
4381
4382
|
"disabled": false,
|
4382
4383
|
"document": "快照定期备份在一天的哪一小时",
|
4383
|
-
"example": "
|
4384
|
+
"example": "1,3,4",
|
4384
4385
|
"member": "string",
|
4385
4386
|
"name": "Hour",
|
4386
4387
|
"required": false,
|
@@ -4388,7 +4389,7 @@
|
|
4388
4389
|
},
|
4389
4390
|
{
|
4390
4391
|
"disabled": false,
|
4391
|
-
"document": "
|
4392
|
+
"document": "快照保留天数",
|
4392
4393
|
"example": "20",
|
4393
4394
|
"member": "uint64",
|
4394
4395
|
"name": "AliveDays",
|
@@ -4406,8 +4407,8 @@
|
|
4406
4407
|
},
|
4407
4408
|
{
|
4408
4409
|
"disabled": false,
|
4409
|
-
"document": "定期快照在每月的第几天创建快照,该参数与DayOfWeek
|
4410
|
-
"example": "
|
4410
|
+
"document": "定期快照在每月的第几天创建快照,该参数与DayOfWeek,IntervalDays 三者选一",
|
4411
|
+
"example": "1,3,4,10",
|
4411
4412
|
"member": "string",
|
4412
4413
|
"name": "DayOfMonth",
|
4413
4414
|
"required": false,
|
@@ -4415,7 +4416,7 @@
|
|
4415
4416
|
},
|
4416
4417
|
{
|
4417
4418
|
"disabled": false,
|
4418
|
-
"document": "间隔天数定期执行快照,该参数与DayOfWeek,DayOfMonth
|
4419
|
+
"document": "间隔天数定期执行快照,该参数与DayOfWeek,DayOfMonth 三者选一",
|
4419
4420
|
"example": "1",
|
4420
4421
|
"member": "uint64",
|
4421
4422
|
"name": "IntervalDays",
|
@@ -4518,7 +4519,7 @@
|
|
4518
4519
|
"members": [
|
4519
4520
|
{
|
4520
4521
|
"disabled": false,
|
4521
|
-
"document": "权限组 ID",
|
4522
|
+
"document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
|
4522
4523
|
"example": "pgroup-12345",
|
4523
4524
|
"member": "string",
|
4524
4525
|
"name": "PGroupId",
|
@@ -4527,7 +4528,7 @@
|
|
4527
4528
|
},
|
4528
4529
|
{
|
4529
4530
|
"disabled": false,
|
4530
|
-
"document": "文件系统 ID",
|
4531
|
+
"document": "文件系统 ID,通过查询文件系统接口获取",
|
4531
4532
|
"example": "cfs-12345",
|
4532
4533
|
"member": "string",
|
4533
4534
|
"name": "FileSystemId",
|
@@ -4546,7 +4547,7 @@
|
|
4546
4547
|
"example": "pgroup-12345",
|
4547
4548
|
"member": "string",
|
4548
4549
|
"name": "PGroupId",
|
4549
|
-
"
|
4550
|
+
"output_required": true,
|
4550
4551
|
"type": "string",
|
4551
4552
|
"value_allowed_null": false
|
4552
4553
|
},
|
@@ -4556,7 +4557,7 @@
|
|
4556
4557
|
"example": "cfs-12345",
|
4557
4558
|
"member": "string",
|
4558
4559
|
"name": "FileSystemId",
|
4559
|
-
"
|
4560
|
+
"output_required": true,
|
4560
4561
|
"type": "string",
|
4561
4562
|
"value_allowed_null": false
|
4562
4563
|
},
|
@@ -4610,7 +4611,7 @@
|
|
4610
4611
|
"members": [
|
4611
4612
|
{
|
4612
4613
|
"disabled": false,
|
4613
|
-
"document": "权限组 ID",
|
4614
|
+
"document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
|
4614
4615
|
"example": "pgroup-12345",
|
4615
4616
|
"member": "string",
|
4616
4617
|
"name": "PGroupId",
|
@@ -4685,7 +4686,7 @@
|
|
4685
4686
|
"members": [
|
4686
4687
|
{
|
4687
4688
|
"disabled": false,
|
4688
|
-
"document": "权限组 ID",
|
4689
|
+
"document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
|
4689
4690
|
"example": "pgroup-12345",
|
4690
4691
|
"member": "string",
|
4691
4692
|
"name": "PGroupId",
|
@@ -4694,7 +4695,7 @@
|
|
4694
4695
|
},
|
4695
4696
|
{
|
4696
4697
|
"disabled": false,
|
4697
|
-
"document": "规则 ID",
|
4698
|
+
"document": "规则 ID,通过查询权限组规则接口获取",
|
4698
4699
|
"example": "rule-12345",
|
4699
4700
|
"member": "string",
|
4700
4701
|
"name": "RuleId",
|
@@ -4721,7 +4722,7 @@
|
|
4721
4722
|
},
|
4722
4723
|
{
|
4723
4724
|
"disabled": false,
|
4724
|
-
"document": "用户权限,值为all_squash、no_all_squash、root_squash、no_root_squash
|
4725
|
+
"document": "用户权限,值为all_squash、no_all_squash、root_squash、no_root_squash,默认值为root_squash\nall_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。\nno_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。\nroot_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。\nno_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root 用户)均保持原有的 UID/GID 信息\n",
|
4725
4726
|
"example": "no_root_squash",
|
4726
4727
|
"member": "string",
|
4727
4728
|
"name": "UserPermission",
|
@@ -4730,7 +4731,7 @@
|
|
4730
4731
|
},
|
4731
4732
|
{
|
4732
4733
|
"disabled": false,
|
4733
|
-
"document": "规则优先级,参数范围1-100。 其中 1 为最高,100
|
4734
|
+
"document": "规则优先级,参数范围1-100。 其中 1 为最高,100为最低,默认值为100",
|
4734
4735
|
"example": "7",
|
4735
4736
|
"member": "int64",
|
4736
4737
|
"name": "Priority",
|
@@ -4817,8 +4818,8 @@
|
|
4817
4818
|
"members": [
|
4818
4819
|
{
|
4819
4820
|
"disabled": false,
|
4820
|
-
"document": "文件系统快照ID",
|
4821
|
-
"example": "snapcfs-
|
4821
|
+
"document": "文件系统快照ID,查询文件系统快照列表获取",
|
4822
|
+
"example": "snapcfs-4agklgllg",
|
4822
4823
|
"member": "string",
|
4823
4824
|
"name": "SnapshotId",
|
4824
4825
|
"required": true,
|
@@ -4826,7 +4827,7 @@
|
|
4826
4827
|
},
|
4827
4828
|
{
|
4828
4829
|
"disabled": false,
|
4829
|
-
"document": "
|
4830
|
+
"document": "文件系统快照名称,与AliveDays 必须填一个",
|
4830
4831
|
"example": "snapshot123",
|
4831
4832
|
"member": "string",
|
4832
4833
|
"name": "SnapshotName",
|
@@ -4835,7 +4836,7 @@
|
|
4835
4836
|
},
|
4836
4837
|
{
|
4837
4838
|
"disabled": false,
|
4838
|
-
"document": "
|
4839
|
+
"document": "文件系统快照保留天数,与SnapshotName必须填一个,如果原来是永久保留时间,不允许修改成短期有效期",
|
4839
4840
|
"example": "7",
|
4840
4841
|
"member": "uint64",
|
4841
4842
|
"name": "AliveDays",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"CreateAutoSnapshotPolicy": [
|
20
20
|
{
|
21
21
|
"document": "创建文件系统快照策略",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAutoSnapshotPolicy\n<公共请求参数>\n\n{\n \"DayOfWeek\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAutoSnapshotPolicy\n<公共请求参数>\n\n{\n \"DayOfWeek\": \"1,2\",\n \"Hour\": \"2,4\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"AutoSnapshotPolicyId\": \"asp-12345\"\n }\n}",
|
24
24
|
"title": "创建文件系统快照策略"
|
25
25
|
}
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"CreateCfsRule": [
|
44
44
|
{
|
45
45
|
"document": "",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCfsRule\n<公共请求参数>\n\n{\n \"RWPermission\": \"rw\",\n \"AuthClientIp\": \"10.1.1.10\",\n \"PGroupId\": \"pgroup-12345\",\n \"Priority\":
|
46
|
+
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCfsRule\n<公共请求参数>\n\n{\n \"RWPermission\": \"rw\",\n \"AuthClientIp\": \"10.1.1.10\",\n \"PGroupId\": \"pgroup-12345\",\n \"Priority\": 9,\n \"UserPermission\": \"root_squash\"\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"RuleId\": \"rule-12345\",\n \"PGroupId\": \"pgroup-12345\",\n \"AuthClientIp\": \"10.1.1.10\",\n \"RWPermission\": \"rw\",\n \"UserPermission\": \"root_squash\",\n \"Priority\": 9\n }\n}",
|
48
48
|
"title": "创建权限组规则"
|
49
49
|
}
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"CreateCfsSnapshot": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "https://cfs.tencentcloudapi.com/?Action=CreateCfsSnapshot\n&FileSystemId=cfs-abcdefgh\n&SnapshotName=
|
54
|
+
"input": "https://cfs.tencentcloudapi.com/?Action=CreateCfsSnapshot\n&FileSystemId=cfs-abcdefgh\n&SnapshotName=defaulsnapshot\n&<公共请求参数>",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"SnapshotId\": \"snapcfs-abababb\"\n }\n}",
|
56
56
|
"title": "创建文件系统快照"
|
57
57
|
}
|
@@ -76,7 +76,7 @@
|
|
76
76
|
{
|
77
77
|
"document": "",
|
78
78
|
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCfsFileSystem\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-12345\"\n}",
|
79
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
79
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\"\n }\n}",
|
80
80
|
"title": "删除文件系统"
|
81
81
|
}
|
82
82
|
],
|
@@ -98,7 +98,7 @@
|
|
98
98
|
],
|
99
99
|
"DeleteCfsSnapshot": [
|
100
100
|
{
|
101
|
-
"document": "",
|
101
|
+
"document": "删除快照的场景",
|
102
102
|
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCfsSnapshot\n<公共请求参数>\n\n{\n \"SnapshotId\": \"snapcfs-12345\"\n}",
|
103
103
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"SnapshotId\": \"snapcfs-12345\"\n }\n}",
|
104
104
|
"title": "删除快照"
|
@@ -164,7 +164,7 @@
|
|
164
164
|
{
|
165
165
|
"document": "查询文件系统",
|
166
166
|
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCfsFileSystems\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-318f2b7ba\"\n}",
|
167
|
-
"output": "{\n \"Response\": {\n \"FileSystems\": [\n {\n \"AppId\": 1300275735,\n \"AutoScaleUpRule\":
|
167
|
+
"output": "{\n \"Response\": {\n \"FileSystems\": [\n {\n \"AppId\": 1300275735,\n \"AutoScaleUpRule\": {\n \"ScaleThreshold\": 80,\n \"TargetThreshold\": 70,\n \"Status\": \"open\"\n },\n \"AutoSnapshotPolicyId\": \"\",\n \"BandwidthLimit\": 100,\n \"BandwidthResourcePkg\": \"\",\n \"Capacity\": 2097152,\n \"CreationTime\": \"2024-07-09 10:52:35\",\n \"CreationToken\": \"denny-test-003\",\n \"Encrypted\": false,\n \"FileSystemId\": \"cfs-318f2b7ba\",\n \"FsName\": \"denny-test-003\",\n \"KmsKeyId\": \"\",\n \"LifeCycleState\": \"available\",\n \"PGroup\": {\n \"Name\": \"默认权限组\",\n \"PGroupId\": \"pgroupbasic\"\n },\n \"Protocol\": \"NFS\",\n \"SizeByte\": 0,\n \"SizeLimit\": 1000000,\n \"SnapStatus\": \"normal\",\n \"StorageResourcePkg\": \"\",\n \"StorageType\": \"SD\",\n \"Tags\": [],\n \"TieringDetail\": {\n \"SecondaryTieringSizeInBytes\": -1,\n \"TieringSizeInBytes\": -1\n },\n \"TieringState\": \"NotAvailable\",\n \"Zone\": \"ap-guangzhou-2\",\n \"ZoneId\": 100002\n }\n ],\n \"RequestId\": \"8edb5b83-6bd2-4f0a-8ee9-d8ee96fff8dc\",\n \"TotalCount\": 1\n }\n}",
|
168
168
|
"title": "查询文件系统"
|
169
169
|
}
|
170
170
|
],
|
@@ -337,7 +337,7 @@
|
|
337
337
|
"UpdateCfsRule": [
|
338
338
|
{
|
339
339
|
"document": "",
|
340
|
-
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCfsRule\n<公共请求参数>\n\n{\n \"RWPermission\": \"rw\",\n \"Priority\":
|
340
|
+
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCfsRule\n<公共请求参数>\n\n{\n \"RWPermission\": \"rw\",\n \"Priority\": 7,\n \"PGroupId\": \"pgroup-12345\",\n \"RuleId\": \"rule-12345\",\n \"AuthClientIp\": \"10.0.0.10\",\n \"UserPermission\": \"no_root_squash\"\n}",
|
341
341
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"PGroupId\": \"pgroup-12345\",\n \"RuleId\": \"rule-12345\",\n \"AuthClientIp\": \"10.0.0.10\",\n \"RWPermission\": \"rw\",\n \"UserPermission\": \"no_root_squash\",\n \"Priority\": 7\n }\n}",
|
342
342
|
"title": "更新权限组规则"
|
343
343
|
}
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"AssociateTargetGroups": {
|
18
|
-
"document": "本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。\n限制说明:\n- 四层监听器绑定旧版目标组需要监听器开启后端目标组。\n- 七层绑定目标组,数据结构
|
18
|
+
"document": "本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。\n限制说明:\n- 四层监听器绑定旧版目标组需要监听器开启后端目标组。\n- 七层绑定目标组,数据结构 TargetGroupAssociation 中 LocationId 为必填项。\n- 负载均衡的 VPC 需要和目标组的 VPC 一致。",
|
19
19
|
"input": "AssociateTargetGroupsRequest",
|
20
20
|
"name": "规则关联目标组",
|
21
21
|
"output": "AssociateTargetGroupsResponse",
|
@@ -4767,7 +4767,7 @@
|
|
4767
4767
|
"members": [
|
4768
4768
|
{
|
4769
4769
|
"disabled": false,
|
4770
|
-
"document": "
|
4770
|
+
"document": "返回数量,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
4771
4771
|
"example": "20",
|
4772
4772
|
"member": "int64",
|
4773
4773
|
"name": "Limit",
|
@@ -4776,7 +4776,7 @@
|
|
4776
4776
|
},
|
4777
4777
|
{
|
4778
4778
|
"disabled": false,
|
4779
|
-
"document": "
|
4779
|
+
"document": "偏移量。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
4780
4780
|
"example": "0",
|
4781
4781
|
"member": "int64",
|
4782
4782
|
"name": "Offset",
|
@@ -4821,7 +4821,7 @@
|
|
4821
4821
|
},
|
4822
4822
|
{
|
4823
4823
|
"disabled": false,
|
4824
|
-
"document": "按照一个或者多个实例ID查询。实例ID形如:`ins-xxxxxxxx
|
4824
|
+
"document": "按照一个或者多个实例ID查询。实例ID形如:`ins-xxxxxxxx`,可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
4825
4825
|
"example": "[\"ins-xxxxxxxx\"]",
|
4826
4826
|
"member": "string",
|
4827
4827
|
"name": "InstanceIds",
|
@@ -4839,7 +4839,7 @@
|
|
4839
4839
|
},
|
4840
4840
|
{
|
4841
4841
|
"disabled": false,
|
4842
|
-
"document": "时间查询区间的起始位置,会根据任务创建时间`CreateTime
|
4842
|
+
"document": "时间查询区间的起始位置,会根据任务创建时间`CreateTime`进行过滤,格式为`YYYY-MM-DD hh:mm:ss`。未传入时默认为当天`00:00:00`。",
|
4843
4843
|
"example": "2023-01-01 00:00:00",
|
4844
4844
|
"member": "datetime",
|
4845
4845
|
"name": "StartDate",
|
@@ -4848,7 +4848,7 @@
|
|
4848
4848
|
},
|
4849
4849
|
{
|
4850
4850
|
"disabled": false,
|
4851
|
-
"document": "时间查询区间的终止位置,会根据任务创建时间`CreateTime
|
4851
|
+
"document": "时间查询区间的终止位置,会根据任务创建时间`CreateTime`进行过滤,格式为`YYYY-MM-DD hh:mm:ss`。未传入时默认为当前时刻。",
|
4852
4852
|
"example": "2023-02-01 00:00:00",
|
4853
4853
|
"member": "datetime",
|
4854
4854
|
"name": "EndDate",
|
@@ -10537,7 +10537,7 @@
|
|
10537
10537
|
},
|
10538
10538
|
{
|
10539
10539
|
"disabled": false,
|
10540
|
-
"document": "指定待操作的实例ID列表,仅允许对列表中的实例ID
|
10540
|
+
"document": "指定待操作的实例ID列表,仅允许对列表中的实例ID相关的维修任务发起授权,可通过 [DescribeTaskInfo](https://cloud.tencent.com/document/api/213/87933) 接口返回值中的`InstanceId`获取。",
|
10541
10541
|
"example": "[\"ins-xxxxxxx1\", \"ins-xxxxxxx2\"]",
|
10542
10542
|
"member": "string",
|
10543
10543
|
"name": "InstanceIds",
|
@@ -10546,7 +10546,7 @@
|
|
10546
10546
|
},
|
10547
10547
|
{
|
10548
10548
|
"disabled": false,
|
10549
|
-
"document": "
|
10549
|
+
"document": "指定待操作的维修任务ID,可通过 [DescribeTaskInfo](https://cloud.tencent.com/document/api/213/87933) 接口返回值中的`TaskId`获取。",
|
10550
10550
|
"example": "rep-xxxxxxxx",
|
10551
10551
|
"member": "string",
|
10552
10552
|
"name": "TaskId",
|
@@ -10573,7 +10573,7 @@
|
|
10573
10573
|
},
|
10574
10574
|
{
|
10575
10575
|
"disabled": false,
|
10576
|
-
"document": "
|
10576
|
+
"document": "附加的授权处理策略,不传或为空时,按默认授权方式进行处理。对于支持弃盘迁移授权的维修任务,当且仅当传入`LossyLocal`时,代表本次授权可允许发起弃盘迁移。\n\n注意:\n1. 指定`TaskSubMethod`为`LossyLocal`调用接口发起**弃盘迁移授权**时,本地盘实例的**所有本地盘数据都会清空**,相当于**重新部署本地盘实例**。\n2. 对于非本地盘实例,或不支持弃盘迁移选项的任务,指定`TaskSubMethod`为`LossyLocal`时接口不会报错,不过后端会自动忽略该参数。\n3. 特别的:如果本地盘实例系统盘是CBS云盘,并且`/etc/fstab`里之前配置了本地盘的自动挂载项,建议可根据业务侧的实际需求,评估是否在对应挂载项追加上`nofail`参数(代表对应挂载点挂载失败不阻塞开机流程)或注释对应的挂载路径。否则授权弃盘迁移后,对应本地盘数据已清空,自动挂载失败会导致实例开机流程失败进入救援模式。具体可参考 [Linux 实例:/etc/fstab 配置错误导致无法登录](https://cloud.tencent.com/document/product/213/72039)。",
|
10577
10577
|
"example": "NA",
|
10578
10578
|
"member": "string",
|
10579
10579
|
"name": "TaskSubMethod",
|
@@ -10830,7 +10830,7 @@
|
|
10830
10830
|
},
|
10831
10831
|
{
|
10832
10832
|
"disabled": false,
|
10833
|
-
"document": "
|
10833
|
+
"document": "任务授权类型,当前`AuthType`和维修任务提供的授权选项的对应关系如下:\n\n- `\"1\"`:仅提供【在线迁移授权】\n- `\"2\"`:仅提供【停机授权】\n- `\"3\"`:仅提供【在线换盘授权】\n- `\"4\"`:提供【停机换盘授权】(默认)、【弃盘迁移授权】(可选)\n- `\"5\"`:提供【停机授权】(默认)、【弃盘迁移授权】(可选)\n- `\"6\"`:仅提供【在线维护授权】\n- `\"7\"`:提供【在线维护授权】(默认)、【停机授权】(可选)\n- `\"8\"`:仅提供【弃盘迁移授权】",
|
10834
10834
|
"example": "1",
|
10835
10835
|
"member": "uint64",
|
10836
10836
|
"name": "AuthType",
|
@@ -20336,14 +20336,14 @@
|
|
20336
20336
|
"members": [
|
20337
20337
|
{
|
20338
20338
|
"disabled": false,
|
20339
|
-
"document": "操作名称。名称需要与参数结构体对应,例如 Name=Cache,则 CacheParameters 必填。\n<li>Cache:节点缓存 TTL;</li>\n<li>CacheKey:自定义 Cache Key;</li>\n<li>CachePrefresh:缓存预刷新;</li>\n<li>AccessURLRedirect:访问 URL 重定向;</li>\n<li>UpstreamURLRewrite:回源 URL 重写;</li>\n<li>QUIC:QUIC;</li>\n<li>WebSocket:WebSocket;</li>\n<li>Authentication:Token 鉴权;</li>\n<li>MaxAge:浏览器缓存 TTL;</li>\n<li>StatusCodeCache:状态码缓存 TTL;</li>\n<li>OfflineCache:离线缓存;</li>\n<li>SmartRouting:智能加速;</li>\n<li>RangeOriginPull:分片回源 ;</li>\n<li>UpstreamHTTP2:HTTP2 回源;</li>\n<li>HostHeader:Host Header 重写;</li>\n<li>ForceRedirectHTTPS:访问协议强制 HTTPS 跳转配置;</li>\n<li>OriginPullProtocol:回源 HTTPS;</li>\n<li>Compression:智能压缩配置;</li>\n<li>HSTS:HSTS;</li>\n<li>ClientIPHeader:存储客户端请求 IP 的头部信息配置;</li>\n<li>OCSPStapling:OCSP 装订;</li>\n<li>HTTP2:HTTP2 接入;</li>\n<li>PostMaxSize:POST 请求上传文件流式传输最大限制配置;</li>\n<li>ClientIPCountry:回源时携带客户端 IP 所属地域信息;</li>\n<li>UpstreamFollowRedirect:回源跟随重定向参数配置;</li>\n<li>UpstreamRequest:回源请求参数;</li>\n<li>TLSConfig:SSL/TLS 安全;</li>\n<li>ModifyOrigin:修改源站;</li>\n<li>HTTPUpstreamTimeout:七层回源超时配置;</li>\n<li>HttpResponse:HTTP 应答;</li>\n<li>ErrorPage:自定义错误页面;</li>\n<li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>\n<li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>\n<li>ResponseSpeedLimit
|
20340
|
-
"example": "
|
20339
|
+
"document": "操作名称。名称需要与参数结构体对应,例如 Name=Cache,则 CacheParameters 必填。\n<li>Cache:节点缓存 TTL;</li>\n<li>CacheKey:自定义 Cache Key;</li>\n<li>CachePrefresh:缓存预刷新;</li>\n<li>AccessURLRedirect:访问 URL 重定向;</li>\n<li>UpstreamURLRewrite:回源 URL 重写;</li>\n<li>QUIC:QUIC;</li>\n<li>WebSocket:WebSocket;</li>\n<li>Authentication:Token 鉴权;</li>\n<li>MaxAge:浏览器缓存 TTL;</li>\n<li>StatusCodeCache:状态码缓存 TTL;</li>\n<li>OfflineCache:离线缓存;</li>\n<li>SmartRouting:智能加速;</li>\n<li>RangeOriginPull:分片回源 ;</li>\n<li>UpstreamHTTP2:HTTP2 回源;</li>\n<li>HostHeader:Host Header 重写;</li>\n<li>ForceRedirectHTTPS:访问协议强制 HTTPS 跳转配置;</li>\n<li>OriginPullProtocol:回源 HTTPS;</li>\n<li>Compression:智能压缩配置;</li>\n<li>HSTS:HSTS;</li>\n<li>ClientIPHeader:存储客户端请求 IP 的头部信息配置;</li>\n<li>OCSPStapling:OCSP 装订;</li>\n<li>HTTP2:HTTP2 接入;</li>\n<li>PostMaxSize:POST 请求上传文件流式传输最大限制配置;</li>\n<li>ClientIPCountry:回源时携带客户端 IP 所属地域信息;</li>\n<li>UpstreamFollowRedirect:回源跟随重定向参数配置;</li>\n<li>UpstreamRequest:回源请求参数;</li>\n<li>TLSConfig:SSL/TLS 安全;</li>\n<li>ModifyOrigin:修改源站;</li>\n<li>HTTPUpstreamTimeout:七层回源超时配置;</li>\n<li>HttpResponse:HTTP 应答;</li>\n<li>ErrorPage:自定义错误页面;</li>\n<li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>\n<li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>\n<li>ResponseSpeedLimit:单连接下载限速;</li>\n<li>SetContentIdentifier:设置内容标识符;</li>\n<li>Vary:Vary 特性配置。该功能灰度中,如需使用,请联系腾讯云客服。</li>",
|
20340
|
+
"example": "Cache",
|
20341
20341
|
"member": "string",
|
20342
20342
|
"name": "Name",
|
20343
20343
|
"output_required": false,
|
20344
20344
|
"required": true,
|
20345
20345
|
"type": "string",
|
20346
|
-
"value_allowed_null":
|
20346
|
+
"value_allowed_null": false
|
20347
20347
|
},
|
20348
20348
|
{
|
20349
20349
|
"disabled": false,
|
@@ -20710,7 +20710,7 @@
|
|
20710
20710
|
},
|
20711
20711
|
{
|
20712
20712
|
"disabled": false,
|
20713
|
-
"document": "内容标识配置参数,当 Name 取值为
|
20713
|
+
"document": "内容标识配置参数,当 Name 取值为 SetContentIdentifier 时,该参数必填。\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
20714
20714
|
"example": "无",
|
20715
20715
|
"member": "SetContentIdentifierParameters",
|
20716
20716
|
"name": "SetContentIdentifierParameters",
|
@@ -20718,6 +20718,17 @@
|
|
20718
20718
|
"required": false,
|
20719
20719
|
"type": "object",
|
20720
20720
|
"value_allowed_null": true
|
20721
|
+
},
|
20722
|
+
{
|
20723
|
+
"disabled": false,
|
20724
|
+
"document": "Vary 特性配置参数,当 Name 取值为 Vary 时,该参数必填。\n该功能灰度中,如需使用,请联系腾讯云客服。",
|
20725
|
+
"example": "无",
|
20726
|
+
"member": "VaryParameters",
|
20727
|
+
"name": "VaryParameters",
|
20728
|
+
"output_required": false,
|
20729
|
+
"required": false,
|
20730
|
+
"type": "object",
|
20731
|
+
"value_allowed_null": false
|
20721
20732
|
}
|
20722
20733
|
],
|
20723
20734
|
"usage": "both"
|
@@ -22846,6 +22857,23 @@
|
|
22846
22857
|
],
|
22847
22858
|
"usage": "out"
|
22848
22859
|
},
|
22860
|
+
"VaryParameters": {
|
22861
|
+
"document": "[Vary 特性](https://cloud.tencent.com/document/product/1552/89301) 配置参数。\n该功能灰度中,如需使用,请联系腾讯云客服。",
|
22862
|
+
"members": [
|
22863
|
+
{
|
22864
|
+
"disabled": false,
|
22865
|
+
"document": "Vary 特性配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
22866
|
+
"example": "on",
|
22867
|
+
"member": "string",
|
22868
|
+
"name": "Switch",
|
22869
|
+
"output_required": false,
|
22870
|
+
"required": true,
|
22871
|
+
"type": "string",
|
22872
|
+
"value_allowed_null": false
|
22873
|
+
}
|
22874
|
+
],
|
22875
|
+
"usage": "both"
|
22876
|
+
},
|
22849
22877
|
"VerifyOwnershipRequest": {
|
22850
22878
|
"document": "VerifyOwnership请求参数结构体",
|
22851
22879
|
"members": [
|
@@ -2376,7 +2376,7 @@
|
|
2376
2376
|
"usage": "both"
|
2377
2377
|
},
|
2378
2378
|
"CbsVolume": {
|
2379
|
-
"document": "EKS
|
2379
|
+
"document": "EKS Instance CBS volume",
|
2380
2380
|
"members": [
|
2381
2381
|
{
|
2382
2382
|
"disabled": false,
|
@@ -15394,7 +15394,7 @@
|
|
15394
15394
|
},
|
15395
15395
|
{
|
15396
15396
|
"disabled": false,
|
15397
|
-
"document": "EKS
|
15397
|
+
"document": "EKS Container Instance Id",
|
15398
15398
|
"example": "eksci-xxx",
|
15399
15399
|
"member": "string",
|
15400
15400
|
"name": "EksCiId",
|
@@ -15405,7 +15405,7 @@
|
|
15405
15405
|
},
|
15406
15406
|
{
|
15407
15407
|
"disabled": false,
|
15408
|
-
"document": "EKS
|
15408
|
+
"document": "EKS Container Instance Name",
|
15409
15409
|
"example": "eks",
|
15410
15410
|
"member": "string",
|
15411
15411
|
"name": "EksCiName",
|
@@ -162,7 +162,7 @@
|
|
162
162
|
"status": "online"
|
163
163
|
},
|
164
164
|
"DescribeTRTCRealTimeQualityData": {
|
165
|
-
"document": "查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)\n-视频卡顿率\n-音频卡顿率\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘]
|
165
|
+
"document": "查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)\n-视频卡顿率\n-音频卡顿率\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。",
|
166
166
|
"input": "DescribeTRTCRealTimeQualityDataRequest",
|
167
167
|
"name": "查询TRTC实时监控质量数据",
|
168
168
|
"output": "DescribeTRTCRealTimeQualityDataResponse",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1314.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1314
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=1pFo-QfbDlfiLu3euVyd_bYCFj1lVKVK25ZBLiLUfDE,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -127,7 +127,7 @@ tccli/services/asw/v20200722/api.json,sha256=LB_fJylnafgidz8JY0_VUH2rbGlttV7yQMp
|
|
127
127
|
tccli/services/asw/v20200722/examples.json,sha256=vy7eefBxeogPGaergIHhM7kRZg13QZz4sPxS-daHBV8,15044
|
128
128
|
tccli/services/autoscaling/__init__.py,sha256=ehT8TTIZwn3a9MLUnT2wDV_T7luS4lb-4DYWUYQ4tJc,101
|
129
129
|
tccli/services/autoscaling/autoscaling_client.py,sha256=KK7xae1b_alFNKf0LXQzd6D4YXM259iBECJNeUpUoTY,187137
|
130
|
-
tccli/services/autoscaling/v20180419/api.json,sha256=
|
130
|
+
tccli/services/autoscaling/v20180419/api.json,sha256=Up3Q39V_9zXHZL_ZIEw9QdPMKNAXnc9bS3IxNOK-FYI,376828
|
131
131
|
tccli/services/autoscaling/v20180419/examples.json,sha256=PtEUaxTnSOtmIxXSTxdselKDjpWDCyWGF6IQFHJB6Ak,92161
|
132
132
|
tccli/services/ba/__init__.py,sha256=Ciy9Ux8dr3wSCp6YmkZ-gqoEFwZyrQCRNXnZY2Ppts8,83
|
133
133
|
tccli/services/ba/ba_client.py,sha256=vlsp5mwinuKF6GARMgT0FPR9MkYCBpdxgyBZ1dL-62c,15372
|
@@ -215,7 +215,7 @@ tccli/services/car/v20220110/api.json,sha256=Oooz1Wh6p9y31MTe_XulkGpDBlzskOLM2LP
|
|
215
215
|
tccli/services/car/v20220110/examples.json,sha256=X7v30pwi8owDX2c5U3GIMZX7FZz4j3ZaycJ1WkC2yds,3015
|
216
216
|
tccli/services/cat/__init__.py,sha256=J1vQBWrO1MImVNtJ5HeS0guuP2cAtGW5mgTq0aADJng,85
|
217
217
|
tccli/services/cat/cat_client.py,sha256=U3zZdzfc18k5mBxfVy8_9C_fNGLECvBgVZGI-x8PpAA,49519
|
218
|
-
tccli/services/cat/v20180409/api.json,sha256=
|
218
|
+
tccli/services/cat/v20180409/api.json,sha256=fvCc8yS7O8RWUwzxjzAyA6GJ4x4v8xOCQSWlecx6vlA,73323
|
219
219
|
tccli/services/cat/v20180409/examples.json,sha256=WTukR4wmqTf4R8DhxL1Z3MjOghfZ1fXP52o0SJ-ZJN4,21729
|
220
220
|
tccli/services/cbs/__init__.py,sha256=84vgEy9HuiN7UhVYSIgf35_93-5b5lrrr64enpdRRQw,85
|
221
221
|
tccli/services/cbs/cbs_client.py,sha256=DexZFrvtonGqGSHnBL-GDkbrOjIqXTLNajJRMkb4lu4,148773
|
@@ -263,8 +263,8 @@ tccli/services/cfg/v20210820/api.json,sha256=BkDXx6GiZGMv94v8nyOM0rut_u1441koELA
|
|
263
263
|
tccli/services/cfg/v20210820/examples.json,sha256=FtRok_PmGICP6v8DvHTc8gG4d0aZvUVKKTCf4NFZxYM,66763
|
264
264
|
tccli/services/cfs/__init__.py,sha256=VecrEhD_8cXfLCyCp9tLj9wbK9uN67huo5TyZPczt3w,85
|
265
265
|
tccli/services/cfs/cfs_client.py,sha256=Eya8IK21KHrn3qvo31NY_MPP9ezRIuJ5nCMMoc21jko,142484
|
266
|
-
tccli/services/cfs/v20190719/api.json,sha256=
|
267
|
-
tccli/services/cfs/v20190719/examples.json,sha256=
|
266
|
+
tccli/services/cfs/v20190719/api.json,sha256=PPhwIZzCkFGHOOaGmFliJ_YFiA-Bsnj766WsQzQ4tKU,164407
|
267
|
+
tccli/services/cfs/v20190719/examples.json,sha256=pSUunwFlUFSJ51knB5I1OIvJ5cnOgK1izCqCTgfsQTs,34129
|
268
268
|
tccli/services/cfw/__init__.py,sha256=2hNwXcNofHJCalk9HHEbOcgYz6XKuYmZk_iBroa5YsY,85
|
269
269
|
tccli/services/cfw/cfw_client.py,sha256=N200bCc_VCgRJ9rnTFbhmnuecls6t8QcIlV74xSlQCk,359579
|
270
270
|
tccli/services/cfw/v20190904/api.json,sha256=kxhwjeq2Re0LqOMKgf2J-UkRXZRvQXKV13nuQKodpa4,524379
|
@@ -303,7 +303,7 @@ tccli/services/ckafka/v20190819/api.json,sha256=QiO6n_Lid6dJxWPl6HfcKnRxouQmhtKR
|
|
303
303
|
tccli/services/ckafka/v20190819/examples.json,sha256=25TFH56qItFf1NLYk32UCHb_aTM0zNGi5nM7zIobiyM,156275
|
304
304
|
tccli/services/clb/__init__.py,sha256=iG2aiZhDOcK4l_2Wkxs57qF1Y4lmv7RxRSPcG9paDk0,85
|
305
305
|
tccli/services/clb/clb_client.py,sha256=bjLxqJJF-wwGm9Yimhq1RFSCzFwx7d9KZKXUC2hFqfY,289003
|
306
|
-
tccli/services/clb/v20180317/api.json,sha256=
|
306
|
+
tccli/services/clb/v20180317/api.json,sha256=3G9c2ZMK8WLaHgf3FtQnSTichCyhdZbzZzkiiFMumvM,468654
|
307
307
|
tccli/services/clb/v20180317/examples.json,sha256=6eX6tAVMHLshSKVB-DUWC8zBBHWLmUtsaMZ24M_T_lw,130497
|
308
308
|
tccli/services/cloudapp/__init__.py,sha256=Fz46VIoJkYtRiU5JD0yYE1ijPUmX9ay0byvrbtX4ZTs,95
|
309
309
|
tccli/services/cloudapp/cloudapp_client.py,sha256=1xkp9J4AcjfD0HvbmwmqjfI5A5QNYE_DWUfyAvHcpKQ,9223
|
@@ -359,7 +359,7 @@ tccli/services/csxg/v20230303/api.json,sha256=faLND0vT8UTE9LyFQcVhOqLcc47xZp07X7
|
|
359
359
|
tccli/services/csxg/v20230303/examples.json,sha256=bWInWqLp53HCMJ8s0MxYhRmNHzsYJEEU-RjzwOSYPeo,2106
|
360
360
|
tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
|
361
361
|
tccli/services/cvm/cvm_client.py,sha256=75_lBsYh8j-Ug99sJTJbq3J03cqo8tz5PF95SQu4RQk,323400
|
362
|
-
tccli/services/cvm/v20170312/api.json,sha256=
|
362
|
+
tccli/services/cvm/v20170312/api.json,sha256=bF-dXwByUbqs7gzOyxardNpK0FJWTS_gn1k-JsGN4zk,556439
|
363
363
|
tccli/services/cvm/v20170312/examples.json,sha256=lK1hFmz0uG0R2cCBR91j9XLOkqK5OCGN6WGXSIt_CD4,133723
|
364
364
|
tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
|
365
365
|
tccli/services/cwp/cwp_client.py,sha256=wcx1ZRkkWZYgueKXKU0B4MuBsKpOvffcnMENCb0EehE,1605109
|
@@ -659,7 +659,7 @@ tccli/services/live/v20180801/api.json,sha256=AYL6i1CuKf9GQwP7fReJQEcfWN5B2HspWE
|
|
659
659
|
tccli/services/live/v20180801/examples.json,sha256=gi21e8MX-qlfgcERPwqEUAl9DziTb0m5FzPCq1ywPSU,164578
|
660
660
|
tccli/services/lke/__init__.py,sha256=GKvpxCc-YzK4HVgYFq-aLRxZ1WW4MjpKLIqJNqecz_c,85
|
661
661
|
tccli/services/lke/lke_client.py,sha256=AUxiocSPnd03Nv34Uluubd-Z8yWWjVfCZ9ENeQ2q1os,307547
|
662
|
-
tccli/services/lke/v20231130/api.json,sha256
|
662
|
+
tccli/services/lke/v20231130/api.json,sha256=L5_4syq0wFEQD1fRyfy9_CLqG_ZgTDVJVvCrz31lMV8,491696
|
663
663
|
tccli/services/lke/v20231130/examples.json,sha256=_Iz6Mpz9mZr1pjF4a0CDIsihuwpibhfp32-_dTThKuM,252083
|
664
664
|
tccli/services/lkeap/__init__.py,sha256=asxLax87Gwt4UF1pQoh5GX51weKCm6t8FPDRq-aKv7w,89
|
665
665
|
tccli/services/lkeap/lkeap_client.py,sha256=zAJeq8IIi4unEESohtcbh6YDphvEWRJejdK4gTEJu5Y,89208
|
@@ -959,7 +959,7 @@ tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAw
|
|
959
959
|
tccli/services/teo/teo_client.py,sha256=AVUx_cyk-pSFEa-kjrmDnhDYcIY-luphHRD2sfXEfwI,449208
|
960
960
|
tccli/services/teo/v20220106/api.json,sha256=63ORoUfXCcQ9gb6UrJdHcwFdDI9CC2UtfdzbifNcRjM,29865
|
961
961
|
tccli/services/teo/v20220106/examples.json,sha256=2s6dgk31pZ26N8hrFLCmQzVocmsC_QK1dO8WVBdJ8A0,5325
|
962
|
-
tccli/services/teo/v20220901/api.json,sha256=
|
962
|
+
tccli/services/teo/v20220901/api.json,sha256=vtm1sqb2oq6ZeC_Pyij3dd04aY6beDB7aJZ5L-NIfs4,927700
|
963
963
|
tccli/services/teo/v20220901/examples.json,sha256=msGR7lG5Dnvx3Ny2d3ZBBeeSqY5lAK3zf3czrFqbRN4,389958
|
964
964
|
tccli/services/thpc/__init__.py,sha256=NancJ76I7PbEBt7VJCaGnBsfMEZm2ezBvYqwxyLbLHo,87
|
965
965
|
tccli/services/thpc/thpc_client.py,sha256=RSdVO4cpbP1bCk3W7r-sfXvXdiig1y4Vh9C70tN4kR0,83835
|
@@ -1005,7 +1005,7 @@ tccli/services/tiw/v20190919/api.json,sha256=HTPLnZDrc67nl_ElmLNiC3Tqaz9QidHWF0T
|
|
1005
1005
|
tccli/services/tiw/v20190919/examples.json,sha256=5xNI5p2BpfoY-vflD_rgVvjUSkLHdgwS0xzKywiMvYM,28705
|
1006
1006
|
tccli/services/tke/__init__.py,sha256=7R7ljco3cOJ2rceMbHur-sjpljFjutvZXAUnXQubtEM,85
|
1007
1007
|
tccli/services/tke/tke_client.py,sha256=SULcyPlfObm_O1VZTOO2D4Z0NYmcKoYUrTlXlRVjsQA,760581
|
1008
|
-
tccli/services/tke/v20180525/api.json,sha256=
|
1008
|
+
tccli/services/tke/v20180525/api.json,sha256=sym2CjQoGwOdC4ePXDZK-y6CLPIKolfX7sGgRyqGHaQ,881841
|
1009
1009
|
tccli/services/tke/v20180525/examples.json,sha256=B5NNHWCZgMNwUXZ3_GK02kKG8k-10agKbL0XIlPRf8k,269841
|
1010
1010
|
tccli/services/tke/v20220501/api.json,sha256=nTzdjWe4QnCnVB2fqpUl0D_6lDm5we2jp0QG6iVttrY,119822
|
1011
1011
|
tccli/services/tke/v20220501/examples.json,sha256=raejTOgINgZEWTwLds8qDofr8_YrRi0U1sD4DRTRWOw,20223
|
@@ -1049,7 +1049,7 @@ tccli/services/trro/v20220325/api.json,sha256=dYml2xkR3yYM51yyjxGW8zpUkcCk0BgTCN
|
|
1049
1049
|
tccli/services/trro/v20220325/examples.json,sha256=I-aK5HhxwVte-HvPeQDvcEAlX-oco-bnSZqkLzyvSOg,62845
|
1050
1050
|
tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
|
1051
1051
|
tccli/services/trtc/trtc_client.py,sha256=1FvmTpApf8eisR8_9JeEv_M1Ee_VU38pNSnBjBtgp8g,183024
|
1052
|
-
tccli/services/trtc/v20190722/api.json,sha256=
|
1052
|
+
tccli/services/trtc/v20190722/api.json,sha256=vwO9lfsoU6KdFPJ8JkNy3SZRDUaDEdXdRTEkWJvUOrE,344361
|
1053
1053
|
tccli/services/trtc/v20190722/examples.json,sha256=cIdm8hZ1LHVSUJCPOAhkl_qBzhf6GWnKm6jlZ6HfmLk,109152
|
1054
1054
|
tccli/services/tse/__init__.py,sha256=3Y4ZA_IFX8df4-ir1I9p0u4ksAywRrtd2CAvJ5yKyz0,85
|
1055
1055
|
tccli/services/tse/tse_client.py,sha256=vowEa--ty1b4QwmJP88jS_81ZrzSeJkiD2WCl7elqXw,380369
|
@@ -1161,8 +1161,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1161
1161
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1162
1162
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1163
1163
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1164
|
-
tccli-3.0.
|
1165
|
-
tccli-3.0.
|
1166
|
-
tccli-3.0.
|
1167
|
-
tccli-3.0.
|
1168
|
-
tccli-3.0.
|
1164
|
+
tccli-3.0.1314.1.dist-info/METADATA,sha256=rWwTMIS5jH5AEuslP6YMT9eWntyAtNCoSwxT_3eu0fI,16408
|
1165
|
+
tccli-3.0.1314.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1166
|
+
tccli-3.0.1314.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1167
|
+
tccli-3.0.1314.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1168
|
+
tccli-3.0.1314.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|