tccli 3.0.1065.1__py2.py3-none-any.whl → 3.0.1067.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/csip/v20221121/DescribeTopAttackInfo.md +26 -0
- tccli/examples/omics/v20221128/CreateVolume.md +25 -0
- tccli/examples/omics/v20221128/DeleteVolume.md +20 -0
- tccli/examples/omics/v20221128/DeleteVolumeData.md +21 -0
- tccli/examples/omics/v20221128/DescribeVolumes.md +37 -0
- tccli/examples/omics/v20221128/ModifyVolume.md +21 -0
- tccli/examples/tse/v20201207/CreateGovernanceInstances.md +32 -0
- tccli/examples/tse/v20201207/DeleteGovernanceInstances.md +35 -0
- tccli/examples/tse/v20201207/DescribeGovernanceInstances.md +56 -0
- tccli/examples/tse/v20201207/ModifyGovernanceInstances.md +35 -0
- tccli/services/ckafka/v20190819/api.json +17 -17
- tccli/services/csip/csip_client.py +57 -4
- tccli/services/csip/v20221121/api.json +70 -0
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +20 -0
- tccli/services/omics/omics_client.py +277 -12
- tccli/services/omics/v20221128/api.json +425 -0
- tccli/services/omics/v20221128/examples.json +40 -0
- tccli/services/trp/v20210515/api.json +18 -0
- tccli/services/tse/tse_client.py +220 -8
- tccli/services/tse/v20201207/api.json +779 -42
- tccli/services/tse/v20201207/examples.json +32 -0
- {tccli-3.0.1065.1.dist-info → tccli-3.0.1067.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1065.1.dist-info → tccli-3.0.1067.1.dist-info}/RECORD +32 -22
- {tccli-3.0.1065.1.dist-info → tccli-3.0.1067.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1065.1.dist-info → tccli-3.0.1067.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1065.1.dist-info → tccli-3.0.1067.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,6 +7,13 @@
|
|
7
7
|
"output": "CreateEnvironmentResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
|
+
"CreateVolume": {
|
11
|
+
"document": "创建缓存卷。",
|
12
|
+
"input": "CreateVolumeRequest",
|
13
|
+
"name": "创建缓存卷",
|
14
|
+
"output": "CreateVolumeResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
10
17
|
"DeleteEnvironment": {
|
11
18
|
"document": "删除环境。",
|
12
19
|
"input": "DeleteEnvironmentRequest",
|
@@ -14,6 +21,20 @@
|
|
14
21
|
"output": "DeleteEnvironmentResponse",
|
15
22
|
"status": "online"
|
16
23
|
},
|
24
|
+
"DeleteVolume": {
|
25
|
+
"document": "删除缓存卷。",
|
26
|
+
"input": "DeleteVolumeRequest",
|
27
|
+
"name": "删除缓存卷",
|
28
|
+
"output": "DeleteVolumeResponse",
|
29
|
+
"status": "online"
|
30
|
+
},
|
31
|
+
"DeleteVolumeData": {
|
32
|
+
"document": "删除缓存卷数据。",
|
33
|
+
"input": "DeleteVolumeDataRequest",
|
34
|
+
"name": "删除缓存卷数据",
|
35
|
+
"output": "DeleteVolumeDataResponse",
|
36
|
+
"status": "online"
|
37
|
+
},
|
17
38
|
"DescribeEnvironments": {
|
18
39
|
"document": "查询环境列表。",
|
19
40
|
"input": "DescribeEnvironmentsRequest",
|
@@ -49,6 +70,13 @@
|
|
49
70
|
"output": "DescribeTablesRowsResponse",
|
50
71
|
"status": "online"
|
51
72
|
},
|
73
|
+
"DescribeVolumes": {
|
74
|
+
"document": "查询缓存卷列表。",
|
75
|
+
"input": "DescribeVolumesRequest",
|
76
|
+
"name": "查询缓存卷列表",
|
77
|
+
"output": "DescribeVolumesResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
52
80
|
"GetRunCalls": {
|
53
81
|
"document": "查询作业详情。",
|
54
82
|
"input": "GetRunCallsRequest",
|
@@ -77,6 +105,13 @@
|
|
77
105
|
"output": "ImportTableFileResponse",
|
78
106
|
"status": "online"
|
79
107
|
},
|
108
|
+
"ModifyVolume": {
|
109
|
+
"document": "修改缓存卷。",
|
110
|
+
"input": "ModifyVolumeRequest",
|
111
|
+
"name": "修改缓存卷",
|
112
|
+
"output": "ModifyVolumeResponse",
|
113
|
+
"status": "online"
|
114
|
+
},
|
80
115
|
"RetryRuns": {
|
81
116
|
"document": "重试任务。",
|
82
117
|
"input": "RetryRunsRequest",
|
@@ -396,6 +431,88 @@
|
|
396
431
|
],
|
397
432
|
"type": "object"
|
398
433
|
},
|
434
|
+
"CreateVolumeRequest": {
|
435
|
+
"document": "CreateVolume请求参数结构体",
|
436
|
+
"members": [
|
437
|
+
{
|
438
|
+
"disabled": false,
|
439
|
+
"document": "环境ID。",
|
440
|
+
"example": "无",
|
441
|
+
"member": "string",
|
442
|
+
"name": "EnvironmentId",
|
443
|
+
"required": true,
|
444
|
+
"type": "string"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"disabled": false,
|
448
|
+
"document": "名称。",
|
449
|
+
"example": "无",
|
450
|
+
"member": "string",
|
451
|
+
"name": "Name",
|
452
|
+
"required": true,
|
453
|
+
"type": "string"
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"disabled": false,
|
457
|
+
"document": "缓存卷类型,取值范围:\n* SHARED:多点挂载共享存储",
|
458
|
+
"example": "无",
|
459
|
+
"member": "string",
|
460
|
+
"name": "Type",
|
461
|
+
"required": true,
|
462
|
+
"type": "string"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"disabled": false,
|
466
|
+
"document": "缓存卷规格,取值范围:\n\n- SD:通用标准型\n- HP:通用性能型\n- TB:turbo标准型\n- TP:turbo性能型",
|
467
|
+
"example": "无",
|
468
|
+
"member": "string",
|
469
|
+
"name": "Spec",
|
470
|
+
"required": true,
|
471
|
+
"type": "string"
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"disabled": false,
|
475
|
+
"document": "描述。",
|
476
|
+
"example": "无",
|
477
|
+
"member": "string",
|
478
|
+
"name": "Description",
|
479
|
+
"required": false,
|
480
|
+
"type": "string"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"disabled": false,
|
484
|
+
"document": "缓存卷大小(GB),Turbo系列需要指定。",
|
485
|
+
"example": "无",
|
486
|
+
"member": "uint64",
|
487
|
+
"name": "Capacity",
|
488
|
+
"required": false,
|
489
|
+
"type": "int"
|
490
|
+
}
|
491
|
+
],
|
492
|
+
"type": "object"
|
493
|
+
},
|
494
|
+
"CreateVolumeResponse": {
|
495
|
+
"document": "CreateVolume返回参数结构体",
|
496
|
+
"members": [
|
497
|
+
{
|
498
|
+
"disabled": false,
|
499
|
+
"document": "缓存卷ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
500
|
+
"example": "无",
|
501
|
+
"member": "string",
|
502
|
+
"name": "VolumeId",
|
503
|
+
"output_required": false,
|
504
|
+
"type": "string",
|
505
|
+
"value_allowed_null": true
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
509
|
+
"member": "string",
|
510
|
+
"name": "RequestId",
|
511
|
+
"type": "string"
|
512
|
+
}
|
513
|
+
],
|
514
|
+
"type": "object"
|
515
|
+
},
|
399
516
|
"DatabaseOption": {
|
400
517
|
"document": "数据库配置。",
|
401
518
|
"members": [
|
@@ -448,6 +565,69 @@
|
|
448
565
|
],
|
449
566
|
"type": "object"
|
450
567
|
},
|
568
|
+
"DeleteVolumeDataRequest": {
|
569
|
+
"document": "DeleteVolumeData请求参数结构体",
|
570
|
+
"members": [
|
571
|
+
{
|
572
|
+
"disabled": false,
|
573
|
+
"document": "缓存卷ID。",
|
574
|
+
"example": "无",
|
575
|
+
"member": "string",
|
576
|
+
"name": "VolumeId",
|
577
|
+
"required": true,
|
578
|
+
"type": "string"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"disabled": false,
|
582
|
+
"document": "需要删除的路径",
|
583
|
+
"example": "无",
|
584
|
+
"member": "string",
|
585
|
+
"name": "Path",
|
586
|
+
"required": true,
|
587
|
+
"type": "string"
|
588
|
+
}
|
589
|
+
],
|
590
|
+
"type": "object"
|
591
|
+
},
|
592
|
+
"DeleteVolumeDataResponse": {
|
593
|
+
"document": "DeleteVolumeData返回参数结构体",
|
594
|
+
"members": [
|
595
|
+
{
|
596
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
597
|
+
"member": "string",
|
598
|
+
"name": "RequestId",
|
599
|
+
"type": "string"
|
600
|
+
}
|
601
|
+
],
|
602
|
+
"type": "object"
|
603
|
+
},
|
604
|
+
"DeleteVolumeRequest": {
|
605
|
+
"document": "DeleteVolume请求参数结构体",
|
606
|
+
"members": [
|
607
|
+
{
|
608
|
+
"disabled": false,
|
609
|
+
"document": "缓存卷ID。",
|
610
|
+
"example": "无",
|
611
|
+
"member": "string",
|
612
|
+
"name": "VolumeId",
|
613
|
+
"required": true,
|
614
|
+
"type": "string"
|
615
|
+
}
|
616
|
+
],
|
617
|
+
"type": "object"
|
618
|
+
},
|
619
|
+
"DeleteVolumeResponse": {
|
620
|
+
"document": "DeleteVolume返回参数结构体",
|
621
|
+
"members": [
|
622
|
+
{
|
623
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
624
|
+
"member": "string",
|
625
|
+
"name": "RequestId",
|
626
|
+
"type": "string"
|
627
|
+
}
|
628
|
+
],
|
629
|
+
"type": "object"
|
630
|
+
},
|
451
631
|
"DescribeEnvironmentsRequest": {
|
452
632
|
"document": "DescribeEnvironments请求参数结构体",
|
453
633
|
"members": [
|
@@ -812,6 +992,80 @@
|
|
812
992
|
],
|
813
993
|
"type": "object"
|
814
994
|
},
|
995
|
+
"DescribeVolumesRequest": {
|
996
|
+
"document": "DescribeVolumes请求参数结构体",
|
997
|
+
"members": [
|
998
|
+
{
|
999
|
+
"disabled": false,
|
1000
|
+
"document": "环境ID。",
|
1001
|
+
"example": "env-dus7da1",
|
1002
|
+
"member": "string",
|
1003
|
+
"name": "EnvironmentId",
|
1004
|
+
"required": true,
|
1005
|
+
"type": "string"
|
1006
|
+
},
|
1007
|
+
{
|
1008
|
+
"disabled": false,
|
1009
|
+
"document": "返回数量,默认为20,最大值为100。",
|
1010
|
+
"example": "无",
|
1011
|
+
"member": "uint64",
|
1012
|
+
"name": "Limit",
|
1013
|
+
"required": false,
|
1014
|
+
"type": "int"
|
1015
|
+
},
|
1016
|
+
{
|
1017
|
+
"disabled": false,
|
1018
|
+
"document": "偏移量,默认为0。",
|
1019
|
+
"example": "无",
|
1020
|
+
"member": "uint64",
|
1021
|
+
"name": "Offset",
|
1022
|
+
"required": false,
|
1023
|
+
"type": "int"
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"disabled": false,
|
1027
|
+
"document": "过滤器,支持过滤字段:\n- Name:名称\n- IsDefault:是否为默认",
|
1028
|
+
"example": "无",
|
1029
|
+
"member": "Filter",
|
1030
|
+
"name": "Filters",
|
1031
|
+
"required": false,
|
1032
|
+
"type": "list"
|
1033
|
+
}
|
1034
|
+
],
|
1035
|
+
"type": "object"
|
1036
|
+
},
|
1037
|
+
"DescribeVolumesResponse": {
|
1038
|
+
"document": "DescribeVolumes返回参数结构体",
|
1039
|
+
"members": [
|
1040
|
+
{
|
1041
|
+
"disabled": false,
|
1042
|
+
"document": "缓存卷。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1043
|
+
"example": "无",
|
1044
|
+
"member": "Volume",
|
1045
|
+
"name": "Volumes",
|
1046
|
+
"output_required": false,
|
1047
|
+
"type": "list",
|
1048
|
+
"value_allowed_null": true
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"disabled": false,
|
1052
|
+
"document": "符合条件的数量。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1053
|
+
"example": "无",
|
1054
|
+
"member": "uint64",
|
1055
|
+
"name": "TotalCount",
|
1056
|
+
"output_required": false,
|
1057
|
+
"type": "int",
|
1058
|
+
"value_allowed_null": true
|
1059
|
+
},
|
1060
|
+
{
|
1061
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1062
|
+
"member": "string",
|
1063
|
+
"name": "RequestId",
|
1064
|
+
"type": "string"
|
1065
|
+
}
|
1066
|
+
],
|
1067
|
+
"type": "object"
|
1068
|
+
},
|
815
1069
|
"Environment": {
|
816
1070
|
"document": "组学平台环境详情。",
|
817
1071
|
"members": [
|
@@ -1397,6 +1651,51 @@
|
|
1397
1651
|
],
|
1398
1652
|
"usage": "both"
|
1399
1653
|
},
|
1654
|
+
"ModifyVolumeRequest": {
|
1655
|
+
"document": "ModifyVolume请求参数结构体",
|
1656
|
+
"members": [
|
1657
|
+
{
|
1658
|
+
"disabled": false,
|
1659
|
+
"document": "缓存卷ID。",
|
1660
|
+
"example": "无",
|
1661
|
+
"member": "string",
|
1662
|
+
"name": "VolumeId",
|
1663
|
+
"required": true,
|
1664
|
+
"type": "string"
|
1665
|
+
},
|
1666
|
+
{
|
1667
|
+
"disabled": false,
|
1668
|
+
"document": "名称。",
|
1669
|
+
"example": "无",
|
1670
|
+
"member": "string",
|
1671
|
+
"name": "Name",
|
1672
|
+
"required": false,
|
1673
|
+
"type": "string"
|
1674
|
+
},
|
1675
|
+
{
|
1676
|
+
"disabled": false,
|
1677
|
+
"document": "描述。",
|
1678
|
+
"example": "无",
|
1679
|
+
"member": "string",
|
1680
|
+
"name": "Description",
|
1681
|
+
"required": false,
|
1682
|
+
"type": "string"
|
1683
|
+
}
|
1684
|
+
],
|
1685
|
+
"type": "object"
|
1686
|
+
},
|
1687
|
+
"ModifyVolumeResponse": {
|
1688
|
+
"document": "ModifyVolume返回参数结构体",
|
1689
|
+
"members": [
|
1690
|
+
{
|
1691
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1692
|
+
"member": "string",
|
1693
|
+
"name": "RequestId",
|
1694
|
+
"type": "string"
|
1695
|
+
}
|
1696
|
+
],
|
1697
|
+
"type": "object"
|
1698
|
+
},
|
1400
1699
|
"NFOption": {
|
1401
1700
|
"document": "Nextflow选项。",
|
1402
1701
|
"members": [
|
@@ -2918,6 +3217,132 @@
|
|
2918
3217
|
}
|
2919
3218
|
],
|
2920
3219
|
"usage": "in"
|
3220
|
+
},
|
3221
|
+
"Volume": {
|
3222
|
+
"document": "缓存卷。",
|
3223
|
+
"members": [
|
3224
|
+
{
|
3225
|
+
"disabled": false,
|
3226
|
+
"document": "缓存卷ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3227
|
+
"example": "vol-chs8x9",
|
3228
|
+
"member": "string",
|
3229
|
+
"name": "VolumeId",
|
3230
|
+
"output_required": false,
|
3231
|
+
"type": "string",
|
3232
|
+
"value_allowed_null": true
|
3233
|
+
},
|
3234
|
+
{
|
3235
|
+
"disabled": false,
|
3236
|
+
"document": "名称。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3237
|
+
"example": "默认数据卷",
|
3238
|
+
"member": "string",
|
3239
|
+
"name": "Name",
|
3240
|
+
"output_required": false,
|
3241
|
+
"type": "string",
|
3242
|
+
"value_allowed_null": true
|
3243
|
+
},
|
3244
|
+
{
|
3245
|
+
"disabled": false,
|
3246
|
+
"document": "描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3247
|
+
"example": "默认数据卷",
|
3248
|
+
"member": "string",
|
3249
|
+
"name": "Description",
|
3250
|
+
"output_required": false,
|
3251
|
+
"type": "string",
|
3252
|
+
"value_allowed_null": true
|
3253
|
+
},
|
3254
|
+
{
|
3255
|
+
"disabled": false,
|
3256
|
+
"document": "环境ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3257
|
+
"example": "无",
|
3258
|
+
"member": "string",
|
3259
|
+
"name": "EnvironmentId",
|
3260
|
+
"output_required": false,
|
3261
|
+
"type": "string",
|
3262
|
+
"value_allowed_null": true
|
3263
|
+
},
|
3264
|
+
{
|
3265
|
+
"disabled": false,
|
3266
|
+
"document": "缓存卷类型,取值范围:\n* SHARED:多点挂载共享存储\n注意:此字段可能返回 null,表示取不到有效值。",
|
3267
|
+
"example": "SHARED",
|
3268
|
+
"member": "string",
|
3269
|
+
"name": "Type",
|
3270
|
+
"output_required": false,
|
3271
|
+
"type": "string",
|
3272
|
+
"value_allowed_null": true
|
3273
|
+
},
|
3274
|
+
{
|
3275
|
+
"disabled": false,
|
3276
|
+
"document": "缓存卷规格,取值范围:\n\n- SD:通用标准型\n- HP:通用性能型\n- TB:turbo标准型\n- TP:turbo性能型\n注意:此字段可能返回 null,表示取不到有效值。",
|
3277
|
+
"example": "HP",
|
3278
|
+
"member": "string",
|
3279
|
+
"name": "Spec",
|
3280
|
+
"output_required": false,
|
3281
|
+
"type": "string",
|
3282
|
+
"value_allowed_null": true
|
3283
|
+
},
|
3284
|
+
{
|
3285
|
+
"disabled": false,
|
3286
|
+
"document": "缓存卷大小(GB)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3287
|
+
"example": "1024",
|
3288
|
+
"member": "uint64",
|
3289
|
+
"name": "Capacity",
|
3290
|
+
"output_required": false,
|
3291
|
+
"type": "int",
|
3292
|
+
"value_allowed_null": true
|
3293
|
+
},
|
3294
|
+
{
|
3295
|
+
"disabled": false,
|
3296
|
+
"document": "缓存卷使用量(Byte)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3297
|
+
"example": "1024",
|
3298
|
+
"member": "uint64",
|
3299
|
+
"name": "Usage",
|
3300
|
+
"output_required": false,
|
3301
|
+
"type": "int",
|
3302
|
+
"value_allowed_null": true
|
3303
|
+
},
|
3304
|
+
{
|
3305
|
+
"disabled": false,
|
3306
|
+
"document": "缓存卷吞吐上限(MiB/s)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3307
|
+
"example": "200",
|
3308
|
+
"member": "float",
|
3309
|
+
"name": "BandwidthLimit",
|
3310
|
+
"output_required": false,
|
3311
|
+
"type": "float",
|
3312
|
+
"value_allowed_null": true
|
3313
|
+
},
|
3314
|
+
{
|
3315
|
+
"disabled": false,
|
3316
|
+
"document": "默认挂载路径。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3317
|
+
"example": "/vlm-vhs6snl",
|
3318
|
+
"member": "string",
|
3319
|
+
"name": "DefaultMountPath",
|
3320
|
+
"output_required": false,
|
3321
|
+
"type": "string",
|
3322
|
+
"value_allowed_null": true
|
3323
|
+
},
|
3324
|
+
{
|
3325
|
+
"disabled": false,
|
3326
|
+
"document": "是否为默认缓存卷。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3327
|
+
"example": "true",
|
3328
|
+
"member": "bool",
|
3329
|
+
"name": "IsDefault",
|
3330
|
+
"output_required": false,
|
3331
|
+
"type": "bool",
|
3332
|
+
"value_allowed_null": true
|
3333
|
+
},
|
3334
|
+
{
|
3335
|
+
"disabled": false,
|
3336
|
+
"document": "状态。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3337
|
+
"example": "AVAILABLE",
|
3338
|
+
"member": "string",
|
3339
|
+
"name": "Status",
|
3340
|
+
"output_required": false,
|
3341
|
+
"type": "string",
|
3342
|
+
"value_allowed_null": true
|
3343
|
+
}
|
3344
|
+
],
|
3345
|
+
"usage": "out"
|
2921
3346
|
}
|
2922
3347
|
},
|
2923
3348
|
"version": "1.0"
|
@@ -8,6 +8,14 @@
|
|
8
8
|
"title": "创建环境"
|
9
9
|
}
|
10
10
|
],
|
11
|
+
"CreateVolume": [
|
12
|
+
{
|
13
|
+
"document": "创建缓存卷。",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVolume\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"menv-ry46eloh\",\n \"Name\": \"测试缓存就\",\n \"Type\": \"SHARED\",\n \"Spec\": \"HP\",\n \"Capacity\": 0\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d79c957c-adca-4e29-81ba-1add68284e09\",\n \"VolumeId\": \"vol-mpcb5xnl\"\n }\n}",
|
16
|
+
"title": "创建缓存卷"
|
17
|
+
}
|
18
|
+
],
|
11
19
|
"DeleteEnvironment": [
|
12
20
|
{
|
13
21
|
"document": "删除环境。",
|
@@ -16,6 +24,22 @@
|
|
16
24
|
"title": "删除环境"
|
17
25
|
}
|
18
26
|
],
|
27
|
+
"DeleteVolume": [
|
28
|
+
{
|
29
|
+
"document": "删除缓存卷。",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVolume\n<公共请求参数>\n\n{\n \"VolumeId\": \"vol-mpcb5xnl\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6b900d9e-26bc-4d91-83b8-f5ade6b3a594\"\n }\n}",
|
32
|
+
"title": "删除缓存卷"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"DeleteVolumeData": [
|
36
|
+
{
|
37
|
+
"document": "删除缓存卷数据。",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVolumeData\n<公共请求参数>\n\n{\n \"VolumeId\": \"vol-mpcb5xnl\",\n \"Path\": \"/\"\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ef303ee0-8b7b-48e1-9663-272df381e93a\"\n }\n}",
|
40
|
+
"title": "删除缓存卷数据"
|
41
|
+
}
|
42
|
+
],
|
19
43
|
"DescribeEnvironments": [
|
20
44
|
{
|
21
45
|
"document": "查询环境列表。",
|
@@ -56,6 +80,14 @@
|
|
56
80
|
"title": "查询表格行数据"
|
57
81
|
}
|
58
82
|
],
|
83
|
+
"DescribeVolumes": [
|
84
|
+
{
|
85
|
+
"document": "查询缓存卷列表。",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVolumes\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"menv-ry46eloh\"\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f5020059-1511-4f45-ab7e-5188a78bda4b\",\n \"TotalCount\": 1,\n \"Volumes\": [\n {\n \"BandwidthLimit\": 380,\n \"Capacity\": 32768,\n \"DefaultMountPath\": \"/vol-8w7rfq4b\",\n \"Description\": \"\",\n \"EnvironmentId\": \"menv-ry46eloh\",\n \"IsDefault\": true,\n \"Name\": \"默认缓存卷(menv-ry46eloh)\",\n \"Spec\": \"HP\",\n \"Status\": \"AVAILABLE\",\n \"Type\": \"SHARED\",\n \"Usage\": 973150879744,\n \"VolumeId\": \"vol-8w7rfq4b\"\n }\n ]\n }\n}",
|
88
|
+
"title": "查询缓存卷列表"
|
89
|
+
}
|
90
|
+
],
|
59
91
|
"GetRunCalls": [
|
60
92
|
{
|
61
93
|
"document": "查询作业详情。",
|
@@ -94,6 +126,14 @@
|
|
94
126
|
"title": "导入表格文件"
|
95
127
|
}
|
96
128
|
],
|
129
|
+
"ModifyVolume": [
|
130
|
+
{
|
131
|
+
"document": "修改缓存卷。",
|
132
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVolume\n<公共请求参数>\n\n{\n \"VolumeId\": \"vol-mpcb5xnl\",\n \"Name\": \"新名称\"\n}",
|
133
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7ad01102-de15-43fb-8de3-02b0107cf08c\"\n }\n}",
|
134
|
+
"title": "修改缓存卷"
|
135
|
+
}
|
136
|
+
],
|
97
137
|
"RetryRuns": [
|
98
138
|
{
|
99
139
|
"document": "重试任务批次。",
|
@@ -2629,6 +2629,15 @@
|
|
2629
2629
|
"name": "CorpId",
|
2630
2630
|
"required": false,
|
2631
2631
|
"type": "int"
|
2632
|
+
},
|
2633
|
+
{
|
2634
|
+
"disabled": false,
|
2635
|
+
"document": "批次状态",
|
2636
|
+
"example": "1",
|
2637
|
+
"member": "uint64",
|
2638
|
+
"name": "Status",
|
2639
|
+
"required": false,
|
2640
|
+
"type": "int"
|
2632
2641
|
}
|
2633
2642
|
],
|
2634
2643
|
"type": "object"
|
@@ -2730,6 +2739,15 @@
|
|
2730
2739
|
"name": "CorpId",
|
2731
2740
|
"required": false,
|
2732
2741
|
"type": "int"
|
2742
|
+
},
|
2743
|
+
{
|
2744
|
+
"disabled": false,
|
2745
|
+
"document": "批次状态",
|
2746
|
+
"example": "1",
|
2747
|
+
"member": "uint64",
|
2748
|
+
"name": "Status",
|
2749
|
+
"required": false,
|
2750
|
+
"type": "int"
|
2733
2751
|
}
|
2734
2752
|
],
|
2735
2753
|
"type": "object"
|