tccli 3.0.872.1__py2.py3-none-any.whl → 3.0.874.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/services/autoscaling/v20180419/api.json +1 -2
- tccli/services/autoscaling/v20180419/examples.json +1 -1
- tccli/services/billing/v20180709/api.json +30 -40
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +23 -0
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +53 -0
- tccli/services/ckafka/v20190819/api.json +264 -3
- tccli/services/ckafka/v20190819/examples.json +9 -1
- tccli/services/cwp/v20180228/api.json +63 -54
- tccli/services/cwp/v20180228/examples.json +2 -2
- tccli/services/dasb/v20191018/api.json +16 -52
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dlc/v20210125/api.json +37 -15
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/eis/v20210601/api.json +34 -4
- tccli/services/eis/v20210601/examples.json +4 -4
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +58 -1
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +10 -1
- tccli/services/iotvideo/v20201215/api.json +9 -6
- tccli/services/iotvideo/v20211125/api.json +9 -6
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +24 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mrs/v20200910/api.json +2 -2
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +17 -46
- tccli/services/omics/omics_client.py +170 -11
- tccli/services/omics/v20221128/api.json +312 -0
- tccli/services/omics/v20221128/examples.json +24 -0
- tccli/services/redis/v20180412/api.json +136 -174
- tccli/services/redis/v20180412/examples.json +21 -21
- tccli/services/rum/v20210622/api.json +9 -16
- tccli/services/scf/v20180416/api.json +29 -21
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +52 -57
- tccli/services/ssl/v20191205/examples.json +3 -3
- tccli/services/ssm/v20190923/api.json +26 -30
- tccli/services/ssm/v20190923/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +9 -9
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +3 -3
- tccli/services/tione/v20211111/api.json +17 -55
- tccli/services/tione/v20211111/examples.json +5 -5
- tccli/services/trp/v20210515/api.json +0 -2
- tccli/services/trp/v20210515/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +70 -47
- tccli/services/vpc/v20170312/examples.json +17 -23
- tccli/services/vrs/v20200824/api.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -10
- {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/METADATA +2 -2
- {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/RECORD +59 -59
- {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,20 @@
|
|
35
35
|
"output": "DescribeRunsResponse",
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
|
+
"DescribeTables": {
|
39
|
+
"document": "查询表格。",
|
40
|
+
"input": "DescribeTablesRequest",
|
41
|
+
"name": "查询表格",
|
42
|
+
"output": "DescribeTablesResponse",
|
43
|
+
"status": "online"
|
44
|
+
},
|
45
|
+
"DescribeTablesRows": {
|
46
|
+
"document": "查询表格行数据。",
|
47
|
+
"input": "DescribeTablesRowsRequest",
|
48
|
+
"name": "查询表格行数据",
|
49
|
+
"output": "DescribeTablesRowsResponse",
|
50
|
+
"status": "online"
|
51
|
+
},
|
38
52
|
"GetRunCalls": {
|
39
53
|
"document": "查询作业详情。",
|
40
54
|
"input": "GetRunCallsRequest",
|
@@ -56,6 +70,13 @@
|
|
56
70
|
"output": "ImportTableFileResponse",
|
57
71
|
"status": "online"
|
58
72
|
},
|
73
|
+
"RetryRuns": {
|
74
|
+
"document": "重试任务。",
|
75
|
+
"input": "RetryRunsRequest",
|
76
|
+
"name": "重试任务",
|
77
|
+
"output": "RetryRunsResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
59
80
|
"RunApplication": {
|
60
81
|
"document": "运行应用。",
|
61
82
|
"input": "RunApplicationRequest",
|
@@ -416,6 +437,146 @@
|
|
416
437
|
],
|
417
438
|
"type": "object"
|
418
439
|
},
|
440
|
+
"DescribeTablesRequest": {
|
441
|
+
"document": "DescribeTables请求参数结构体",
|
442
|
+
"members": [
|
443
|
+
{
|
444
|
+
"document": "项目ID。",
|
445
|
+
"example": "无",
|
446
|
+
"member": "string",
|
447
|
+
"name": "ProjectId",
|
448
|
+
"required": true,
|
449
|
+
"type": "string"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"document": "返回数量,默认为10,最大值为100。",
|
453
|
+
"example": "无",
|
454
|
+
"member": "uint64",
|
455
|
+
"name": "Limit",
|
456
|
+
"required": false,
|
457
|
+
"type": "int"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"document": "偏移量,默认为0。",
|
461
|
+
"example": "无",
|
462
|
+
"member": "uint64",
|
463
|
+
"name": "Offset",
|
464
|
+
"required": false,
|
465
|
+
"type": "int"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"document": "过滤器,支持过滤字段:\n- Name:表格名称\n- TableId:表格ID",
|
469
|
+
"example": "无",
|
470
|
+
"member": "Filter",
|
471
|
+
"name": "Filters",
|
472
|
+
"required": false,
|
473
|
+
"type": "list"
|
474
|
+
}
|
475
|
+
],
|
476
|
+
"type": "object"
|
477
|
+
},
|
478
|
+
"DescribeTablesResponse": {
|
479
|
+
"document": "DescribeTables返回参数结构体",
|
480
|
+
"members": [
|
481
|
+
{
|
482
|
+
"document": "结果总数。",
|
483
|
+
"example": "无",
|
484
|
+
"member": "uint64",
|
485
|
+
"name": "TotalCount",
|
486
|
+
"type": "int",
|
487
|
+
"value_allowed_null": false
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"document": "表格列表。",
|
491
|
+
"example": "无",
|
492
|
+
"member": "Table",
|
493
|
+
"name": "Tables",
|
494
|
+
"type": "list",
|
495
|
+
"value_allowed_null": false
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
499
|
+
"member": "string",
|
500
|
+
"name": "RequestId",
|
501
|
+
"type": "string"
|
502
|
+
}
|
503
|
+
],
|
504
|
+
"type": "object"
|
505
|
+
},
|
506
|
+
"DescribeTablesRowsRequest": {
|
507
|
+
"document": "DescribeTablesRows请求参数结构体",
|
508
|
+
"members": [
|
509
|
+
{
|
510
|
+
"document": "项目ID。",
|
511
|
+
"example": "无",
|
512
|
+
"member": "string",
|
513
|
+
"name": "ProjectId",
|
514
|
+
"required": true,
|
515
|
+
"type": "string"
|
516
|
+
},
|
517
|
+
{
|
518
|
+
"document": "表格ID。",
|
519
|
+
"example": "无",
|
520
|
+
"member": "string",
|
521
|
+
"name": "TableId",
|
522
|
+
"required": true,
|
523
|
+
"type": "string"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"document": "返回数量,默认为10,最大值为100。",
|
527
|
+
"example": "无",
|
528
|
+
"member": "uint64",
|
529
|
+
"name": "Limit",
|
530
|
+
"required": false,
|
531
|
+
"type": "int"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"document": "偏移量,默认为0。",
|
535
|
+
"example": "无",
|
536
|
+
"member": "uint64",
|
537
|
+
"name": "Offset",
|
538
|
+
"required": false,
|
539
|
+
"type": "int"
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"document": "过滤器,支持过滤字段:\n- Tr:表格数据,支持模糊查询\n- TableRowUuid:表格行UUID",
|
543
|
+
"example": "无",
|
544
|
+
"member": "Filter",
|
545
|
+
"name": "Filters",
|
546
|
+
"required": false,
|
547
|
+
"type": "list"
|
548
|
+
}
|
549
|
+
],
|
550
|
+
"type": "object"
|
551
|
+
},
|
552
|
+
"DescribeTablesRowsResponse": {
|
553
|
+
"document": "DescribeTablesRows返回参数结构体",
|
554
|
+
"members": [
|
555
|
+
{
|
556
|
+
"document": "结果总数。",
|
557
|
+
"example": "无",
|
558
|
+
"member": "uint64",
|
559
|
+
"name": "TotalCount",
|
560
|
+
"type": "int",
|
561
|
+
"value_allowed_null": false
|
562
|
+
},
|
563
|
+
{
|
564
|
+
"document": "表格行列表。",
|
565
|
+
"example": "无",
|
566
|
+
"member": "TableRow",
|
567
|
+
"name": "Rows",
|
568
|
+
"type": "list",
|
569
|
+
"value_allowed_null": false
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
573
|
+
"member": "string",
|
574
|
+
"name": "RequestId",
|
575
|
+
"type": "string"
|
576
|
+
}
|
577
|
+
],
|
578
|
+
"type": "object"
|
579
|
+
},
|
419
580
|
"Environment": {
|
420
581
|
"document": "组学平台环境详情。",
|
421
582
|
"members": [
|
@@ -865,6 +1026,40 @@
|
|
865
1026
|
],
|
866
1027
|
"usage": "out"
|
867
1028
|
},
|
1029
|
+
"RetryRunsRequest": {
|
1030
|
+
"document": "RetryRuns请求参数结构体",
|
1031
|
+
"members": [
|
1032
|
+
{
|
1033
|
+
"document": "关联项目ID。",
|
1034
|
+
"example": "无",
|
1035
|
+
"member": "string",
|
1036
|
+
"name": "ProjectId",
|
1037
|
+
"required": true,
|
1038
|
+
"type": "string"
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"document": "任务UUID。",
|
1042
|
+
"example": "无",
|
1043
|
+
"member": "string",
|
1044
|
+
"name": "RunUuids",
|
1045
|
+
"required": true,
|
1046
|
+
"type": "list"
|
1047
|
+
}
|
1048
|
+
],
|
1049
|
+
"type": "object"
|
1050
|
+
},
|
1051
|
+
"RetryRunsResponse": {
|
1052
|
+
"document": "RetryRuns返回参数结构体",
|
1053
|
+
"members": [
|
1054
|
+
{
|
1055
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1056
|
+
"member": "string",
|
1057
|
+
"name": "RequestId",
|
1058
|
+
"type": "string"
|
1059
|
+
}
|
1060
|
+
],
|
1061
|
+
"type": "object"
|
1062
|
+
},
|
868
1063
|
"Run": {
|
869
1064
|
"document": "任务。",
|
870
1065
|
"members": [
|
@@ -1592,6 +1787,123 @@
|
|
1592
1787
|
],
|
1593
1788
|
"usage": "in"
|
1594
1789
|
},
|
1790
|
+
"Table": {
|
1791
|
+
"document": "表格。",
|
1792
|
+
"members": [
|
1793
|
+
{
|
1794
|
+
"document": "表格ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1795
|
+
"example": "无",
|
1796
|
+
"member": "string",
|
1797
|
+
"name": "TableId",
|
1798
|
+
"required": false,
|
1799
|
+
"type": "string",
|
1800
|
+
"value_allowed_null": true
|
1801
|
+
},
|
1802
|
+
{
|
1803
|
+
"document": "关联项目ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1804
|
+
"example": "无",
|
1805
|
+
"member": "string",
|
1806
|
+
"name": "ProjectId",
|
1807
|
+
"required": false,
|
1808
|
+
"type": "string",
|
1809
|
+
"value_allowed_null": true
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
"document": "表格名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1813
|
+
"example": "无",
|
1814
|
+
"member": "string",
|
1815
|
+
"name": "Name",
|
1816
|
+
"required": false,
|
1817
|
+
"type": "string",
|
1818
|
+
"value_allowed_null": true
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
"document": "表格描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
1822
|
+
"example": "无",
|
1823
|
+
"member": "string",
|
1824
|
+
"name": "Description",
|
1825
|
+
"required": false,
|
1826
|
+
"type": "string",
|
1827
|
+
"value_allowed_null": true
|
1828
|
+
},
|
1829
|
+
{
|
1830
|
+
"document": "表格列\n注意:此字段可能返回 null,表示取不到有效值。",
|
1831
|
+
"example": "无",
|
1832
|
+
"member": "TableColumn",
|
1833
|
+
"name": "Columns",
|
1834
|
+
"required": false,
|
1835
|
+
"type": "list",
|
1836
|
+
"value_allowed_null": true
|
1837
|
+
},
|
1838
|
+
{
|
1839
|
+
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
1840
|
+
"example": "无",
|
1841
|
+
"member": "string",
|
1842
|
+
"name": "CreateTime",
|
1843
|
+
"required": false,
|
1844
|
+
"type": "string",
|
1845
|
+
"value_allowed_null": true
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"document": "创建人\n注意:此字段可能返回 null,表示取不到有效值。",
|
1849
|
+
"example": "无",
|
1850
|
+
"member": "string",
|
1851
|
+
"name": "Creator",
|
1852
|
+
"required": false,
|
1853
|
+
"type": "string",
|
1854
|
+
"value_allowed_null": true
|
1855
|
+
}
|
1856
|
+
],
|
1857
|
+
"usage": "out"
|
1858
|
+
},
|
1859
|
+
"TableColumn": {
|
1860
|
+
"document": "表格列。",
|
1861
|
+
"members": [
|
1862
|
+
{
|
1863
|
+
"document": "列名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1864
|
+
"example": "无",
|
1865
|
+
"member": "string",
|
1866
|
+
"name": "Header",
|
1867
|
+
"required": false,
|
1868
|
+
"type": "string",
|
1869
|
+
"value_allowed_null": true
|
1870
|
+
},
|
1871
|
+
{
|
1872
|
+
"document": "列数据类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
1873
|
+
"example": "无",
|
1874
|
+
"member": "string",
|
1875
|
+
"name": "DataType",
|
1876
|
+
"required": false,
|
1877
|
+
"type": "string",
|
1878
|
+
"value_allowed_null": true
|
1879
|
+
}
|
1880
|
+
],
|
1881
|
+
"usage": "out"
|
1882
|
+
},
|
1883
|
+
"TableRow": {
|
1884
|
+
"document": "表格行。",
|
1885
|
+
"members": [
|
1886
|
+
{
|
1887
|
+
"document": "表格行UUID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1888
|
+
"example": "无",
|
1889
|
+
"member": "string",
|
1890
|
+
"name": "TableRowUuid",
|
1891
|
+
"required": false,
|
1892
|
+
"type": "string",
|
1893
|
+
"value_allowed_null": true
|
1894
|
+
},
|
1895
|
+
{
|
1896
|
+
"document": "表格行内容。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1897
|
+
"example": "无",
|
1898
|
+
"member": "string",
|
1899
|
+
"name": "Content",
|
1900
|
+
"required": false,
|
1901
|
+
"type": "list",
|
1902
|
+
"value_allowed_null": true
|
1903
|
+
}
|
1904
|
+
],
|
1905
|
+
"usage": "out"
|
1906
|
+
},
|
1595
1907
|
"VPCOption": {
|
1596
1908
|
"document": "私有网络配置。",
|
1597
1909
|
"members": [
|
@@ -40,6 +40,22 @@
|
|
40
40
|
"title": "查询任务列表"
|
41
41
|
}
|
42
42
|
],
|
43
|
+
"DescribeTables": [
|
44
|
+
{
|
45
|
+
"document": "查询表格。",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTables\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"Filters\": [\n {\n \"Name\": \"Name\",\n \"Values\": [\n \"test\"\n ]\n },\n {\n \"Name\": \"TableId\",\n \"Values\": [\n \"tab-cold-purple-barnacle-251091\"\n ]\n }\n ]\n}",
|
47
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8baa213d-e5c5-4e38-a3a4-562e71b5210b\",\n \"Tables\": [\n {\n \"Columns\": [\n {\n \"DataType\": \"String\",\n \"Header\": \"runId\"\n },\n {\n \"DataType\": \"File\",\n \"Header\": \"fileName\"\n }\n ],\n \"CreateTime\": \"2023-03-16 16:44:24\",\n \"Creator\": \"100029430413\",\n \"Description\": \"cloudapi_test\",\n \"Name\": \"cloudapi_test_1\",\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"TableId\": \"tab-cold-purple-barnacle-251091\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
48
|
+
"title": "查询表格"
|
49
|
+
}
|
50
|
+
],
|
51
|
+
"DescribeTablesRows": [
|
52
|
+
{
|
53
|
+
"document": "查询表格行数据。",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTablesRows\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"TableId\": \"tab-cold-purple-barnacle-251091\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Filters\": [\n {\n \"Name\": \"Tr\",\n \"Values\": [\n \".txt\"\n ]\n },\n {\n \"Name\": \"TableRowUuid\",\n \"Values\": [\n \"d3154292-9305-42cb-99ab-a0fc1f5112ac\",\n \"41363765-71e4-42ad-bbf8-bed9e70cd85e\"\n ]\n }\n ]\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"288e5644-82c2-445f-b852-198bd6242b0c\",\n \"Rows\": [\n {\n \"Content\": [\n \"10\",\n \"cos://gene-1252949230/batch_base_test/input/10.txt\"\n ],\n \"TableRowUuid\": \"41363765-71e4-42ad-bbf8-bed9e70cd85e\"\n },\n {\n \"Content\": [\n \"11\",\n \"cos://gene-1252949230/batch_base_test/input/11.txt\"\n ],\n \"TableRowUuid\": \"d3154292-9305-42cb-99ab-a0fc1f5112ac\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
|
56
|
+
"title": "查询表格行数据"
|
57
|
+
}
|
58
|
+
],
|
43
59
|
"GetRunCalls": [
|
44
60
|
{
|
45
61
|
"document": "查询作业详情。",
|
@@ -70,6 +86,14 @@
|
|
70
86
|
"title": "导入表格文件"
|
71
87
|
}
|
72
88
|
],
|
89
|
+
"RetryRuns": [
|
90
|
+
{
|
91
|
+
"document": "重试任务。",
|
92
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryRuns\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"RunUuids\": [\n \"0118f2ed-43b0-433c-b21c-472fe2bc1766\",\n \"a273a6f0-ca66-474d-ba04-80f6c73463e9\",\n \"fc9680c8-35e7-4e82-a5aa-9c506bef6829\"\n ]\n}",
|
93
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"46520c37-4d28-49e1-a738-01f64ae1b06b\"\n }\n}",
|
94
|
+
"title": "重试任务"
|
95
|
+
}
|
96
|
+
],
|
73
97
|
"RunApplication": [
|
74
98
|
{
|
75
99
|
"document": "单例运行应用,生成的任务批次中有一个任务。",
|