tccli 3.0.859.1__py2.py3-none-any.whl → 3.0.861.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/cdn/v20180606/api.json +1 -1
- tccli/services/cfs/cfs_client.py +273 -8
- tccli/services/cfs/v20190719/api.json +647 -0
- tccli/services/cfs/v20190719/examples.json +40 -0
- tccli/services/cwp/v20180228/api.json +2 -2
- tccli/services/ess/ess_client.py +106 -0
- tccli/services/ess/v20201111/api.json +124 -2
- tccli/services/ess/v20201111/examples.json +28 -0
- tccli/services/faceid/v20180301/api.json +22 -10
- tccli/services/ims/v20200713/examples.json +1 -1
- tccli/services/ims/v20201229/examples.json +1 -1
- tccli/services/ms/v20180408/api.json +2 -2
- tccli/services/rum/rum_client.py +261 -49
- tccli/services/rum/v20210622/api.json +478 -0
- tccli/services/rum/v20210622/examples.json +32 -0
- tccli/services/trp/trp_client.py +229 -17
- tccli/services/trp/v20210515/api.json +259 -0
- tccli/services/trp/v20210515/examples.json +32 -0
- tccli/services/waf/v20180125/api.json +288 -0
- tccli/services/waf/v20180125/examples.json +16 -0
- tccli/services/waf/waf_client.py +114 -8
- {tccli-3.0.859.1.dist-info → tccli-3.0.861.1.dist-info}/METADATA +2 -2
- {tccli-3.0.859.1.dist-info → tccli-3.0.861.1.dist-info}/RECORD +28 -28
- {tccli-3.0.859.1.dist-info → tccli-3.0.861.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.859.1.dist-info → tccli-3.0.861.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.859.1.dist-info → tccli-3.0.861.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.859.1.dist-info → tccli-3.0.861.1.dist-info}/top_level.txt +0 -0
@@ -42,6 +42,13 @@
|
|
42
42
|
"output": "CreateCfsSnapshotResponse",
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
|
+
"CreateMigrationTask": {
|
46
|
+
"document": "用于创建迁移任务。\n此接口需提交工单,开启白名单之后才能使用。",
|
47
|
+
"input": "CreateMigrationTaskRequest",
|
48
|
+
"name": "创建迁移任务",
|
49
|
+
"output": "CreateMigrationTaskResponse",
|
50
|
+
"status": "online"
|
51
|
+
},
|
45
52
|
"DeleteAutoSnapshotPolicy": {
|
46
53
|
"document": "删除快照定期策略",
|
47
54
|
"input": "DeleteAutoSnapshotPolicyRequest",
|
@@ -77,6 +84,13 @@
|
|
77
84
|
"output": "DeleteCfsSnapshotResponse",
|
78
85
|
"status": "online"
|
79
86
|
},
|
87
|
+
"DeleteMigrationTask": {
|
88
|
+
"document": "用于删除迁移任务。\n此接口需提交工单,开启白名单之后才能使用。",
|
89
|
+
"input": "DeleteMigrationTaskRequest",
|
90
|
+
"name": "删除迁移任务",
|
91
|
+
"output": "DeleteMigrationTaskResponse",
|
92
|
+
"status": "online"
|
93
|
+
},
|
80
94
|
"DeleteMountTarget": {
|
81
95
|
"document": "本接口(DeleteMountTarget)用于删除挂载点",
|
82
96
|
"input": "DeleteMountTargetRequest",
|
@@ -105,6 +119,13 @@
|
|
105
119
|
"output": "DescribeAvailableZoneInfoResponse",
|
106
120
|
"status": "online"
|
107
121
|
},
|
122
|
+
"DescribeBucketList": {
|
123
|
+
"document": "用于获取数据源桶列表。\n此接口需提交工单,开启白名单之后才能使用。",
|
124
|
+
"input": "DescribeBucketListRequest",
|
125
|
+
"name": "获取对象存储桶列表",
|
126
|
+
"output": "DescribeBucketListResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
108
129
|
"DescribeCfsFileSystemClients": {
|
109
130
|
"document": "查询挂载该文件系统的客户端。此功能需要客户端安装CFS监控插件。",
|
110
131
|
"input": "DescribeCfsFileSystemClientsRequest",
|
@@ -154,6 +175,13 @@
|
|
154
175
|
"output": "DescribeCfsSnapshotsResponse",
|
155
176
|
"status": "online"
|
156
177
|
},
|
178
|
+
"DescribeMigrationTasks": {
|
179
|
+
"document": "用于获取迁移任务列表。\n此接口需提交工单,开启白名单之后才能使用。",
|
180
|
+
"input": "DescribeMigrationTasksRequest",
|
181
|
+
"name": "获取迁移任务列表",
|
182
|
+
"output": "DescribeMigrationTasksResponse",
|
183
|
+
"status": "online"
|
184
|
+
},
|
157
185
|
"DescribeMountTargets": {
|
158
186
|
"document": "本接口(DescribeMountTargets)用于查询文件系统挂载点信息",
|
159
187
|
"input": "DescribeMountTargetsRequest",
|
@@ -189,6 +217,13 @@
|
|
189
217
|
"output": "SignUpCfsServiceResponse",
|
190
218
|
"status": "online"
|
191
219
|
},
|
220
|
+
"StopMigrationTask": {
|
221
|
+
"document": "用于终止迁移任务。\n此接口需提交工单,开启白名单之后才能使用。",
|
222
|
+
"input": "StopMigrationTaskRequest",
|
223
|
+
"name": "终止迁移任务",
|
224
|
+
"output": "StopMigrationTaskResponse",
|
225
|
+
"status": "online"
|
226
|
+
},
|
192
227
|
"UnbindAutoSnapshotPolicy": {
|
193
228
|
"document": "解除文件系统绑定的快照策略",
|
194
229
|
"input": "UnbindAutoSnapshotPolicyRequest",
|
@@ -595,6 +630,32 @@
|
|
595
630
|
],
|
596
631
|
"type": "object"
|
597
632
|
},
|
633
|
+
"BucketInfo": {
|
634
|
+
"document": "对象存储桶",
|
635
|
+
"members": [
|
636
|
+
{
|
637
|
+
"default": "",
|
638
|
+
"document": "桶名称",
|
639
|
+
"example": "name",
|
640
|
+
"member": "string",
|
641
|
+
"name": "Name",
|
642
|
+
"required": true,
|
643
|
+
"type": "string",
|
644
|
+
"value_allowed_null": false
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"default": "",
|
648
|
+
"document": "桶所在地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
649
|
+
"example": "region",
|
650
|
+
"member": "string",
|
651
|
+
"name": "Region",
|
652
|
+
"required": true,
|
653
|
+
"type": "string",
|
654
|
+
"value_allowed_null": true
|
655
|
+
}
|
656
|
+
],
|
657
|
+
"usage": "out"
|
658
|
+
},
|
598
659
|
"CreateAutoSnapshotPolicyRequest": {
|
599
660
|
"document": "CreateAutoSnapshotPolicy请求参数结构体",
|
600
661
|
"members": [
|
@@ -1137,6 +1198,152 @@
|
|
1137
1198
|
],
|
1138
1199
|
"type": "object"
|
1139
1200
|
},
|
1201
|
+
"CreateMigrationTaskRequest": {
|
1202
|
+
"document": "CreateMigrationTask请求参数结构体",
|
1203
|
+
"members": [
|
1204
|
+
{
|
1205
|
+
"document": "迁移任务名称",
|
1206
|
+
"example": "无",
|
1207
|
+
"member": "string",
|
1208
|
+
"name": "TaskName",
|
1209
|
+
"required": true,
|
1210
|
+
"type": "string"
|
1211
|
+
},
|
1212
|
+
{
|
1213
|
+
"document": "迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移",
|
1214
|
+
"example": "0",
|
1215
|
+
"member": "uint64",
|
1216
|
+
"name": "MigrationType",
|
1217
|
+
"required": true,
|
1218
|
+
"type": "int"
|
1219
|
+
},
|
1220
|
+
{
|
1221
|
+
"document": "迁移模式,默认为0。0: 全量迁移",
|
1222
|
+
"example": "0",
|
1223
|
+
"member": "uint64",
|
1224
|
+
"name": "MigrationMode",
|
1225
|
+
"required": true,
|
1226
|
+
"type": "int"
|
1227
|
+
},
|
1228
|
+
{
|
1229
|
+
"document": "数据源账号的SecretId",
|
1230
|
+
"example": "12345",
|
1231
|
+
"member": "string",
|
1232
|
+
"name": "SrcSecretId",
|
1233
|
+
"required": true,
|
1234
|
+
"type": "string"
|
1235
|
+
},
|
1236
|
+
{
|
1237
|
+
"document": "数据源账号的SecretKey",
|
1238
|
+
"example": "12345",
|
1239
|
+
"member": "string",
|
1240
|
+
"name": "SrcSecretKey",
|
1241
|
+
"required": true,
|
1242
|
+
"type": "string"
|
1243
|
+
},
|
1244
|
+
{
|
1245
|
+
"document": "文件系统实例Id",
|
1246
|
+
"example": "无",
|
1247
|
+
"member": "string",
|
1248
|
+
"name": "FileSystemId",
|
1249
|
+
"required": true,
|
1250
|
+
"type": "string"
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"document": "文件系统路径",
|
1254
|
+
"example": "无",
|
1255
|
+
"member": "string",
|
1256
|
+
"name": "FsPath",
|
1257
|
+
"required": true,
|
1258
|
+
"type": "string"
|
1259
|
+
},
|
1260
|
+
{
|
1261
|
+
"document": "同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖",
|
1262
|
+
"example": "0",
|
1263
|
+
"member": "uint64",
|
1264
|
+
"name": "CoverType",
|
1265
|
+
"required": true,
|
1266
|
+
"type": "int"
|
1267
|
+
},
|
1268
|
+
{
|
1269
|
+
"document": "数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS",
|
1270
|
+
"example": "OSS",
|
1271
|
+
"member": "string",
|
1272
|
+
"name": "SrcService",
|
1273
|
+
"required": true,
|
1274
|
+
"type": "string"
|
1275
|
+
},
|
1276
|
+
{
|
1277
|
+
"document": "数据源桶名称,名称和地址至少有一个",
|
1278
|
+
"example": "无",
|
1279
|
+
"member": "string",
|
1280
|
+
"name": "BucketName",
|
1281
|
+
"required": false,
|
1282
|
+
"type": "string"
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"document": "数据源桶地域",
|
1286
|
+
"example": "无",
|
1287
|
+
"member": "string",
|
1288
|
+
"name": "BucketRegion",
|
1289
|
+
"required": false,
|
1290
|
+
"type": "string"
|
1291
|
+
},
|
1292
|
+
{
|
1293
|
+
"document": "数据源桶地址,名称和地址至少有一个",
|
1294
|
+
"example": "无",
|
1295
|
+
"member": "string",
|
1296
|
+
"name": "BucketAddress",
|
1297
|
+
"required": false,
|
1298
|
+
"type": "string"
|
1299
|
+
},
|
1300
|
+
{
|
1301
|
+
"document": "清单地址,迁移方式为清单迁移时必填",
|
1302
|
+
"example": "无",
|
1303
|
+
"member": "string",
|
1304
|
+
"name": "ListAddress",
|
1305
|
+
"required": false,
|
1306
|
+
"type": "string"
|
1307
|
+
},
|
1308
|
+
{
|
1309
|
+
"document": "目标文件系统名称",
|
1310
|
+
"example": "name",
|
1311
|
+
"member": "string",
|
1312
|
+
"name": "FsName",
|
1313
|
+
"required": false,
|
1314
|
+
"type": "string"
|
1315
|
+
},
|
1316
|
+
{
|
1317
|
+
"document": "源桶路径,默认为/",
|
1318
|
+
"example": "cos/",
|
1319
|
+
"member": "string",
|
1320
|
+
"name": "BucketPath",
|
1321
|
+
"required": false,
|
1322
|
+
"type": "string"
|
1323
|
+
}
|
1324
|
+
],
|
1325
|
+
"type": "object"
|
1326
|
+
},
|
1327
|
+
"CreateMigrationTaskResponse": {
|
1328
|
+
"document": "CreateMigrationTask返回参数结构体",
|
1329
|
+
"members": [
|
1330
|
+
{
|
1331
|
+
"document": "迁移任务Id",
|
1332
|
+
"example": "无",
|
1333
|
+
"member": "string",
|
1334
|
+
"name": "TaskId",
|
1335
|
+
"type": "string",
|
1336
|
+
"value_allowed_null": false
|
1337
|
+
},
|
1338
|
+
{
|
1339
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1340
|
+
"member": "string",
|
1341
|
+
"name": "RequestId",
|
1342
|
+
"type": "string"
|
1343
|
+
}
|
1344
|
+
],
|
1345
|
+
"type": "object"
|
1346
|
+
},
|
1140
1347
|
"DeleteAutoSnapshotPolicyRequest": {
|
1141
1348
|
"document": "DeleteAutoSnapshotPolicy请求参数结构体",
|
1142
1349
|
"members": [
|
@@ -1344,6 +1551,32 @@
|
|
1344
1551
|
],
|
1345
1552
|
"type": "object"
|
1346
1553
|
},
|
1554
|
+
"DeleteMigrationTaskRequest": {
|
1555
|
+
"document": "DeleteMigrationTask请求参数结构体",
|
1556
|
+
"members": [
|
1557
|
+
{
|
1558
|
+
"document": "迁移任务ID",
|
1559
|
+
"example": "无",
|
1560
|
+
"member": "string",
|
1561
|
+
"name": "TaskId",
|
1562
|
+
"required": true,
|
1563
|
+
"type": "string"
|
1564
|
+
}
|
1565
|
+
],
|
1566
|
+
"type": "object"
|
1567
|
+
},
|
1568
|
+
"DeleteMigrationTaskResponse": {
|
1569
|
+
"document": "DeleteMigrationTask返回参数结构体",
|
1570
|
+
"members": [
|
1571
|
+
{
|
1572
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1573
|
+
"member": "string",
|
1574
|
+
"name": "RequestId",
|
1575
|
+
"type": "string"
|
1576
|
+
}
|
1577
|
+
],
|
1578
|
+
"type": "object"
|
1579
|
+
},
|
1347
1580
|
"DeleteMountTargetRequest": {
|
1348
1581
|
"document": "DeleteMountTarget请求参数结构体",
|
1349
1582
|
"members": [
|
@@ -1541,6 +1774,64 @@
|
|
1541
1774
|
],
|
1542
1775
|
"type": "object"
|
1543
1776
|
},
|
1777
|
+
"DescribeBucketListRequest": {
|
1778
|
+
"document": "DescribeBucketList请求参数结构体",
|
1779
|
+
"members": [
|
1780
|
+
{
|
1781
|
+
"document": "数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS",
|
1782
|
+
"example": "OSS",
|
1783
|
+
"member": "string",
|
1784
|
+
"name": "SrcService",
|
1785
|
+
"required": true,
|
1786
|
+
"type": "string"
|
1787
|
+
},
|
1788
|
+
{
|
1789
|
+
"document": "数据源账号的SecretId\n",
|
1790
|
+
"example": "20",
|
1791
|
+
"member": "string",
|
1792
|
+
"name": "SrcSecretId",
|
1793
|
+
"required": true,
|
1794
|
+
"type": "string"
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"document": "数据源账号的SecretKey",
|
1798
|
+
"example": "无",
|
1799
|
+
"member": "string",
|
1800
|
+
"name": "SrcSecretKey",
|
1801
|
+
"required": true,
|
1802
|
+
"type": "string"
|
1803
|
+
}
|
1804
|
+
],
|
1805
|
+
"type": "object"
|
1806
|
+
},
|
1807
|
+
"DescribeBucketListResponse": {
|
1808
|
+
"document": "DescribeBucketList返回参数结构体",
|
1809
|
+
"members": [
|
1810
|
+
{
|
1811
|
+
"document": "桶的数量",
|
1812
|
+
"example": "0",
|
1813
|
+
"member": "int64",
|
1814
|
+
"name": "TotalCount",
|
1815
|
+
"type": "int",
|
1816
|
+
"value_allowed_null": false
|
1817
|
+
},
|
1818
|
+
{
|
1819
|
+
"document": "桶列表",
|
1820
|
+
"example": "无",
|
1821
|
+
"member": "BucketInfo",
|
1822
|
+
"name": "BucketList",
|
1823
|
+
"type": "list",
|
1824
|
+
"value_allowed_null": false
|
1825
|
+
},
|
1826
|
+
{
|
1827
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1828
|
+
"member": "string",
|
1829
|
+
"name": "RequestId",
|
1830
|
+
"type": "string"
|
1831
|
+
}
|
1832
|
+
],
|
1833
|
+
"type": "object"
|
1834
|
+
},
|
1544
1835
|
"DescribeCfsFileSystemClientsRequest": {
|
1545
1836
|
"document": "DescribeCfsFileSystemClients请求参数结构体",
|
1546
1837
|
"members": [
|
@@ -1862,6 +2153,64 @@
|
|
1862
2153
|
],
|
1863
2154
|
"type": "object"
|
1864
2155
|
},
|
2156
|
+
"DescribeMigrationTasksRequest": {
|
2157
|
+
"document": "DescribeMigrationTasks请求参数结构体",
|
2158
|
+
"members": [
|
2159
|
+
{
|
2160
|
+
"document": "分页的偏移量,默认值为0。",
|
2161
|
+
"example": "0",
|
2162
|
+
"member": "int64",
|
2163
|
+
"name": "Offset",
|
2164
|
+
"required": false,
|
2165
|
+
"type": "int"
|
2166
|
+
},
|
2167
|
+
{
|
2168
|
+
"document": "分页单页限制数目,默认值为20,最大值100。",
|
2169
|
+
"example": "20",
|
2170
|
+
"member": "int64",
|
2171
|
+
"name": "Limit",
|
2172
|
+
"required": false,
|
2173
|
+
"type": "int"
|
2174
|
+
},
|
2175
|
+
{
|
2176
|
+
"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。",
|
2177
|
+
"example": "无",
|
2178
|
+
"member": "Filter",
|
2179
|
+
"name": "Filters",
|
2180
|
+
"required": false,
|
2181
|
+
"type": "list"
|
2182
|
+
}
|
2183
|
+
],
|
2184
|
+
"type": "object"
|
2185
|
+
},
|
2186
|
+
"DescribeMigrationTasksResponse": {
|
2187
|
+
"document": "DescribeMigrationTasks返回参数结构体",
|
2188
|
+
"members": [
|
2189
|
+
{
|
2190
|
+
"document": "迁移任务的数量",
|
2191
|
+
"example": "0",
|
2192
|
+
"member": "int64",
|
2193
|
+
"name": "TotalCount",
|
2194
|
+
"type": "int",
|
2195
|
+
"value_allowed_null": false
|
2196
|
+
},
|
2197
|
+
{
|
2198
|
+
"document": "迁移任务详情",
|
2199
|
+
"example": "无",
|
2200
|
+
"member": "MigrationTaskInfo",
|
2201
|
+
"name": "MigrationTasks",
|
2202
|
+
"type": "list",
|
2203
|
+
"value_allowed_null": false
|
2204
|
+
},
|
2205
|
+
{
|
2206
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2207
|
+
"member": "string",
|
2208
|
+
"name": "RequestId",
|
2209
|
+
"type": "string"
|
2210
|
+
}
|
2211
|
+
],
|
2212
|
+
"type": "object"
|
2213
|
+
},
|
1865
2214
|
"DescribeMountTargetsRequest": {
|
1866
2215
|
"document": "DescribeMountTargets请求参数结构体",
|
1867
2216
|
"members": [
|
@@ -2408,6 +2757,262 @@
|
|
2408
2757
|
],
|
2409
2758
|
"usage": "in"
|
2410
2759
|
},
|
2760
|
+
"MigrationTaskInfo": {
|
2761
|
+
"document": "CFS数据迁移任务信息",
|
2762
|
+
"members": [
|
2763
|
+
{
|
2764
|
+
"default": "",
|
2765
|
+
"document": "迁移任务名称",
|
2766
|
+
"example": "name",
|
2767
|
+
"member": "string",
|
2768
|
+
"name": "TaskName",
|
2769
|
+
"required": true,
|
2770
|
+
"type": "string",
|
2771
|
+
"value_allowed_null": false
|
2772
|
+
},
|
2773
|
+
{
|
2774
|
+
"default": "",
|
2775
|
+
"document": "迁移任务id",
|
2776
|
+
"example": "migrate-001",
|
2777
|
+
"member": "string",
|
2778
|
+
"name": "TaskId",
|
2779
|
+
"required": true,
|
2780
|
+
"type": "string",
|
2781
|
+
"value_allowed_null": false
|
2782
|
+
},
|
2783
|
+
{
|
2784
|
+
"default": "",
|
2785
|
+
"document": "迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移",
|
2786
|
+
"example": "0",
|
2787
|
+
"member": "uint64",
|
2788
|
+
"name": "MigrationType",
|
2789
|
+
"required": true,
|
2790
|
+
"type": "int",
|
2791
|
+
"value_allowed_null": false
|
2792
|
+
},
|
2793
|
+
{
|
2794
|
+
"default": "",
|
2795
|
+
"document": "迁移模式,默认为0。0: 全量迁移",
|
2796
|
+
"example": "0",
|
2797
|
+
"member": "uint64",
|
2798
|
+
"name": "MigrationMode",
|
2799
|
+
"required": true,
|
2800
|
+
"type": "int",
|
2801
|
+
"value_allowed_null": false
|
2802
|
+
},
|
2803
|
+
{
|
2804
|
+
"default": "",
|
2805
|
+
"document": "数据源桶名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2806
|
+
"example": "xx-123455",
|
2807
|
+
"member": "string",
|
2808
|
+
"name": "BucketName",
|
2809
|
+
"required": true,
|
2810
|
+
"type": "string",
|
2811
|
+
"value_allowed_null": true
|
2812
|
+
},
|
2813
|
+
{
|
2814
|
+
"default": "",
|
2815
|
+
"document": "数据源桶地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
2816
|
+
"example": "ap-guangzhou",
|
2817
|
+
"member": "string",
|
2818
|
+
"name": "BucketRegion",
|
2819
|
+
"required": true,
|
2820
|
+
"type": "string",
|
2821
|
+
"value_allowed_null": true
|
2822
|
+
},
|
2823
|
+
{
|
2824
|
+
"default": "",
|
2825
|
+
"document": "数据源桶地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2826
|
+
"example": "https://xx-12345.cos.ap-shanghai.myqcloud.com",
|
2827
|
+
"member": "string",
|
2828
|
+
"name": "BucketAddress",
|
2829
|
+
"required": true,
|
2830
|
+
"type": "string",
|
2831
|
+
"value_allowed_null": true
|
2832
|
+
},
|
2833
|
+
{
|
2834
|
+
"default": "",
|
2835
|
+
"document": "清单地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2836
|
+
"example": "https://xx-12345.cos.ap-shanghai.myqcloud.com/list.csv",
|
2837
|
+
"member": "string",
|
2838
|
+
"name": "ListAddress",
|
2839
|
+
"required": true,
|
2840
|
+
"type": "string",
|
2841
|
+
"value_allowed_null": true
|
2842
|
+
},
|
2843
|
+
{
|
2844
|
+
"default": "",
|
2845
|
+
"document": "文件系统实例名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2846
|
+
"example": "xx",
|
2847
|
+
"member": "string",
|
2848
|
+
"name": "FsName",
|
2849
|
+
"required": true,
|
2850
|
+
"type": "string",
|
2851
|
+
"value_allowed_null": true
|
2852
|
+
},
|
2853
|
+
{
|
2854
|
+
"default": "",
|
2855
|
+
"document": "文件系统实例Id",
|
2856
|
+
"example": "无",
|
2857
|
+
"member": "string",
|
2858
|
+
"name": "FileSystemId",
|
2859
|
+
"required": true,
|
2860
|
+
"type": "string",
|
2861
|
+
"value_allowed_null": false
|
2862
|
+
},
|
2863
|
+
{
|
2864
|
+
"default": "",
|
2865
|
+
"document": "文件系统路径",
|
2866
|
+
"example": "无",
|
2867
|
+
"member": "string",
|
2868
|
+
"name": "FsPath",
|
2869
|
+
"required": true,
|
2870
|
+
"type": "string",
|
2871
|
+
"value_allowed_null": false
|
2872
|
+
},
|
2873
|
+
{
|
2874
|
+
"default": "",
|
2875
|
+
"document": "同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖",
|
2876
|
+
"example": "无",
|
2877
|
+
"member": "uint64",
|
2878
|
+
"name": "CoverType",
|
2879
|
+
"required": true,
|
2880
|
+
"type": "int",
|
2881
|
+
"value_allowed_null": false
|
2882
|
+
},
|
2883
|
+
{
|
2884
|
+
"default": "",
|
2885
|
+
"document": "创建时间",
|
2886
|
+
"example": "无",
|
2887
|
+
"member": "int64",
|
2888
|
+
"name": "CreateTime",
|
2889
|
+
"required": true,
|
2890
|
+
"type": "int",
|
2891
|
+
"value_allowed_null": false
|
2892
|
+
},
|
2893
|
+
{
|
2894
|
+
"default": "",
|
2895
|
+
"document": "完成/终止时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2896
|
+
"example": "无",
|
2897
|
+
"member": "int64",
|
2898
|
+
"name": "EndTime",
|
2899
|
+
"required": true,
|
2900
|
+
"type": "int",
|
2901
|
+
"value_allowed_null": true
|
2902
|
+
},
|
2903
|
+
{
|
2904
|
+
"default": "",
|
2905
|
+
"document": "迁移状态。0: 已完成;1: 进行中;2: 已终止",
|
2906
|
+
"example": "无",
|
2907
|
+
"member": "uint64",
|
2908
|
+
"name": "Status",
|
2909
|
+
"required": true,
|
2910
|
+
"type": "int",
|
2911
|
+
"value_allowed_null": false
|
2912
|
+
},
|
2913
|
+
{
|
2914
|
+
"default": "",
|
2915
|
+
"document": "文件数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
2916
|
+
"example": "无",
|
2917
|
+
"member": "uint64",
|
2918
|
+
"name": "FileTotalCount",
|
2919
|
+
"required": true,
|
2920
|
+
"type": "int",
|
2921
|
+
"value_allowed_null": true
|
2922
|
+
},
|
2923
|
+
{
|
2924
|
+
"default": "",
|
2925
|
+
"document": "已迁移文件数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
2926
|
+
"example": "无",
|
2927
|
+
"member": "uint64",
|
2928
|
+
"name": "FileMigratedCount",
|
2929
|
+
"required": true,
|
2930
|
+
"type": "int",
|
2931
|
+
"value_allowed_null": true
|
2932
|
+
},
|
2933
|
+
{
|
2934
|
+
"default": "",
|
2935
|
+
"document": "迁移失败文件数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
2936
|
+
"example": "无",
|
2937
|
+
"member": "uint64",
|
2938
|
+
"name": "FileFailedCount",
|
2939
|
+
"required": true,
|
2940
|
+
"type": "int",
|
2941
|
+
"value_allowed_null": true
|
2942
|
+
},
|
2943
|
+
{
|
2944
|
+
"default": "",
|
2945
|
+
"document": "文件容量,单位Byte\n注意:此字段可能返回 null,表示取不到有效值。",
|
2946
|
+
"example": "无",
|
2947
|
+
"member": "int64",
|
2948
|
+
"name": "FileTotalSize",
|
2949
|
+
"required": true,
|
2950
|
+
"type": "int",
|
2951
|
+
"value_allowed_null": true
|
2952
|
+
},
|
2953
|
+
{
|
2954
|
+
"default": "",
|
2955
|
+
"document": "已迁移文件容量,单位Byte\n注意:此字段可能返回 null,表示取不到有效值。",
|
2956
|
+
"example": "无",
|
2957
|
+
"member": "int64",
|
2958
|
+
"name": "FileMigratedSize",
|
2959
|
+
"required": true,
|
2960
|
+
"type": "int",
|
2961
|
+
"value_allowed_null": true
|
2962
|
+
},
|
2963
|
+
{
|
2964
|
+
"default": "",
|
2965
|
+
"document": "迁移失败文件容量,单位Byte\n注意:此字段可能返回 null,表示取不到有效值。",
|
2966
|
+
"example": "无",
|
2967
|
+
"member": "int64",
|
2968
|
+
"name": "FileFailedSize",
|
2969
|
+
"required": true,
|
2970
|
+
"type": "int",
|
2971
|
+
"value_allowed_null": true
|
2972
|
+
},
|
2973
|
+
{
|
2974
|
+
"default": "",
|
2975
|
+
"document": "全部清单\n注意:此字段可能返回 null,表示取不到有效值。",
|
2976
|
+
"example": "无",
|
2977
|
+
"member": "string",
|
2978
|
+
"name": "FileTotalList",
|
2979
|
+
"required": true,
|
2980
|
+
"type": "string",
|
2981
|
+
"value_allowed_null": true
|
2982
|
+
},
|
2983
|
+
{
|
2984
|
+
"default": "",
|
2985
|
+
"document": "已完成文件清单\n注意:此字段可能返回 null,表示取不到有效值。",
|
2986
|
+
"example": "无",
|
2987
|
+
"member": "string",
|
2988
|
+
"name": "FileCompletedList",
|
2989
|
+
"required": true,
|
2990
|
+
"type": "string",
|
2991
|
+
"value_allowed_null": true
|
2992
|
+
},
|
2993
|
+
{
|
2994
|
+
"default": "",
|
2995
|
+
"document": "失败文件清单\n注意:此字段可能返回 null,表示取不到有效值。",
|
2996
|
+
"example": "无",
|
2997
|
+
"member": "string",
|
2998
|
+
"name": "FileFailedList",
|
2999
|
+
"required": true,
|
3000
|
+
"type": "string",
|
3001
|
+
"value_allowed_null": true
|
3002
|
+
},
|
3003
|
+
{
|
3004
|
+
"default": "",
|
3005
|
+
"document": "源桶路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
3006
|
+
"example": "无",
|
3007
|
+
"member": "string",
|
3008
|
+
"name": "BucketPath",
|
3009
|
+
"required": true,
|
3010
|
+
"type": "string",
|
3011
|
+
"value_allowed_null": true
|
3012
|
+
}
|
3013
|
+
],
|
3014
|
+
"usage": "out"
|
3015
|
+
},
|
2411
3016
|
"MountInfo": {
|
2412
3017
|
"document": "挂载点信息",
|
2413
3018
|
"members": [
|
@@ -2977,6 +3582,48 @@
|
|
2977
3582
|
],
|
2978
3583
|
"usage": "out"
|
2979
3584
|
},
|
3585
|
+
"StopMigrationTaskRequest": {
|
3586
|
+
"document": "StopMigrationTask请求参数结构体",
|
3587
|
+
"members": [
|
3588
|
+
{
|
3589
|
+
"document": "迁移任务名称",
|
3590
|
+
"example": "无",
|
3591
|
+
"member": "string",
|
3592
|
+
"name": "TaskId",
|
3593
|
+
"required": true,
|
3594
|
+
"type": "string"
|
3595
|
+
}
|
3596
|
+
],
|
3597
|
+
"type": "object"
|
3598
|
+
},
|
3599
|
+
"StopMigrationTaskResponse": {
|
3600
|
+
"document": "StopMigrationTask返回参数结构体",
|
3601
|
+
"members": [
|
3602
|
+
{
|
3603
|
+
"document": "迁移任务Id",
|
3604
|
+
"example": "无",
|
3605
|
+
"member": "string",
|
3606
|
+
"name": "TaskId",
|
3607
|
+
"type": "string",
|
3608
|
+
"value_allowed_null": false
|
3609
|
+
},
|
3610
|
+
{
|
3611
|
+
"document": "迁移状态。0: 已完成;1: 进行中;2: 已终止",
|
3612
|
+
"example": "2",
|
3613
|
+
"member": "uint64",
|
3614
|
+
"name": "Status",
|
3615
|
+
"type": "int",
|
3616
|
+
"value_allowed_null": false
|
3617
|
+
},
|
3618
|
+
{
|
3619
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
3620
|
+
"member": "string",
|
3621
|
+
"name": "RequestId",
|
3622
|
+
"type": "string"
|
3623
|
+
}
|
3624
|
+
],
|
3625
|
+
"type": "object"
|
3626
|
+
},
|
2980
3627
|
"TagInfo": {
|
2981
3628
|
"document": "Tag信息单元",
|
2982
3629
|
"members": [
|