tccli 3.0.1269.1__py2.py3-none-any.whl → 3.0.1270.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/__init__.py +0 -3
- tccli/services/aiart/v20221229/api.json +13 -13
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/antiddos/v20200309/api.json +201 -132
- tccli/services/antiddos/v20200309/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +13 -3
- tccli/services/cam/v20190116/api.json +8 -8
- tccli/services/cbs/cbs_client.py +220 -8
- tccli/services/cbs/v20170312/api.json +409 -2
- tccli/services/cbs/v20170312/examples.json +32 -0
- tccli/services/cdwdoris/v20211228/api.json +10 -1
- tccli/services/cls/v20201016/api.json +11 -0
- tccli/services/dlc/v20210125/api.json +24 -24
- tccli/services/dlc/v20210125/examples.json +2 -2
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/gme/v20180711/api.json +29 -26
- tccli/services/gme/v20180711/examples.json +3 -3
- tccli/services/ocr/v20181119/api.json +73 -1
- tccli/services/ses/v20201002/api.json +15 -5
- tccli/services/svp/v20240125/api.json +6 -6
- tccli/services/teo/v20220901/api.json +38 -0
- tccli/services/trp/v20210515/api.json +549 -513
- tccli/services/trp/v20210515/examples.json +5 -5
- tccli/services/vpc/v20170312/api.json +124 -0
- tccli/services/vpc/v20170312/examples.json +16 -0
- tccli/services/vpc/vpc_client.py +106 -0
- {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +32 -36
- tccli/services/aa/__init__.py +0 -4
- tccli/services/aa/aa_client.py +0 -207
- tccli/services/aa/v20200224/api.json +0 -397
- tccli/services/aa/v20200224/examples.json +0 -13
- {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1269.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -14,6 +14,13 @@
|
|
14
14
|
"output": "ApplySnapshotResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
|
+
"ApplySnapshotGroup": {
|
18
|
+
"document": "本接口(ApplySnapshotGroup)用于回滚快照组,将实例恢复到创建快照组时刻的状态。\n* 1.可选择快照组全部或部分盘进行回滚;\n* 2.如果回滚的盘中包含已挂载的盘,要求这些盘必须挂载在同一实例上,且要求该实例已关机才能回滚;\n* 3.回滚为异步操作,接口返回成功不代表回滚成功,可通过调DescribeSnapshotGroups接口查询快照组的状态。",
|
19
|
+
"input": "ApplySnapshotGroupRequest",
|
20
|
+
"name": "回滚快照组",
|
21
|
+
"output": "ApplySnapshotGroupResponse",
|
22
|
+
"status": "online"
|
23
|
+
},
|
17
24
|
"AttachDisks": {
|
18
25
|
"document": "本接口(AttachDisks)用于挂载云硬盘。\n \n* 支持批量操作,将多块云盘挂载到同一云主机。如果多个云盘中存在不允许挂载的云盘,则操作不执行,返回特定的错误码。\n* 本接口为异步接口,当挂载云盘的请求成功返回时,表示后台已发起挂载云盘的操作,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHING”变为“ATTACHED”,则为挂载成功。",
|
19
26
|
"input": "AttachDisksRequest",
|
@@ -63,6 +70,13 @@
|
|
63
70
|
"output": "CreateSnapshotResponse",
|
64
71
|
"status": "online"
|
65
72
|
},
|
73
|
+
"CreateSnapshotGroup": {
|
74
|
+
"document": "本接口(CreateSnapshotGroup)用于创建快照组。\n* 创建快照组的云硬盘列表必须挂载在同一实例上;\n* 可选择挂载在实例上的全部或部分盘创建快照组。",
|
75
|
+
"input": "CreateSnapshotGroupRequest",
|
76
|
+
"name": "创建快照组",
|
77
|
+
"output": "CreateSnapshotGroupResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
66
80
|
"DeleteAutoSnapshotPolicies": {
|
67
81
|
"document": "本接口(DeleteAutoSnapshotPolicies)用于删除定期快照策略。\n\n* 支持批量操作。如果多个定期快照策略存在无法删除的,则操作不执行,以特定错误码返回。",
|
68
82
|
"input": "DeleteAutoSnapshotPoliciesRequest",
|
@@ -77,6 +91,13 @@
|
|
77
91
|
"output": "DeleteDiskBackupsResponse",
|
78
92
|
"status": "online"
|
79
93
|
},
|
94
|
+
"DeleteSnapshotGroup": {
|
95
|
+
"document": "本接口(DeleteSnapshotGroup)用于删除快照组,一次调用仅支持删除一个快照组。\n* 默认会删除快照组内的所有快照;\n* 如果快照组内的快照有关联镜像,则删除失败,所有快照均不会删除;如果需要同时删除快照绑定的镜像,可传入参数DeleteBindImages等于true。",
|
96
|
+
"input": "DeleteSnapshotGroupRequest",
|
97
|
+
"name": "删除快照组",
|
98
|
+
"output": "DeleteSnapshotGroupResponse",
|
99
|
+
"status": "online"
|
100
|
+
},
|
80
101
|
"DeleteSnapshots": {
|
81
102
|
"document": "本接口(DeleteSnapshots)用于删除快照。\n\n* 快照必须处于NORMAL状态,快照状态可以通过[DescribeSnapshots](/document/product/362/15647)接口查询,见输出参数中SnapshotState字段解释。\n* 支持批量操作。如果多个快照存在无法删除的快照,则操作不执行,以特定的错误码返回。",
|
82
103
|
"input": "DeleteSnapshotsRequest",
|
@@ -133,6 +154,13 @@
|
|
133
154
|
"output": "DescribeInstancesDiskNumResponse",
|
134
155
|
"status": "online"
|
135
156
|
},
|
157
|
+
"DescribeSnapshotGroups": {
|
158
|
+
"document": "本接口(DescribeSnapshotGroups)用于查询快照组列表。\n* 可以根据快照组ID、快照组状态、快照组关联的快照ID等来查询快照组列表,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。\n* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的快照组列表。",
|
159
|
+
"input": "DescribeSnapshotGroupsRequest",
|
160
|
+
"name": "查询快照组列表",
|
161
|
+
"output": "DescribeSnapshotGroupsResponse",
|
162
|
+
"status": "online"
|
163
|
+
},
|
136
164
|
"DescribeSnapshotOverview": {
|
137
165
|
"document": "该接口用于查询用户快照使用概览,包括快照总容量、计费容量等信息。",
|
138
166
|
"input": "DescribeSnapshotOverviewRequest",
|
@@ -348,6 +376,32 @@
|
|
348
376
|
],
|
349
377
|
"usage": "both"
|
350
378
|
},
|
379
|
+
"ApplyDisk": {
|
380
|
+
"document": "本参数用于快照组回滚接口的入参,表示回滚的云盘、快照列表。",
|
381
|
+
"members": [
|
382
|
+
{
|
383
|
+
"disabled": false,
|
384
|
+
"document": "快照组关联的快照ID。",
|
385
|
+
"example": "snap-cznei4gl",
|
386
|
+
"member": "string",
|
387
|
+
"name": "SnapshotId",
|
388
|
+
"required": true,
|
389
|
+
"type": "string",
|
390
|
+
"value_allowed_null": false
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"disabled": false,
|
394
|
+
"document": "快照组关联快照对应的原云硬盘ID。",
|
395
|
+
"example": "disk-1ly0wu8c",
|
396
|
+
"member": "string",
|
397
|
+
"name": "DiskId",
|
398
|
+
"required": true,
|
399
|
+
"type": "string",
|
400
|
+
"value_allowed_null": false
|
401
|
+
}
|
402
|
+
],
|
403
|
+
"usage": "in"
|
404
|
+
},
|
351
405
|
"ApplyDiskBackupRequest": {
|
352
406
|
"document": "ApplyDiskBackup请求参数结构体",
|
353
407
|
"members": [
|
@@ -402,6 +456,60 @@
|
|
402
456
|
],
|
403
457
|
"type": "object"
|
404
458
|
},
|
459
|
+
"ApplySnapshotGroupRequest": {
|
460
|
+
"document": "ApplySnapshotGroup请求参数结构体",
|
461
|
+
"members": [
|
462
|
+
{
|
463
|
+
"disabled": false,
|
464
|
+
"document": "回滚的快照组ID。",
|
465
|
+
"example": "csnap-csoplz7u",
|
466
|
+
"member": "string",
|
467
|
+
"name": "SnapshotGroupId",
|
468
|
+
"required": true,
|
469
|
+
"type": "string"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"disabled": false,
|
473
|
+
"document": "回滚的快照组关联的快照ID,及快照对应的原云硬盘ID列表。",
|
474
|
+
"example": "无",
|
475
|
+
"member": "ApplyDisk",
|
476
|
+
"name": "ApplyDisks",
|
477
|
+
"required": true,
|
478
|
+
"type": "list"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"disabled": false,
|
482
|
+
"document": "回滚前是否执行自动关机。",
|
483
|
+
"example": "false",
|
484
|
+
"member": "bool",
|
485
|
+
"name": "AutoStopInstance",
|
486
|
+
"required": false,
|
487
|
+
"type": "bool"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"disabled": false,
|
491
|
+
"document": "回滚完成后是否自动开机。",
|
492
|
+
"example": "false",
|
493
|
+
"member": "bool",
|
494
|
+
"name": "AutoStartInstance",
|
495
|
+
"required": false,
|
496
|
+
"type": "bool"
|
497
|
+
}
|
498
|
+
],
|
499
|
+
"type": "object"
|
500
|
+
},
|
501
|
+
"ApplySnapshotGroupResponse": {
|
502
|
+
"document": "ApplySnapshotGroup返回参数结构体",
|
503
|
+
"members": [
|
504
|
+
{
|
505
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
506
|
+
"member": "string",
|
507
|
+
"name": "RequestId",
|
508
|
+
"type": "string"
|
509
|
+
}
|
510
|
+
],
|
511
|
+
"type": "object"
|
512
|
+
},
|
405
513
|
"ApplySnapshotRequest": {
|
406
514
|
"document": "ApplySnapshot请求参数结构体",
|
407
515
|
"members": [
|
@@ -1323,6 +1431,61 @@
|
|
1323
1431
|
],
|
1324
1432
|
"type": "object"
|
1325
1433
|
},
|
1434
|
+
"CreateSnapshotGroupRequest": {
|
1435
|
+
"document": "CreateSnapshotGroup请求参数结构体",
|
1436
|
+
"members": [
|
1437
|
+
{
|
1438
|
+
"disabled": false,
|
1439
|
+
"document": "需要创建快照组的云硬盘ID列表,必须选择挂载在同一实例上的盘列表。",
|
1440
|
+
"example": "[\"disk-6rag8jef\"]",
|
1441
|
+
"member": "string",
|
1442
|
+
"name": "DiskIds",
|
1443
|
+
"required": true,
|
1444
|
+
"type": "list"
|
1445
|
+
},
|
1446
|
+
{
|
1447
|
+
"disabled": false,
|
1448
|
+
"document": "快照组名称,快照组关联的快照也会继承快照组的名称。例如:快照组名称为testSnapshotGroup,快照组关联两个快照,则两个快照的名称分别为testSnapshotGroup_0,testSnapshotGroup_1。",
|
1449
|
+
"example": "testSnapGroup",
|
1450
|
+
"member": "string",
|
1451
|
+
"name": "SnapshotGroupName",
|
1452
|
+
"required": false,
|
1453
|
+
"type": "string"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"disabled": false,
|
1457
|
+
"document": "快照组需要绑定的标签列表。",
|
1458
|
+
"example": "[{\"Key\": \"tagKey\", \"Value\": \"tagVal\"}]",
|
1459
|
+
"member": "Tag",
|
1460
|
+
"name": "Tags",
|
1461
|
+
"required": false,
|
1462
|
+
"type": "list"
|
1463
|
+
}
|
1464
|
+
],
|
1465
|
+
"type": "object"
|
1466
|
+
},
|
1467
|
+
"CreateSnapshotGroupResponse": {
|
1468
|
+
"document": "CreateSnapshotGroup返回参数结构体",
|
1469
|
+
"members": [
|
1470
|
+
{
|
1471
|
+
"disabled": false,
|
1472
|
+
"document": "创建成功的快照组ID。",
|
1473
|
+
"example": "csnap-oavcw09g",
|
1474
|
+
"member": "string",
|
1475
|
+
"name": "SnapshotGroupId",
|
1476
|
+
"output_required": true,
|
1477
|
+
"type": "string",
|
1478
|
+
"value_allowed_null": false
|
1479
|
+
},
|
1480
|
+
{
|
1481
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1482
|
+
"member": "string",
|
1483
|
+
"name": "RequestId",
|
1484
|
+
"type": "string"
|
1485
|
+
}
|
1486
|
+
],
|
1487
|
+
"type": "object"
|
1488
|
+
},
|
1326
1489
|
"CreateSnapshotRequest": {
|
1327
1490
|
"document": "CreateSnapshot请求参数结构体",
|
1328
1491
|
"members": [
|
@@ -1450,6 +1613,51 @@
|
|
1450
1613
|
],
|
1451
1614
|
"type": "object"
|
1452
1615
|
},
|
1616
|
+
"DeleteSnapshotGroupRequest": {
|
1617
|
+
"document": "DeleteSnapshotGroup请求参数结构体",
|
1618
|
+
"members": [
|
1619
|
+
{
|
1620
|
+
"disabled": false,
|
1621
|
+
"document": "快照组ID。",
|
1622
|
+
"example": "csnap-gv9naz67",
|
1623
|
+
"member": "string",
|
1624
|
+
"name": "SnapshotGroupId",
|
1625
|
+
"required": false,
|
1626
|
+
"type": "string"
|
1627
|
+
},
|
1628
|
+
{
|
1629
|
+
"disabled": false,
|
1630
|
+
"document": "快照组ID 列表。此参数与快照组 ID 至少传 1 个,同时传会与快照组 ID 合并。",
|
1631
|
+
"example": "[\"csnap-gv9naz66\"]",
|
1632
|
+
"member": "string",
|
1633
|
+
"name": "SnapshotGroupIds",
|
1634
|
+
"required": false,
|
1635
|
+
"type": "list"
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
"disabled": false,
|
1639
|
+
"document": "是否同时删除快照组关联的镜像;取值为false,表示不删除快照组绑定的镜像,此时,如果快照组有绑定的镜像,删除会失败;取值为true,表示同时删除快照组绑定的镜像;默认值为false。",
|
1640
|
+
"example": "true",
|
1641
|
+
"member": "bool",
|
1642
|
+
"name": "DeleteBindImages",
|
1643
|
+
"required": false,
|
1644
|
+
"type": "bool"
|
1645
|
+
}
|
1646
|
+
],
|
1647
|
+
"type": "object"
|
1648
|
+
},
|
1649
|
+
"DeleteSnapshotGroupResponse": {
|
1650
|
+
"document": "DeleteSnapshotGroup返回参数结构体",
|
1651
|
+
"members": [
|
1652
|
+
{
|
1653
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1654
|
+
"member": "string",
|
1655
|
+
"name": "RequestId",
|
1656
|
+
"type": "string"
|
1657
|
+
}
|
1658
|
+
],
|
1659
|
+
"type": "object"
|
1660
|
+
},
|
1453
1661
|
"DeleteSnapshotsRequest": {
|
1454
1662
|
"document": "DeleteSnapshots请求参数结构体",
|
1455
1663
|
"members": [
|
@@ -2040,6 +2248,69 @@
|
|
2040
2248
|
],
|
2041
2249
|
"type": "object"
|
2042
2250
|
},
|
2251
|
+
"DescribeSnapshotGroupsRequest": {
|
2252
|
+
"document": "DescribeSnapshotGroups请求参数结构体",
|
2253
|
+
"members": [
|
2254
|
+
{
|
2255
|
+
"disabled": false,
|
2256
|
+
"document": "过滤条件。<br><li>snapshot-group-id - Array of String - 是否必填:否 -(过滤条件)按快照组ID过滤 <br><li>snapshot-group-state - Array of String - 是否必填:否 -(过滤条件)按快照组状态过滤。(NORMAL: 正常 | CREATING:创建中 | ROLLBACKING:回滚中) <br><li>snapshot-group-name - Array of String - 是否必填:否 -(过滤条件)按快照组名称过滤 <br><li>snapshot-id - Array of String - 是否必填:否 -(过滤条件)按快照组内的快照ID过滤",
|
2257
|
+
"example": "无",
|
2258
|
+
"member": "Filter",
|
2259
|
+
"name": "Filters",
|
2260
|
+
"required": false,
|
2261
|
+
"type": "list"
|
2262
|
+
},
|
2263
|
+
{
|
2264
|
+
"disabled": false,
|
2265
|
+
"document": "偏移量,默认为0。",
|
2266
|
+
"example": "0",
|
2267
|
+
"member": "uint64",
|
2268
|
+
"name": "Offset",
|
2269
|
+
"required": false,
|
2270
|
+
"type": "int"
|
2271
|
+
},
|
2272
|
+
{
|
2273
|
+
"disabled": false,
|
2274
|
+
"document": "返回数量,默认为20,最大值为100。",
|
2275
|
+
"example": "20",
|
2276
|
+
"member": "uint64",
|
2277
|
+
"name": "Limit",
|
2278
|
+
"required": false,
|
2279
|
+
"type": "int"
|
2280
|
+
}
|
2281
|
+
],
|
2282
|
+
"type": "object"
|
2283
|
+
},
|
2284
|
+
"DescribeSnapshotGroupsResponse": {
|
2285
|
+
"document": "DescribeSnapshotGroups返回参数结构体",
|
2286
|
+
"members": [
|
2287
|
+
{
|
2288
|
+
"disabled": false,
|
2289
|
+
"document": "符合条件的总数量。",
|
2290
|
+
"example": "100",
|
2291
|
+
"member": "uint64",
|
2292
|
+
"name": "TotalCount",
|
2293
|
+
"type": "int",
|
2294
|
+
"value_allowed_null": false
|
2295
|
+
},
|
2296
|
+
{
|
2297
|
+
"disabled": false,
|
2298
|
+
"document": "快照组列表详情。",
|
2299
|
+
"example": "无",
|
2300
|
+
"member": "SnapshotGroup",
|
2301
|
+
"name": "SnapshotGroupSet",
|
2302
|
+
"type": "list",
|
2303
|
+
"value_allowed_null": false
|
2304
|
+
},
|
2305
|
+
{
|
2306
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2307
|
+
"member": "string",
|
2308
|
+
"name": "RequestId",
|
2309
|
+
"type": "string"
|
2310
|
+
}
|
2311
|
+
],
|
2312
|
+
"type": "object"
|
2313
|
+
},
|
2043
2314
|
"DescribeSnapshotOverviewRequest": {
|
2044
2315
|
"document": "DescribeSnapshotOverview请求参数结构体",
|
2045
2316
|
"members": [],
|
@@ -4308,11 +4579,11 @@
|
|
4308
4579
|
},
|
4309
4580
|
{
|
4310
4581
|
"disabled": false,
|
4311
|
-
"document": "云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)
|
4582
|
+
"document": "云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。该字段仅供单块云硬盘扩容时传入。",
|
4312
4583
|
"example": "disk-l7mxexxc",
|
4313
4584
|
"member": "string",
|
4314
4585
|
"name": "DiskId",
|
4315
|
-
"required":
|
4586
|
+
"required": false,
|
4316
4587
|
"type": "string"
|
4317
4588
|
}
|
4318
4589
|
],
|
@@ -4608,6 +4879,142 @@
|
|
4608
4879
|
],
|
4609
4880
|
"usage": "out"
|
4610
4881
|
},
|
4882
|
+
"SnapshotGroup": {
|
4883
|
+
"document": "描述快照组详情",
|
4884
|
+
"members": [
|
4885
|
+
{
|
4886
|
+
"disabled": false,
|
4887
|
+
"document": "快照组ID。",
|
4888
|
+
"example": "csnap-csoplz7u",
|
4889
|
+
"member": "string",
|
4890
|
+
"name": "SnapshotGroupId",
|
4891
|
+
"required": true,
|
4892
|
+
"type": "string",
|
4893
|
+
"value_allowed_null": false
|
4894
|
+
},
|
4895
|
+
{
|
4896
|
+
"disabled": false,
|
4897
|
+
"document": "快照组类型。NORMAL: 普通快照组,非一致性快照。",
|
4898
|
+
"example": "NORMAL",
|
4899
|
+
"member": "string",
|
4900
|
+
"name": "SnapshotGroupType",
|
4901
|
+
"required": true,
|
4902
|
+
"type": "string",
|
4903
|
+
"value_allowed_null": false
|
4904
|
+
},
|
4905
|
+
{
|
4906
|
+
"disabled": false,
|
4907
|
+
"document": "快照组是否包含系统盘快照。",
|
4908
|
+
"example": "true",
|
4909
|
+
"member": "bool",
|
4910
|
+
"name": "ContainRootSnapshot",
|
4911
|
+
"required": true,
|
4912
|
+
"type": "bool",
|
4913
|
+
"value_allowed_null": false
|
4914
|
+
},
|
4915
|
+
{
|
4916
|
+
"disabled": false,
|
4917
|
+
"document": "快照组包含的快照ID列表。",
|
4918
|
+
"example": "[\"snap-31gfd8na\"]",
|
4919
|
+
"member": "string",
|
4920
|
+
"name": "SnapshotIdSet",
|
4921
|
+
"required": true,
|
4922
|
+
"type": "list",
|
4923
|
+
"value_allowed_null": false
|
4924
|
+
},
|
4925
|
+
{
|
4926
|
+
"disabled": false,
|
4927
|
+
"document": "快照组状态。<br><li>NORMAL: 正常<br><li>CREATING:创建中<br><li>ROLLBACKING:回滚中",
|
4928
|
+
"example": "NORMAL",
|
4929
|
+
"member": "string",
|
4930
|
+
"name": "SnapshotGroupState",
|
4931
|
+
"required": true,
|
4932
|
+
"type": "string",
|
4933
|
+
"value_allowed_null": false
|
4934
|
+
},
|
4935
|
+
{
|
4936
|
+
"disabled": false,
|
4937
|
+
"document": "快照组创建进度。",
|
4938
|
+
"example": "100",
|
4939
|
+
"member": "uint64",
|
4940
|
+
"name": "Percent",
|
4941
|
+
"required": true,
|
4942
|
+
"type": "int",
|
4943
|
+
"value_allowed_null": false
|
4944
|
+
},
|
4945
|
+
{
|
4946
|
+
"disabled": false,
|
4947
|
+
"document": "快照组创建时间。",
|
4948
|
+
"example": "2022-05-25T12:14:53.243893+08:00",
|
4949
|
+
"member": "datetime_iso",
|
4950
|
+
"name": "CreateTime",
|
4951
|
+
"required": true,
|
4952
|
+
"type": "string",
|
4953
|
+
"value_allowed_null": false
|
4954
|
+
},
|
4955
|
+
{
|
4956
|
+
"disabled": false,
|
4957
|
+
"document": "快照组最新修改时间",
|
4958
|
+
"example": "2022-05-25T12:14:53.243893+08:00",
|
4959
|
+
"member": "datetime_iso",
|
4960
|
+
"name": "ModifyTime",
|
4961
|
+
"required": true,
|
4962
|
+
"type": "string",
|
4963
|
+
"value_allowed_null": false
|
4964
|
+
},
|
4965
|
+
{
|
4966
|
+
"disabled": false,
|
4967
|
+
"document": "快照组关联的镜像列表。",
|
4968
|
+
"example": "[]",
|
4969
|
+
"member": "Image",
|
4970
|
+
"name": "Images",
|
4971
|
+
"required": true,
|
4972
|
+
"type": "list",
|
4973
|
+
"value_allowed_null": false
|
4974
|
+
},
|
4975
|
+
{
|
4976
|
+
"disabled": false,
|
4977
|
+
"document": "快照组名称。",
|
4978
|
+
"example": "test",
|
4979
|
+
"member": "string",
|
4980
|
+
"name": "SnapshotGroupName",
|
4981
|
+
"required": true,
|
4982
|
+
"type": "string",
|
4983
|
+
"value_allowed_null": false
|
4984
|
+
},
|
4985
|
+
{
|
4986
|
+
"disabled": false,
|
4987
|
+
"document": "快照组关联的镜像数量。",
|
4988
|
+
"example": "0",
|
4989
|
+
"member": "uint64",
|
4990
|
+
"name": "ImageCount",
|
4991
|
+
"required": true,
|
4992
|
+
"type": "int",
|
4993
|
+
"value_allowed_null": false
|
4994
|
+
},
|
4995
|
+
{
|
4996
|
+
"disabled": false,
|
4997
|
+
"document": "快照组是否永久保留",
|
4998
|
+
"example": "true",
|
4999
|
+
"member": "bool",
|
5000
|
+
"name": "IsPermanent",
|
5001
|
+
"required": true,
|
5002
|
+
"type": "bool",
|
5003
|
+
"value_allowed_null": false
|
5004
|
+
},
|
5005
|
+
{
|
5006
|
+
"disabled": false,
|
5007
|
+
"document": "快照组到期时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5008
|
+
"example": "2022-05-25T12:14:53.243893+08:00",
|
5009
|
+
"member": "datetime_iso",
|
5010
|
+
"name": "DeadlineTime",
|
5011
|
+
"required": true,
|
5012
|
+
"type": "string",
|
5013
|
+
"value_allowed_null": true
|
5014
|
+
}
|
5015
|
+
],
|
5016
|
+
"usage": "out"
|
5017
|
+
},
|
4611
5018
|
"Tag": {
|
4612
5019
|
"document": "标签。",
|
4613
5020
|
"members": [
|
@@ -16,6 +16,14 @@
|
|
16
16
|
"title": "回滚快照"
|
17
17
|
}
|
18
18
|
],
|
19
|
+
"ApplySnapshotGroup": [
|
20
|
+
{
|
21
|
+
"document": "回滚指定快照组:csnap-gv9naz6b",
|
22
|
+
"input": "https://cbs.tencentcloudapi.com/?Action=ApplySnapshotGroup\n&SnapshotGroupId=csnap-gv9naz6b\n&ApplyDisks.0.SnapshotId=snap-cznei4gl\n&ApplyDisks.0.DiskId=disk-1ly0wu8c\n&ApplyDisks.1.SnapshotId=snap-0axttvv9\n&ApplyDisks.1.DiskId=disk-lt8ajfvk\n&<公共请求参数>",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2fe82060-d27c-4b0a-8c73-50db42586d9c\"\n }\n}",
|
24
|
+
"title": "回滚快照组"
|
25
|
+
}
|
26
|
+
],
|
19
27
|
"AttachDisks": [
|
20
28
|
{
|
21
29
|
"document": "将云硬盘disk-lzrg2pwi挂载到子机ins-dyzmimrw上",
|
@@ -84,6 +92,14 @@
|
|
84
92
|
"title": "创建快照"
|
85
93
|
}
|
86
94
|
],
|
95
|
+
"CreateSnapshotGroup": [
|
96
|
+
{
|
97
|
+
"document": "创建快照组",
|
98
|
+
"input": "https://cbs.tencentcloudapi.com/?Action=CreateSnapshotGroup\n&DiskIds.0=disk-lt8ajfvk\n&DiskIds.1=disk-1ly0wu8c\n&SnapshotGroupName=testSnapshotGroup\n&<公共请求参数>",
|
99
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c9f12982-0c74-4d7e-aaeb-dd965ff2c9dc\",\n \"SnapshotGroupId\": \"csnap-oavcw09g\"\n }\n}",
|
100
|
+
"title": "创建快照组"
|
101
|
+
}
|
102
|
+
],
|
87
103
|
"DeleteAutoSnapshotPolicies": [
|
88
104
|
{
|
89
105
|
"document": "删除指定定期快照策略:asp-mrsrn243、asp-3lpl7ev3",
|
@@ -100,6 +116,14 @@
|
|
100
116
|
"title": "删除云硬盘备份点"
|
101
117
|
}
|
102
118
|
],
|
119
|
+
"DeleteSnapshotGroup": [
|
120
|
+
{
|
121
|
+
"document": "删除快照组,并同时删除快照组绑定的镜像。",
|
122
|
+
"input": "https://cbs.tencentcloudapi.com/?Action=DeleteSnapshotGroup\n&SnapshotGroupId=csnap-gv9naz6b\n&DeleteBindImages=true\n&<公共请求参数>",
|
123
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d7c2dd0f-59b1-4243-af5f-8443a1527daa\"\n }\n}",
|
124
|
+
"title": "删除快照组"
|
125
|
+
}
|
126
|
+
],
|
103
127
|
"DeleteSnapshots": [
|
104
128
|
{
|
105
129
|
"document": "删除指定快照",
|
@@ -164,6 +188,14 @@
|
|
164
188
|
"title": "查询多个实例挂载的云硬盘数量"
|
165
189
|
}
|
166
190
|
],
|
191
|
+
"DescribeSnapshotGroups": [
|
192
|
+
{
|
193
|
+
"document": "查询所有快照组列表",
|
194
|
+
"input": "https://cbs.tencentcloudapi.com/?Action=DescribeSnapshotGroups\n&<公共请求参数>",
|
195
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"RequestId\": \"8c068f14-5e4d-471a-ab1f-26890ada5952\",\n \"SnapshotGroupSet\": [\n {\n \"SnapshotGroupId\": \"csnap-csoplz7u\",\n \"SnapshotGroupType\": \"NORMAL\",\n \"ContainRootSnapshot\": true,\n \"SnapshotIdSet\": [\n \"snap-31gfd8na\",\n \"snap-patkqtz4\",\n \"snap-1yirzaum\"\n ],\n \"SnapshotGroupState\": \"ROLLBACKING\",\n \"Percent\": 100,\n \"SnapshotGroupName\": \"aubreyxu2\",\n \"ModifyTime\": \"2020-09-22T00:00:00+00:00\",\n \"Images\": [],\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageCount\": 0,\n \"DeadlineTime\": null,\n \"IsPermanent\": true\n },\n {\n \"SnapshotGroupId\": \"csnap-orard7la\",\n \"SnapshotGroupType\": \"NORMAL\",\n \"ContainRootSnapshot\": true,\n \"SnapshotIdSet\": [\n \"snap-50j8l0o8\"\n ],\n \"SnapshotGroupState\": \"NORMAL\",\n \"Percent\": 100,\n \"SnapshotGroupName\": \"aubreyxu1\",\n \"ModifyTime\": \"2020-09-22T00:00:00+00:00\",\n \"Images\": [\n {\n \"ImageName\": \"快照组自定义镜像\",\n \"ImageId\": \"img-nmz7p8wt\"\n }\n ],\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageCount\": 1,\n \"DeadlineTime\": null,\n \"IsPermanent\": true\n }\n ]\n }\n}",
|
196
|
+
"title": "查询所有快照组列表"
|
197
|
+
}
|
198
|
+
],
|
167
199
|
"DescribeSnapshotOverview": [
|
168
200
|
{
|
169
201
|
"document": "",
|
@@ -2873,7 +2873,7 @@
|
|
2873
2873
|
},
|
2874
2874
|
{
|
2875
2875
|
"disabled": false,
|
2876
|
-
"document": "0集群维度 1节点维度",
|
2876
|
+
"document": "0集群维度 1节点维度 2启动脚本 3计算组维度",
|
2877
2877
|
"example": "0",
|
2878
2878
|
"member": "int64",
|
2879
2879
|
"name": "ClusterConfigType",
|
@@ -2888,6 +2888,15 @@
|
|
2888
2888
|
"name": "IPAddress",
|
2889
2889
|
"required": false,
|
2890
2890
|
"type": "string"
|
2891
|
+
},
|
2892
|
+
{
|
2893
|
+
"disabled": false,
|
2894
|
+
"document": "计算组id",
|
2895
|
+
"example": "tchd-f625kxu6-123ac",
|
2896
|
+
"member": "string",
|
2897
|
+
"name": "ComputeGroupId",
|
2898
|
+
"required": false,
|
2899
|
+
"type": "string"
|
2891
2900
|
}
|
2892
2901
|
],
|
2893
2902
|
"type": "object"
|
@@ -10917,6 +10917,17 @@
|
|
10917
10917
|
"required": false,
|
10918
10918
|
"type": "list",
|
10919
10919
|
"value_allowed_null": true
|
10920
|
+
},
|
10921
|
+
{
|
10922
|
+
"disabled": false,
|
10923
|
+
"document": "json解析模式,开启首层数据解析",
|
10924
|
+
"example": "false",
|
10925
|
+
"member": "bool",
|
10926
|
+
"name": "ParseArray",
|
10927
|
+
"output_required": false,
|
10928
|
+
"required": false,
|
10929
|
+
"type": "bool",
|
10930
|
+
"value_allowed_null": false
|
10920
10931
|
}
|
10921
10932
|
],
|
10922
10933
|
"usage": "both"
|