tccli 3.0.1323.1__py2.py3-none-any.whl → 3.0.1325.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.
Files changed (38) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +2 -2
  3. tccli/services/batch/v20170312/api.json +16 -16
  4. tccli/services/cfs/v20190719/api.json +45 -45
  5. tccli/services/cfs/v20190719/examples.json +1 -1
  6. tccli/services/cloudaudit/v20190319/api.json +4 -4
  7. tccli/services/csip/v20221121/api.json +1 -1
  8. tccli/services/cvm/v20170312/api.json +35 -35
  9. tccli/services/cvm/v20170312/examples.json +6 -6
  10. tccli/services/cynosdb/cynosdb_client.py +334 -16
  11. tccli/services/cynosdb/v20190107/api.json +565 -7
  12. tccli/services/cynosdb/v20190107/examples.json +48 -0
  13. tccli/services/emr/v20190103/api.json +4 -4
  14. tccli/services/ess/v20201111/api.json +2 -2
  15. tccli/services/essbasic/v20210526/api.json +2 -2
  16. tccli/services/iotexplorer/v20190423/api.json +1 -1
  17. tccli/services/lighthouse/v20200324/api.json +1 -1
  18. tccli/services/lke/v20231130/examples.json +1 -1
  19. tccli/services/lkeap/v20240522/api.json +1 -1
  20. tccli/services/monitor/v20180724/api.json +5 -2
  21. tccli/services/monitor/v20180724/examples.json +1 -1
  22. tccli/services/mqtt/mqtt_client.py +57 -4
  23. tccli/services/mqtt/v20240516/api.json +260 -124
  24. tccli/services/mqtt/v20240516/examples.json +9 -1
  25. tccli/services/ocr/v20181119/api.json +201 -2
  26. tccli/services/ocr/v20181119/examples.json +1 -1
  27. tccli/services/ses/ses_client.py +170 -11
  28. tccli/services/ses/v20201002/api.json +138 -0
  29. tccli/services/ses/v20201002/examples.json +24 -0
  30. tccli/services/tcss/v20201101/api.json +3 -3
  31. tccli/services/tcss/v20201101/examples.json +1 -1
  32. tccli/services/trtc/v20190722/api.json +2 -2
  33. tccli/services/trtc/v20190722/examples.json +6 -0
  34. {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/METADATA +2 -2
  35. {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/RECORD +38 -38
  36. {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/WHEEL +0 -0
  37. {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/entry_points.txt +0 -0
  38. {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1323.1'
1
+ __version__ = '3.0.1325.1'
@@ -2446,7 +2446,7 @@
2446
2446
  },
2447
2447
  {
2448
2448
  "disabled": false,
2449
- "document": "数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见产品文档。",
2449
+ "document": "数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见[产品文档](https://cloud.tencent.com/document/product/362/5145)。",
2450
2450
  "example": "0",
2451
2451
  "member": "uint64",
2452
2452
  "name": "DiskSize",
@@ -3217,7 +3217,7 @@
3217
3217
  },
3218
3218
  {
3219
3219
  "disabled": false,
3220
- "document": "过滤条件。\n<li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。",
3220
+ "document": "过滤条件。\n<li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。",
3221
3221
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-hyfg539t\"]}]",
3222
3222
  "member": "Filter",
3223
3223
  "name": "Filters",
@@ -1143,7 +1143,7 @@
1143
1143
  },
1144
1144
  {
1145
1145
  "disabled": false,
1146
- "document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>",
1146
+ "document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘 </li> <li>LOCAL_SSD:本地SSD硬盘</li><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定</li><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定</li><li>CLOUD_BASIC:普通云硬盘</li><li> CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_SSD:SSD云硬盘</li><li> CLOUD_HSSD:增强型SSD云硬盘</li> <li>CLOUD_TSSD:极速型SSD云硬盘</li><li>CLOUD_BSSD:通用型SSD云硬盘</li><br />默认取值:LOCAL_BASIC<br/><br />该参数对`ResizeInstanceDisk`接口无效。",
1147
1147
  "example": "CLOUD_SSD",
1148
1148
  "member": "string",
1149
1149
  "name": "DiskType",
@@ -1158,7 +1158,7 @@
1158
1158
  "example": "disk-ciezoimt",
1159
1159
  "member": "string",
1160
1160
  "name": "DiskId",
1161
- "output_required": true,
1161
+ "output_required": false,
1162
1162
  "required": false,
1163
1163
  "type": "string",
1164
1164
  "value_allowed_null": false
@@ -1180,7 +1180,7 @@
1180
1180
  "example": "snap-6yczrj8x",
1181
1181
  "member": "string",
1182
1182
  "name": "SnapshotId",
1183
- "output_required": true,
1183
+ "output_required": false,
1184
1184
  "required": false,
1185
1185
  "type": "string",
1186
1186
  "value_allowed_null": false
@@ -1198,40 +1198,40 @@
1198
1198
  },
1199
1199
  {
1200
1200
  "disabled": false,
1201
- "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。",
1201
+ "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。\n注意:此字段可能返回 null,表示取不到有效值。",
1202
1202
  "example": "kms-abcd1234",
1203
1203
  "member": "string",
1204
1204
  "name": "KmsKeyId",
1205
1205
  "output_required": true,
1206
1206
  "required": false,
1207
1207
  "type": "string",
1208
- "value_allowed_null": false
1208
+ "value_allowed_null": true
1209
1209
  },
1210
1210
  {
1211
1211
  "disabled": false,
1212
- "document": "云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。\n当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD",
1212
+ "document": "云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。\n当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)\n注意:此字段可能返回 null,表示取不到有效值。",
1213
1213
  "example": "20",
1214
1214
  "member": "int64",
1215
1215
  "name": "ThroughputPerformance",
1216
- "output_required": true,
1216
+ "output_required": false,
1217
1217
  "required": false,
1218
1218
  "type": "int",
1219
- "value_allowed_null": false
1219
+ "value_allowed_null": true
1220
1220
  },
1221
1221
  {
1222
1222
  "disabled": false,
1223
- "document": "所属的独享集群ID",
1223
+ "document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
1224
1224
  "example": "cdc-1648zauv",
1225
1225
  "member": "string",
1226
1226
  "name": "CdcId",
1227
- "output_required": true,
1227
+ "output_required": false,
1228
1228
  "required": false,
1229
1229
  "type": "string",
1230
- "value_allowed_null": false
1230
+ "value_allowed_null": true
1231
1231
  },
1232
1232
  {
1233
1233
  "disabled": false,
1234
- "document": "突发性能\n\n <b>注:内测中。</b>",
1234
+ "document": "突发性能\n <b>注:内测中。</b>",
1235
1235
  "example": "false",
1236
1236
  "member": "bool",
1237
1237
  "name": "BurstPerformance",
@@ -1479,7 +1479,7 @@
1479
1479
  "members": [
1480
1480
  {
1481
1481
  "disabled": false,
1482
- "document": "计算环境ID,环境ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。",
1482
+ "document": "计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。",
1483
1483
  "example": "env-lcpcej85",
1484
1484
  "member": "string",
1485
1485
  "name": "EnvId",
@@ -4849,7 +4849,7 @@
4849
4849
  "example": "disk-xyzw1234",
4850
4850
  "member": "string",
4851
4851
  "name": "DiskId",
4852
- "output_required": true,
4852
+ "output_required": false,
4853
4853
  "required": false,
4854
4854
  "type": "string",
4855
4855
  "value_allowed_null": false
@@ -5784,7 +5784,7 @@
5784
5784
  "example": "[\"10.0.0.1\"]",
5785
5785
  "member": "string",
5786
5786
  "name": "PrivateIpAddresses",
5787
- "output_required": true,
5787
+ "output_required": false,
5788
5788
  "required": false,
5789
5789
  "type": "list",
5790
5790
  "value_allowed_null": false
@@ -5795,7 +5795,7 @@
5795
5795
  "example": "1",
5796
5796
  "member": "uint64",
5797
5797
  "name": "Ipv6AddressCount",
5798
- "output_required": true,
5798
+ "output_required": false,
5799
5799
  "required": false,
5800
5800
  "type": "int",
5801
5801
  "value_allowed_null": false
@@ -211,7 +211,7 @@
211
211
  "status": "online"
212
212
  },
213
213
  "ModifyFileSystemAutoScaleUpRule": {
214
- "document": "用来设置文件系统扩容策略,,该接口只支持turbo文件系统",
214
+ "document": "用来设置文件系统扩容策略,该接口只支持turbo文件系统",
215
215
  "input": "ModifyFileSystemAutoScaleUpRuleRequest",
216
216
  "name": "更新文件系统自动扩容策略",
217
217
  "output": "ModifyFileSystemAutoScaleUpRuleResponse",
@@ -239,7 +239,7 @@
239
239
  "status": "online"
240
240
  },
241
241
  "StopMigrationTask": {
242
- "document": "用于终止迁移任务。\n此接口需提交工单,开启白名单之后才能使用。",
242
+ "document": "用于终止迁移任务,非运行中状态不支持终止。\n此接口需提交工单,开启白名单之后才能使用。",
243
243
  "input": "StopMigrationTaskRequest",
244
244
  "name": "终止迁移任务",
245
245
  "output": "StopMigrationTaskResponse",
@@ -1234,7 +1234,7 @@
1234
1234
  "members": [
1235
1235
  {
1236
1236
  "disabled": false,
1237
- "document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
1237
+ "document": "权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取",
1238
1238
  "example": "pgroup-12345",
1239
1239
  "member": "string",
1240
1240
  "name": "PGroupId",
@@ -1270,7 +1270,7 @@
1270
1270
  },
1271
1271
  {
1272
1272
  "disabled": false,
1273
- "document": "用户权限,值为 all_squash、no_all_squash、root_squash、no_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",
1273
+ "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",
1274
1274
  "example": "root_squash",
1275
1275
  "member": "string",
1276
1276
  "name": "UserPermission",
@@ -1357,7 +1357,7 @@
1357
1357
  "members": [
1358
1358
  {
1359
1359
  "disabled": false,
1360
- "document": "文件系统 ID,通过查询文件系统接口获取",
1360
+ "document": "文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)",
1361
1361
  "example": "cfs-gagaggag",
1362
1362
  "member": "string",
1363
1363
  "name": "FileSystemId",
@@ -1366,7 +1366,7 @@
1366
1366
  },
1367
1367
  {
1368
1368
  "disabled": false,
1369
- "document": "快照名称,不超过64字符",
1369
+ "document": "快照名称,支持不超过64字符长度,支持中文、数字、_、-",
1370
1370
  "example": "CFS定期快照",
1371
1371
  "member": "string",
1372
1372
  "name": "SnapshotName",
@@ -1584,7 +1584,7 @@
1584
1584
  "members": [
1585
1585
  {
1586
1586
  "disabled": false,
1587
- "document": "快照策略ID,查询快照策略接口获取",
1587
+ "document": "快照策略ID,查询快照策略接口获取,[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)",
1588
1588
  "example": "asp-123abc",
1589
1589
  "member": "string",
1590
1590
  "name": "AutoSnapshotPolicyId",
@@ -1621,7 +1621,7 @@
1621
1621
  "members": [
1622
1622
  {
1623
1623
  "disabled": false,
1624
- "document": "文件系统 ID。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。",
1624
+ "document": "文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。",
1625
1625
  "example": "cfs-12345",
1626
1626
  "member": "string",
1627
1627
  "name": "FileSystemId",
@@ -1648,7 +1648,7 @@
1648
1648
  "members": [
1649
1649
  {
1650
1650
  "disabled": false,
1651
- "document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
1651
+ "document": "权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取",
1652
1652
  "example": "pgroup-12345",
1653
1653
  "member": "string",
1654
1654
  "name": "PGroupId",
@@ -1695,7 +1695,7 @@
1695
1695
  "members": [
1696
1696
  {
1697
1697
  "disabled": false,
1698
- "document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
1698
+ "document": "权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取",
1699
1699
  "example": "pgroup-12345",
1700
1700
  "member": "string",
1701
1701
  "name": "PGroupId",
@@ -1704,7 +1704,7 @@
1704
1704
  },
1705
1705
  {
1706
1706
  "disabled": false,
1707
- "document": "规则 ID,通过查询权限组规则接口获取",
1707
+ "document": "规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取",
1708
1708
  "example": "rule-12345",
1709
1709
  "member": "string",
1710
1710
  "name": "RuleId",
@@ -1751,8 +1751,8 @@
1751
1751
  "members": [
1752
1752
  {
1753
1753
  "disabled": false,
1754
- "document": "文件系统快照id,可通过查询快照列表接口获取",
1755
- "example": "snapcfs-xx",
1754
+ "document": "快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取",
1755
+ "example": "snapcfs-1245abcd",
1756
1756
  "member": "string",
1757
1757
  "name": "SnapshotId",
1758
1758
  "required": false,
@@ -1760,7 +1760,7 @@
1760
1760
  },
1761
1761
  {
1762
1762
  "disabled": false,
1763
- "document": "需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项",
1763
+ "document": "需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项\n快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取",
1764
1764
  "example": "[\"snapcfs-xx\",\"snapcfs-xx1\"]",
1765
1765
  "member": "string",
1766
1766
  "name": "SnapshotIds",
@@ -1860,8 +1860,8 @@
1860
1860
  "members": [
1861
1861
  {
1862
1862
  "disabled": false,
1863
- "document": "文件系统 ID,通过查询文件系统接口获取",
1864
- "example": "cfs-12345",
1863
+ "document": "文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)",
1864
+ "example": "cfs-12345efg",
1865
1865
  "member": "string",
1866
1866
  "name": "FileSystemId",
1867
1867
  "required": true,
@@ -2098,7 +2098,7 @@
2098
2098
  "members": [
2099
2099
  {
2100
2100
  "disabled": false,
2101
- "document": "文件系统 ID,通过查询文件系统接口获取",
2101
+ "document": "文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取",
2102
2102
  "example": "cfs-12345",
2103
2103
  "member": "string",
2104
2104
  "name": "FileSystemId",
@@ -2282,7 +2282,7 @@
2282
2282
  "members": [
2283
2283
  {
2284
2284
  "disabled": false,
2285
- "document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
2285
+ "document": "权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取",
2286
2286
  "example": "pgroup-12345",
2287
2287
  "member": "string",
2288
2288
  "name": "PGroupId",
@@ -2418,7 +2418,7 @@
2418
2418
  },
2419
2419
  {
2420
2420
  "disabled": false,
2421
- "document": "按创建时间排序取值CreationTime",
2421
+ "document": "按创建时间排序取值",
2422
2422
  "example": "CreationTime",
2423
2423
  "member": "string",
2424
2424
  "name": "OrderField",
@@ -2502,7 +2502,7 @@
2502
2502
  },
2503
2503
  {
2504
2504
  "disabled": false,
2505
- "document": "<br><li> taskId\n\n按照【迁移任务id】进行过滤。\n类型:String\n\n必选:否\n\n<br><li> taskName\n\n按照【迁移任务名字】进行模糊搜索过滤。\n类型:String\n\n必选:否\n\n每次请求的Filters的上限为10,Filter.Values的上限为100",
2505
+ "document": "<br><li> taskId按照【迁移任务id】进行过滤。类型:String必选:否<br></li><br><li> taskName按照【迁移任务名字】进行模糊搜索过滤。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。</li>",
2506
2506
  "example": "无",
2507
2507
  "member": "Filter",
2508
2508
  "name": "Filters",
@@ -2517,7 +2517,7 @@
2517
2517
  "members": [
2518
2518
  {
2519
2519
  "disabled": false,
2520
- "document": "迁移任务的数量",
2520
+ "document": "迁移任务的总数量",
2521
2521
  "example": "0",
2522
2522
  "member": "int64",
2523
2523
  "name": "TotalCount",
@@ -2549,7 +2549,7 @@
2549
2549
  "members": [
2550
2550
  {
2551
2551
  "disabled": false,
2552
- "document": "文件系统 ID,查询文件系统列表可以获得id",
2552
+ "document": "文件系统 ID,[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)可以获得id",
2553
2553
  "example": "cfs-12345",
2554
2554
  "member": "string",
2555
2555
  "name": "FileSystemId",
@@ -2596,8 +2596,8 @@
2596
2596
  "members": [
2597
2597
  {
2598
2598
  "disabled": false,
2599
- "document": "文件系统快照ID,通过快照创建接口获得",
2600
- "example": "snapcfs-xx",
2599
+ "document": "快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取",
2600
+ "example": "snapcfs-123abcdd",
2601
2601
  "member": "string",
2602
2602
  "name": "SnapshotId",
2603
2603
  "required": true,
@@ -2605,7 +2605,7 @@
2605
2605
  },
2606
2606
  {
2607
2607
  "disabled": false,
2608
- "document": "起始时间",
2608
+ "document": "起始时间,格式“YYYY-MM-DD hh:mm:ss”",
2609
2609
  "example": "2021-08-11 11:51:33",
2610
2610
  "member": "string",
2611
2611
  "name": "StartTime",
@@ -2614,7 +2614,7 @@
2614
2614
  },
2615
2615
  {
2616
2616
  "disabled": false,
2617
- "document": "结束时间",
2617
+ "document": "结束时间,格式“YYYY-MM-DD hh:mm:ss”",
2618
2618
  "example": "2021-08-11 11:51:33",
2619
2619
  "member": "string",
2620
2620
  "name": "EndTime",
@@ -2661,7 +2661,7 @@
2661
2661
  "members": [
2662
2662
  {
2663
2663
  "disabled": false,
2664
- "document": "文件系统 ID,通过查询文件系统列表获取",
2664
+ "document": "文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取",
2665
2665
  "example": "cfs-abc12345",
2666
2666
  "member": "string",
2667
2667
  "name": "FileSystemId",
@@ -2841,7 +2841,7 @@
2841
2841
  },
2842
2842
  {
2843
2843
  "disabled": false,
2844
- "document": "可用区名称,例如ap-beijing-1,请参考 概览文档中的地域与可用区列表",
2844
+ "document": "可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表",
2845
2845
  "example": "ap-guangzhou-1",
2846
2846
  "member": "string",
2847
2847
  "name": "Zone",
@@ -3433,7 +3433,7 @@
3433
3433
  "members": [
3434
3434
  {
3435
3435
  "disabled": false,
3436
- "document": "文件系统id,通过查询文件系统列表获取该参数",
3436
+ "document": "文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)",
3437
3437
  "example": "cfs-4abc12343",
3438
3438
  "member": "string",
3439
3439
  "name": "FileSystemId",
@@ -3847,7 +3847,7 @@
3847
3847
  "members": [
3848
3848
  {
3849
3849
  "disabled": false,
3850
- "document": "文件系统 ID,通过查询文件系统列表获取",
3850
+ "document": "文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取",
3851
3851
  "example": "cfs-abc12345",
3852
3852
  "member": "string",
3853
3853
  "name": "FileSystemId",
@@ -4307,7 +4307,7 @@
4307
4307
  "members": [
4308
4308
  {
4309
4309
  "disabled": false,
4310
- "document": "需要解绑的文件系统ID列表,用\",\" 分割,文件系统id 通创建文件系统接口获得",
4310
+ "document": "需要解绑的文件系统ID列表,用\",\" 分割,文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)",
4311
4311
  "example": "cfs-abc,cfs-dbc",
4312
4312
  "member": "string",
4313
4313
  "name": "FileSystemIds",
@@ -4316,7 +4316,7 @@
4316
4316
  },
4317
4317
  {
4318
4318
  "disabled": false,
4319
- "document": "解绑的快照ID,通过创建快照策略接口获得",
4319
+ "document": "解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取",
4320
4320
  "example": "asp-gagagacg",
4321
4321
  "member": "string",
4322
4322
  "name": "AutoSnapshotPolicyId",
@@ -4353,8 +4353,8 @@
4353
4353
  "members": [
4354
4354
  {
4355
4355
  "disabled": false,
4356
- "document": "快照策略ID,查询快照策略列表获取",
4357
- "example": "asp-xx",
4356
+ "document": "解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取",
4357
+ "example": "asp-1234abcd",
4358
4358
  "member": "string",
4359
4359
  "name": "AutoSnapshotPolicyId",
4360
4360
  "required": true,
@@ -4453,8 +4453,8 @@
4453
4453
  "members": [
4454
4454
  {
4455
4455
  "disabled": false,
4456
- "document": "文件系统 ID",
4457
- "example": "cfs-12345",
4456
+ "document": "文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取",
4457
+ "example": "cfs-abc12345",
4458
4458
  "member": "string",
4459
4459
  "name": "FileSystemId",
4460
4460
  "required": true,
@@ -4462,7 +4462,7 @@
4462
4462
  },
4463
4463
  {
4464
4464
  "disabled": false,
4465
- "document": "用户自定义文件系统名称",
4465
+ "document": "用户自定义文件系统名称,64字节内的中文字母数字或者 _,-,与CreationToken 至少填一个",
4466
4466
  "example": "fs_name",
4467
4467
  "member": "string",
4468
4468
  "name": "FsName",
@@ -4519,7 +4519,7 @@
4519
4519
  "members": [
4520
4520
  {
4521
4521
  "disabled": false,
4522
- "document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
4522
+ "document": "权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取",
4523
4523
  "example": "pgroup-12345",
4524
4524
  "member": "string",
4525
4525
  "name": "PGroupId",
@@ -4528,7 +4528,7 @@
4528
4528
  },
4529
4529
  {
4530
4530
  "disabled": false,
4531
- "document": "文件系统 ID,通过查询文件系统接口获取",
4531
+ "document": "文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取",
4532
4532
  "example": "cfs-12345",
4533
4533
  "member": "string",
4534
4534
  "name": "FileSystemId",
@@ -4611,7 +4611,7 @@
4611
4611
  "members": [
4612
4612
  {
4613
4613
  "disabled": false,
4614
- "document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
4614
+ "document": "权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取",
4615
4615
  "example": "pgroup-12345",
4616
4616
  "member": "string",
4617
4617
  "name": "PGroupId",
@@ -4686,7 +4686,7 @@
4686
4686
  "members": [
4687
4687
  {
4688
4688
  "disabled": false,
4689
- "document": "权限组 ID,通过创建权限组接口或者创建权限组规则接口获取",
4689
+ "document": "权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取",
4690
4690
  "example": "pgroup-12345",
4691
4691
  "member": "string",
4692
4692
  "name": "PGroupId",
@@ -4695,7 +4695,7 @@
4695
4695
  },
4696
4696
  {
4697
4697
  "disabled": false,
4698
- "document": "规则 ID,通过查询权限组规则接口获取",
4698
+ "document": "规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取",
4699
4699
  "example": "rule-12345",
4700
4700
  "member": "string",
4701
4701
  "name": "RuleId",
@@ -4818,7 +4818,7 @@
4818
4818
  "members": [
4819
4819
  {
4820
4820
  "disabled": false,
4821
- "document": "文件系统快照ID,查询文件系统快照列表获取",
4821
+ "document": "快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取",
4822
4822
  "example": "snapcfs-4agklgllg",
4823
4823
  "member": "string",
4824
4824
  "name": "SnapshotId",
@@ -4827,7 +4827,7 @@
4827
4827
  },
4828
4828
  {
4829
4829
  "disabled": false,
4830
- "document": "文件系统快照名称,与AliveDays 必须填一个",
4830
+ "document": "文件系统快照名称,与AliveDays 必须填一个,快照名称,支持不超过64字符长度,支持中文、数字、_、-",
4831
4831
  "example": "snapshot123",
4832
4832
  "member": "string",
4833
4833
  "name": "SnapshotName",
@@ -4873,7 +4873,7 @@
4873
4873
  "members": [
4874
4874
  {
4875
4875
  "disabled": false,
4876
- "document": "文件系统 ID,通过查询文件系统列表获取",
4876
+ "document": "文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取",
4877
4877
  "example": "cfs-abcd1234",
4878
4878
  "member": "string",
4879
4879
  "name": "FileSystemId",
@@ -212,7 +212,7 @@
212
212
  {
213
213
  "document": "用于获取迁移任务列表",
214
214
  "input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigrationTasks\n<公共请求参数>\n\n{\n \"Limit\": 20,\n \"Offset\": 0\n}",
215
- "output": "{\n \"Response\": {\n \"MigrationTasks\": [\n {\n \"TaskName\": \"taskName\",\n \"TaskId\": \"cfsmigrate-29d43e98\",\n \"MigrationType\": 0,\n \"MigrationMode\": 0,\n \"BucketName\": \"bucket-1\",\n \"BucketRegion\": \"oss-cn-beijing\",\n \"BucketAddress\": \"https://test-1.oss-cn-beijing.aliyuncs.com\",\n \"BucketPath\": \"\",\n \"ListAddress\": \"\",\n \"FsName\": \"t1\",\n \"FileSystemId\": \"cfs-qz5c44o1\",\n \"FsPath\": \"/ahh\",\n \"CoverType\": 0,\n \"Status\": 6,\n \"FileTotalCount\": 0,\n \"FileMigratedCount\": 0,\n \"FileFailedCount\": 0,\n \"FileTotalSize\": 0,\n \"FileMigratedSize\": 0,\n \"FileFailedSize\": 0,\n \"FileTotalList\": null,\n \"FileCompletedList\": null,\n \"FileFailedList\": null,\n \"CreateTime\": 1662023240000,\n \"EndTime\": 1662023548000\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"c0f7c5d9-c8c4-401a-a6da-2106f3c6db76\"\n }\n}",
215
+ "output": "{\n \"Response\": {\n \"MigrationTasks\": [\n {\n \"TaskName\": \"taskName\",\n \"TaskId\": \"cfsmigrate-29d43e98\",\n \"MigrationType\": 0,\n \"MigrationMode\": 0,\n \"BucketName\": \"bucket-1\",\n \"BucketRegion\": \"oss-cn-beijing\",\n \"BucketAddress\": \"https://test-1.oss-cn-beijing.aliyuncs.com\",\n \"BucketPath\": \"\",\n \"ListAddress\": \"\",\n \"FsName\": \"t1\",\n \"FileSystemId\": \"cfs-qz5c44o1\",\n \"FsPath\": \"/ahh\",\n \"CoverType\": 0,\n \"Status\": 6,\n \"FileTotalCount\": 0,\n \"FileMigratedCount\": 0,\n \"FileFailedCount\": 0,\n \"FileTotalSize\": 0,\n \"FileMigratedSize\": 0,\n \"FileFailedSize\": 0,\n \"FileTotalList\": \"\",\n \"FileCompletedList\": \"\",\n \"FileFailedList\": \"\",\n \"CreateTime\": 1662023240000,\n \"EndTime\": 1662023548000,\n \"Direction\": 0\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"c0f7c5d9-c8c4-401a-a6da-2106f3c6db76\"\n }\n}",
216
216
  "title": "获取迁移任务列表"
217
217
  }
218
218
  ],
@@ -285,25 +285,25 @@
285
285
  "members": [
286
286
  {
287
287
  "disabled": false,
288
- "document": "cos地域\n注意:此字段可能返回 null,表示取不到有效值。",
288
+ "document": "cos地域",
289
289
  "example": "ap-guanghzou",
290
290
  "member": "string",
291
291
  "name": "CosRegion",
292
292
  "output_required": false,
293
293
  "required": false,
294
294
  "type": "string",
295
- "value_allowed_null": true
295
+ "value_allowed_null": false
296
296
  },
297
297
  {
298
298
  "disabled": false,
299
- "document": "地域描述\n注意:此字段可能返回 null,表示取不到有效值。",
299
+ "document": "地域描述",
300
300
  "example": "广州地域",
301
301
  "member": "string",
302
302
  "name": "CosRegionName",
303
303
  "output_required": false,
304
304
  "required": false,
305
305
  "type": "string",
306
- "value_allowed_null": true
306
+ "value_allowed_null": false
307
307
  }
308
308
  ],
309
309
  "usage": "both"
@@ -3783,7 +3783,7 @@
3783
3783
  },
3784
3784
  {
3785
3785
  "disabled": false,
3786
- "document": "新的漏洞风险id(同全网漏洞表的riskid)",
3786
+ "document": "新的漏洞风险id(同全网漏洞表的RiskId)",
3787
3787
  "example": "id-5532s",
3788
3788
  "member": "string",
3789
3789
  "name": "VulRiskId",